Html Css Color HEX #02229D International Klein Blue

📋 copy color: '#02229D'

red 2 ◦ green 34 ◦ blue 157

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

Shades of International Klein Blue #02229D

Tints of International Klein Blue #02229D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.62%

 BLUE value IS 157 (61.72% from 255) = 81.35%

R = 1.04%
G = 17.62%
B = 81.35%

CMYK

 C value IS 0.99

 M value IS 0.78

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#02229D (or 0x02229D) is known color: International Klein Blue. HEX triplet: 02, 22 and 9D. RGB value is (2,34,157). Sum of RGB (Red+Green+Blue) = 2+34+157=193 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 193); Green value is 34 (13.67% from 255 or 17.62% from 193); Blue value is 157 (61.72% from 255 or 81.35% from 193); Max value from RGB is 157 - color contains mainly: blue. Hex color #02229D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02229D is #FDDD62. Grayscale: #252525. Windows color (decimal): -16637283 or 10297858. OLE color: 10297858.

HSL color Cylindrical-coordinate representation of color #02229D: hue angle of 227.61º degrees, saturation: 0.97, 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 #02229D is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 2 34 157 -
CMYK 0.99 0.78 0 0.38
HSL 227.61º 0.97% 0.31% -
HSV(B) 227.61º 0.99% 0.62% -
XYZ 6.68 3.59 32.24 -
YUV 38.45 194.9 102 -
System Red Green Blue C M Y K H S L
Decimal 2 34 157 0.99 0.78 0 0.38 227.61 0.97 0.31
Hex 2 22 9D 63 4E 0 26 E4 61 1F
Octal 2 42 235 143 116 0 46 344 141 37
Binary 10 100010 10011101 1100011 1001110 0 100110 11100100 1100001 11111

Color Harmonies of #02229D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02229D

Black with #02229D

Text Example


Text Example

White with #02229D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02229D; }

 p { color: rgb(2,34,157); }

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

background-color css

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

 a { background-color: rgb(2,34,157); }

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

border-color css

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

 span { border-color: rgb(2,34,157); }

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