Html Css Color HEX #052199 International Klein Blue

📋 copy color: '#052199'

red 5 ◦ green 33 ◦ blue 153

#052199
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of International Klein Blue #052199

Tints of International Klein Blue #052199

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.1%

R = 2.62%
G = 17.28%
B = 80.1%

CMYK

 C value IS 0.97

 M value IS 0.78

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#052199 (or 0x052199) is known color: 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

RGB 5 33 153 -
CMYK 0.97 0.78 0 0.4
HSL 228.65º 0.94% 0.31% -
HSV(B) 228.65º 0.97% 0.6% -
XYZ 6.36 3.42 30.46 -
YUV 38.31 192.72 104.24 -
System Red Green Blue C M Y K H S L
Decimal 5 33 153 0.97 0.78 0 0.4 228.65 0.94 0.31
Hex 5 21 99 61 4E 0 28 E5 5E 1F
Octal 5 41 231 141 116 0 50 345 136 37
Binary 101 100001 10011001 1100001 1001110 0 101000 11100101 1011110 11111

Color Harmonies of #052199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052199

Black with #052199

Text Example


Text Example

White with #052199

Text Example


Text Example

HTML Codes & Css Web 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>