#052199

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

Shades of International Klein Blue #052199

Tints of International Klein Blue #052199

Color information

#052199 (or 0x052199) is unknown color: approx International Klein Blue. HEX triplet: 05, 21 and 99. RGB value is (5,33,153). Sum of RGB (Red+Green+Blue) = 5+33+153=191 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.62% from 191); Green value is 33 (13.28% from 255 or 17.28% from 191); Blue value is 153 (60.16% from 255 or 80.10% from 191); Max value from RGB is 153 - color contains mainly: blue. Hex color #052199 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052199 is #FADE66. Grayscale: #252525. Windows color (decimal): -16440935 or 10035461. OLE color: 10035461.

HSL color Cylindrical-coordinate representation of color #052199: hue angle of 228.65º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #052199 is Cyan = 0.97, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB533153-
CMYK0.970.7800.4
HSL228.65º93.67%30.98%-
HSV(B)228.65º96.73%60%-
XYZ6.363.4230.46-
YUV38.31192.72104.24-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.62%
GREEN value IS 33 (13.28% from 255) = 17.28%
BLUE value IS 153 (60.16% from 255) = 80.10%
R=2.62%
G=17.28%
B=80.10%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal5331530.970.7800.4228.6593.6730.98
Hex52199614E028e55e1f
Octal54123114111605034513637
Binary1011000011001100111000011001110010100011100101101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052199; }

 p { color: rgb(5,33,153); }

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

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

 a { background-color: rgb(5,33,153); }

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

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

 span { border-color: rgb(5,33,153); }

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