Html Css Color HEX #02299F International Klein Blue

📋 copy color: '#02299F'

red 2 ◦ green 41 ◦ blue 159

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

Shades of International Klein Blue #02299F

Tints of International Klein Blue #02299F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 78.71%

R = 0.99%
G = 20.3%
B = 78.71%

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

#02299F (or 0x02299F) is known color: International Klein Blue. HEX triplet: 02, 29 and 9F. RGB value is (2,41,159). Sum of RGB (Red+Green+Blue) = 2+41+159=202 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 202); Green value is 41 (16.41% from 255 or 20.30% from 202); Blue value is 159 (62.5% from 255 or 78.71% from 202); Max value from RGB is 159 - color contains mainly: blue. Hex color #02299F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02299F is #FDD660. Grayscale: #2A2A2A. Windows color (decimal): -16635489 or 10430722. OLE color: 10430722.

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

Color convert

RGB 2 41 159 -
CMYK 0.99 0.74 0 0.38
HSL 225.1º 0.98% 0.32% -
HSV(B) 225.1º 0.99% 0.62% -
XYZ 7.08 4.1 33.22 -
YUV 42.79 193.58 98.91 -
System Red Green Blue C M Y K H S L
Decimal 2 41 159 0.99 0.74 0 0.38 225.1 0.98 0.32
Hex 2 29 9F 63 4A 0 26 E1 62 20
Octal 2 51 237 143 112 0 46 341 142 40
Binary 10 101001 10011111 1100011 1001010 0 100110 11100001 1100010 100000

Color Harmonies of #02299F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02299F

Black with #02299F

Text Example


Text Example

White with #02299F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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