#0526BD

Color #0526BD International Klein Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of International Klein Blue #0526BD

Tints of International Klein Blue #0526BD

Color information

#0526BD (or 0x0526BD) is unknown color: approx International Klein Blue. HEX triplet: 05, 26 and BD. RGB value is (5,38,189). Sum of RGB (Red+Green+Blue) = 5+38+189=232 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 232); Green value is 38 (15.23% from 255 or 16.38% from 232); Blue value is 189 (74.22% from 255 or 81.47% from 232); Max value from RGB is 189 - color contains mainly: blue. Hex color #0526BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0526BD is #FAD942. Grayscale: #2C2C2C. Windows color (decimal): -16439619 or 12396037. OLE color: 12396037.

HSL color Cylindrical-coordinate representation of color #0526BD: hue angle of 229.24º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0526BD is Cyan = 0.97, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB538189-
CMYK0.970.8000.26
HSL229.24º94.85%38.04%-
HSV(B)229.24º97.35%74.12%-
XYZ9.945.0948.6-
YUV45.35209.0799.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 5 (2.34% from 255) = 2.16%
GREEN value IS 38 (15.23% from 255) = 16.38%
BLUE value IS 189 (74.22% from 255) = 81.47%
R=2.16%
G=16.38%
B=81.47%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal5381890.970.8000.26229.2494.8538.04
Hex526BD615001Ae55f26
Octal54627514112003234513746
Binary1011001101011110111000011010000011010111001011011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0526BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0526BD; }

 p { color: rgb(5,38,189); }

 H1.HeaderClassName
 {
   color: #0526BD;
 }
 .AnyTagClassName
 {
   color: #0526BD;
 }
</style>
background-color css

<style>
 a { background-color: #0526BD; }

 a { background-color: rgb(5,38,189); }

 div.DivClassName
 {
   background-color: #0526BD;
 }
 .BgClassName
 {
   background-color: #0526BD;
 }
</style>
border-color css

<style>
 span { border-color: #0526BD; }

 span { border-color: rgb(5,38,189); }

 td.TdClassName
 {
   border-color: #0526BD;
 }
 .TagClassName
 {
   border-color: #0526BD;
 }
</style>