#0526B6

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

Shades of International Klein Blue #0526B6

Tints of International Klein Blue #0526B6

Color information

#0526B6 (or 0x0526B6) is unknown color: approx International Klein Blue. HEX triplet: 05, 26 and B6. RGB value is (5,38,182). Sum of RGB (Red+Green+Blue) = 5+38+182=225 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.22% from 225); Green value is 38 (15.23% from 255 or 16.89% from 225); Blue value is 182 (71.48% from 255 or 80.89% from 225); Max value from RGB is 182 - color contains mainly: blue. Hex color #0526B6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0526B6 is #FAD949. Grayscale: #2B2B2B. Windows color (decimal): -16439626 or 11937285. OLE color: 11937285.

HSL color Cylindrical-coordinate representation of color #0526B6: hue angle of 228.81º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0526B6 is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB538182-
CMYK0.970.7900.29
HSL228.81º94.65%36.67%-
HSV(B)228.81º97.25%71.37%-
XYZ9.24.844.7-
YUV44.55205.5799.79-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.22%
GREEN value IS 38 (15.23% from 255) = 16.89%
BLUE value IS 182 (71.48% from 255) = 80.89%
R=2.22%
G=16.89%
B=80.89%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal5381820.970.7900.29228.8194.6536.67
Hex526B6614F01De55f25
Octal54626614111703534513745
Binary1011001101011011011000011001111011101111001011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0526B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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