Html Css Color HEX #022199 International Klein Blue

📋 copy color: '#022199'

red 2 ◦ green 33 ◦ blue 153

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

Shades of International Klein Blue #022199

Tints of International Klein Blue #022199

RGB

 RED value IS 2 (1.17% from 255) = 1.06%

 GREEN value IS 33 (13.28% from 255) = 17.55%

 BLUE value IS 153 (60.16% from 255) = 81.38%

R = 1.06%
G = 17.55%
B = 81.38%

CMYK

 C value IS 0.99

 M value IS 0.78

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#022199 (or 0x022199) is known color: International Klein Blue. HEX triplet: 02, 21 and 99. RGB value is (2,33,153). Sum of RGB (Red+Green+Blue) = 2+33+153=188 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 188); Green value is 33 (13.28% from 255 or 17.55% from 188); Blue value is 153 (60.16% from 255 or 81.38% from 188); Max value from RGB is 153 - color contains mainly: blue. Hex color #022199 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022199 is #FDDE66. Grayscale: #242424. Windows color (decimal): -16637543 or 10035458. OLE color: 10035458.

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

Color convert

RGB 2 33 153 -
CMYK 0.99 0.78 0 0.4
HSL 227.68º 0.97% 0.3% -
HSV(B) 227.68º 0.99% 0.6% -
XYZ 6.32 3.4 30.46 -
YUV 37.41 193.23 102.74 -
System Red Green Blue C M Y K H S L
Decimal 2 33 153 0.99 0.78 0 0.4 227.68 0.97 0.3
Hex 2 21 99 63 4E 0 28 E4 61 1E
Octal 2 41 231 143 116 0 50 344 141 36
Binary 10 100001 10011001 1100011 1001110 0 101000 11100100 1100001 11110

Color Harmonies of #022199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022199

Black with #022199

Text Example


Text Example

White with #022199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022199; }

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

 H1.HeaderClassName
 {
   color: #022199;
 }
 .AnyTagClassName
 {
   color: #022199;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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