Html Css Color HEX #02299E International Klein Blue

📋 copy color: '#02299E'

red 2 ◦ green 41 ◦ blue 158

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

Shades of International Klein Blue #02299E

Tints of International Klein Blue #02299E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.4%

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

R = 1%
G = 20.4%
B = 78.61%

CMYK

 C value IS 0.99

 M value IS 0.74

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#02299E (or 0x02299E) is known color: International Klein Blue. HEX triplet: 02, 29 and 9E. RGB value is (2,41,158). Sum of RGB (Red+Green+Blue) = 2+41+158=201 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.00% from 201); Green value is 41 (16.41% from 255 or 20.40% from 201); Blue value is 158 (62.11% from 255 or 78.61% from 201); Max value from RGB is 158 - color contains mainly: blue. Hex color #02299E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02299E is #FDD661. Grayscale: #2A2A2A. Windows color (decimal): -16635490 or 10365186. OLE color: 10365186.

HSL color Cylindrical-coordinate representation of color #02299E: hue angle of 225º 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 #02299E is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 2 41 158 -
CMYK 0.99 0.74 0 0.38
HSL 225º 0.98% 0.31% -
HSV(B) 225º 0.99% 0.62% -
XYZ 6.99 4.07 32.76 -
YUV 42.68 193.08 98.99 -
System Red Green Blue C M Y K H S L
Decimal 2 41 158 0.99 0.74 0 0.38 225 0.98 0.31
Hex 2 29 9E 63 4A 0 26 E1 62 1F
Octal 2 51 236 143 112 0 46 341 142 37
Binary 10 101001 10011110 1100011 1001010 0 100110 11100001 1100010 11111

Color Harmonies of #02299E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02299E

Black with #02299E

Text Example


Text Example

White with #02299E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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