#05199E

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

Shades of International Klein Blue #05199E

Tints of International Klein Blue #05199E

Color information

#05199E (or 0x05199E) is unknown color: approx International Klein Blue. HEX triplet: 05, 19 and 9E. RGB value is (5,25,158). Sum of RGB (Red+Green+Blue) = 5+25+158=188 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.66% from 188); Green value is 25 (10.16% from 255 or 13.30% from 188); Blue value is 158 (62.11% from 255 or 84.04% from 188); Max value from RGB is 158 - color contains mainly: blue. Hex color #05199E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05199E is #FAE661. Grayscale: #212121. Windows color (decimal): -16442978 or 10361093. OLE color: 10361093.

HSL color Cylindrical-coordinate representation of color #05199E: hue angle of 232.16º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05199E is Cyan = 0.97, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB525158-
CMYK0.970.8400.38
HSL232.16º93.87%31.96%-
HSV(B)232.16º96.84%61.96%-
XYZ6.583.232.62-
YUV34.18197.87107.19-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.66%
GREEN value IS 25 (10.16% from 255) = 13.30%
BLUE value IS 158 (62.11% from 255) = 84.04%
R=2.66%
G=13.30%
B=84.04%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal5251580.970.8400.38232.1693.8731.96
Hex5199E6154026e85e20
Octal53123614112404635013640
Binary1011100110011110110000110101000100110111010001011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05199E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05199E; }

 p { color: rgb(5,25,158); }

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

<style>
 a { background-color: #05199E; }

 a { background-color: rgb(5,25,158); }

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

<style>
 span { border-color: #05199E; }

 span { border-color: rgb(5,25,158); }

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