#0539BA

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

Shades of International Klein Blue #0539BA

Tints of International Klein Blue #0539BA

Color information

#0539BA (or 0x0539BA) is unknown color: approx International Klein Blue. HEX triplet: 05, 39 and BA. RGB value is (5,57,186). Sum of RGB (Red+Green+Blue) = 5+57+186=248 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.02% from 248); Green value is 57 (22.66% from 255 or 22.98% from 248); Blue value is 186 (73.05% from 255 or 75% from 248); Max value from RGB is 186 - color contains mainly: blue. Hex color #0539BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0539BA is #FAC645. Grayscale: #373737. Windows color (decimal): -16434758 or 12204293. OLE color: 12204293.

HSL color Cylindrical-coordinate representation of color #0539BA: hue angle of 222.76º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0539BA is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB557186-
CMYK0.970.6900.27
HSL222.76º94.76%37.45%-
HSV(B)222.76º97.31%72.94%-
XYZ10.396.547.16-
YUV56.16201.2791.51-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.02%
GREEN value IS 57 (22.66% from 255) = 22.98%
BLUE value IS 186 (73.05% from 255) = 75%
R=2.02%
G=22.98%
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.27
SystemRedGreenBlueCMYKHSL
Decimal5571860.970.6900.27222.7694.7637.45
Hex539BA614501Bdf5f25
Octal57127214110503333713745
Binary1011110011011101011000011000101011011110111111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0539BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0539BA; }

 p { color: rgb(5,57,186); }

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

<style>
 a { background-color: #0539BA; }

 a { background-color: rgb(5,57,186); }

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

<style>
 span { border-color: #0539BA; }

 span { border-color: rgb(5,57,186); }

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