Html Css Color HEX #02249C International Klein Blue

📋 copy color: '#02249C'

red 2 ◦ green 36 ◦ blue 156

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

Shades of International Klein Blue #02249C

Tints of International Klein Blue #02249C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.56%

 BLUE value IS 156 (61.33% from 255) = 80.41%

R = 1.03%
G = 18.56%
B = 80.41%

CMYK

 C value IS 0.99

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#02249C (or 0x02249C) is known color: International Klein Blue. HEX triplet: 02, 24 and 9C. RGB value is (2,36,156). Sum of RGB (Red+Green+Blue) = 2+36+156=194 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.03% from 194); Green value is 36 (14.45% from 255 or 18.56% from 194); Blue value is 156 (61.33% from 255 or 80.41% from 194); Max value from RGB is 156 - color contains mainly: blue. Hex color #02249C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02249C is #FDDB63. Grayscale: #272727. Windows color (decimal): -16636772 or 10232834. OLE color: 10232834.

HSL color Cylindrical-coordinate representation of color #02249C: hue angle of 226.75º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02249C is Cyan = 0.99, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 2 36 156 -
CMYK 0.99 0.77 0 0.39
HSL 226.75º 0.97% 0.31% -
HSV(B) 226.75º 0.99% 0.61% -
XYZ 6.66 3.67 31.81 -
YUV 39.51 193.74 101.24 -
System Red Green Blue C M Y K H S L
Decimal 2 36 156 0.99 0.77 0 0.39 226.75 0.97 0.31
Hex 2 24 9C 63 4D 0 27 E3 61 1F
Octal 2 44 234 143 115 0 47 343 141 37
Binary 10 100100 10011100 1100011 1001101 0 100111 11100011 1100001 11111

Color Harmonies of #02249C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02249C

Black with #02249C

Text Example


Text Example

White with #02249C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02249C; }

 p { color: rgb(2,36,156); }

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

background-color css

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

 a { background-color: rgb(2,36,156); }

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

border-color css

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

 span { border-color: rgb(2,36,156); }

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