Html Css Color HEX #02199E International Klein Blue

📋 copy color: '#02199E'

red 2 ◦ green 25 ◦ blue 158

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

Shades of International Klein Blue #02199E

Tints of International Klein Blue #02199E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.51%

 BLUE value IS 158 (62.11% from 255) = 85.41%

R = 1.08%
G = 13.51%
B = 85.41%

CMYK

 C value IS 0.99

 M value IS 0.84

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#02199E (or 0x02199E) is known color: International Klein Blue. HEX triplet: 02, 19 and 9E. RGB value is (2,25,158). Sum of RGB (Red+Green+Blue) = 2+25+158=185 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 185); Green value is 25 (10.16% from 255 or 13.51% from 185); Blue value is 158 (62.11% from 255 or 85.41% from 185); Max value from RGB is 158 - color contains mainly: blue. Hex color #02199E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #02199E is #FDE661. Grayscale: #202020. Windows color (decimal): -16639586 or 10361090. OLE color: 10361090.

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

Color convert

RGB 2 25 158 -
CMYK 0.99 0.84 0 0.38
HSL 231.15º 0.98% 0.31% -
HSV(B) 231.15º 0.99% 0.62% -
XYZ 6.54 3.18 32.62 -
YUV 33.29 198.38 105.69 -
System Red Green Blue C M Y K H S L
Decimal 2 25 158 0.99 0.84 0 0.38 231.15 0.98 0.31
Hex 2 19 9E 63 54 0 26 E7 62 1F
Octal 2 31 236 143 124 0 46 347 142 37
Binary 10 11001 10011110 1100011 1010100 0 100110 11100111 1100010 11111

Color Harmonies of #02199E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02199E

Black with #02199E

Text Example


Text Example

White with #02199E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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