#052299

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

Shades of International Klein Blue #052299

Tints of International Klein Blue #052299

Color information

#052299 (or 0x052299) is unknown color: approx International Klein Blue. HEX triplet: 05, 22 and 99. RGB value is (5,34,153). Sum of RGB (Red+Green+Blue) = 5+34+153=192 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.60% from 192); Green value is 34 (13.67% from 255 or 17.71% from 192); Blue value is 153 (60.16% from 255 or 79.69% from 192); Max value from RGB is 153 - color contains mainly: blue. Hex color #052299 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052299 is #FADD66. Grayscale: #262626. Windows color (decimal): -16440679 or 10035717. OLE color: 10035717.

HSL color Cylindrical-coordinate representation of color #052299: hue angle of 228.24º 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 #052299 is Cyan = 0.97, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB534153-
CMYK0.970.7800.4
HSL228.24º93.67%30.98%-
HSV(B)228.24º96.73%60%-
XYZ6.383.4830.47-
YUV38.89192.39103.82-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.60%
GREEN value IS 34 (13.67% from 255) = 17.71%
BLUE value IS 153 (60.16% from 255) = 79.69%
R=2.60%
G=17.71%
B=79.69%

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
Decimal5341530.970.7800.4228.2493.6730.98
Hex52299614E028e45e1f
Octal54223114111605034413637
Binary1011000101001100111000011001110010100011100100101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052299; }

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

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

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

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

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

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

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

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