Html Css Color HEX #02239C International Klein Blue

📋 copy color: '#02239C'

red 2 ◦ green 35 ◦ blue 156

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

Shades of International Klein Blue #02239C

Tints of International Klein Blue #02239C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.13%

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

R = 1.04%
G = 18.13%
B = 80.83%

CMYK

 C value IS 0.99

 M value IS 0.78

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#02239C (or 0x02239C) is known color: International Klein Blue. HEX triplet: 02, 23 and 9C. RGB value is (2,35,156). Sum of RGB (Red+Green+Blue) = 2+35+156=193 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 193); Green value is 35 (14.06% from 255 or 18.13% from 193); Blue value is 156 (61.33% from 255 or 80.83% from 193); Max value from RGB is 156 - color contains mainly: blue. Hex color #02239C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02239C is #FDDC63. Grayscale: #262626. Windows color (decimal): -16637028 or 10232578. OLE color: 10232578.

HSL color Cylindrical-coordinate representation of color #02239C: hue angle of 227.14º 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 #02239C is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 2 35 156 -
CMYK 0.99 0.78 0 0.39
HSL 227.14º 0.97% 0.31% -
HSV(B) 227.14º 0.99% 0.61% -
XYZ 6.63 3.62 31.8 -
YUV 38.93 194.07 101.66 -
System Red Green Blue C M Y K H S L
Decimal 2 35 156 0.99 0.78 0 0.39 227.14 0.97 0.31
Hex 2 23 9C 63 4E 0 27 E3 61 1F
Octal 2 43 234 143 116 0 47 343 141 37
Binary 10 100011 10011100 1100011 1001110 0 100111 11100011 1100001 11111

Color Harmonies of #02239C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02239C

Black with #02239C

Text Example


Text Example

White with #02239C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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