#0537B4

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

Shades of International Klein Blue #0537B4

Tints of International Klein Blue #0537B4

Color information

#0537B4 (or 0x0537B4) is unknown color: approx International Klein Blue. HEX triplet: 05, 37 and B4. RGB value is (5,55,180). Sum of RGB (Red+Green+Blue) = 5+55+180=240 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.08% from 240); Green value is 55 (21.88% from 255 or 22.92% from 240); Blue value is 180 (70.70% from 255 or 75% from 240); Max value from RGB is 180 - color contains mainly: blue. Hex color #0537B4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0537B4 is #FAC84B. Grayscale: #353535. Windows color (decimal): -16435276 or 11810565. OLE color: 11810565.

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

Color convert

RGB555180-
CMYK0.970.6900.29
HSL222.86º94.59%36.27%-
HSV(B)222.86º97.22%70.59%-
XYZ9.676.0643.84-
YUV54.3198.9492.84-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.08%
GREEN value IS 55 (21.88% from 255) = 22.92%
BLUE value IS 180 (70.70% from 255) = 75%
R=2.08%
G=22.92%
B=75%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal5551800.970.6900.29222.8694.5936.27
Hex537B4614501Ddf5f24
Octal56726414110503533713744
Binary1011101111011010011000011000101011101110111111011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0537B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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