#0537B6

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

Shades of International Klein Blue #0537B6

Tints of International Klein Blue #0537B6

Color information

#0537B6 (or 0x0537B6) is unknown color: approx International Klein Blue. HEX triplet: 05, 37 and B6. RGB value is (5,55,182). Sum of RGB (Red+Green+Blue) = 5+55+182=242 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 242); Green value is 55 (21.88% from 255 or 22.73% from 242); Blue value is 182 (71.48% from 255 or 75.21% from 242); Max value from RGB is 182 - color contains mainly: blue. Hex color #0537B6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0537B6 is #FAC849. Grayscale: #353535. Windows color (decimal): -16435274 or 11941637. OLE color: 11941637.

HSL color Cylindrical-coordinate representation of color #0537B6: hue angle of 223.05º 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 #0537B6 is Cyan = 0.97, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB555182-
CMYK0.970.7000.29
HSL223.05º94.65%36.67%-
HSV(B)223.05º97.25%71.37%-
XYZ9.876.1444.92-
YUV54.53199.9492.67-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.07%
GREEN value IS 55 (21.88% from 255) = 22.73%
BLUE value IS 182 (71.48% from 255) = 75.21%
R=2.07%
G=22.73%
B=75.21%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal5551820.970.7000.29223.0594.6536.67
Hex537B6614601Ddf5f25
Octal56726614110603533713745
Binary1011101111011011011000011000110011101110111111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0537B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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