Html Css Color HEX #02239E International Klein Blue

📋 copy color: '#02239E'

red 2 ◦ green 35 ◦ blue 158

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

Shades of International Klein Blue #02239E

Tints of International Klein Blue #02239E

RGB

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

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

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

R = 1.03%
G = 17.95%
B = 81.03%

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

#02239E (or 0x02239E) is known color: International Klein Blue. HEX triplet: 02, 23 and 9E. RGB value is (2,35,158). Sum of RGB (Red+Green+Blue) = 2+35+158=195 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.03% from 195); Green value is 35 (14.06% from 255 or 17.95% from 195); Blue value is 158 (62.11% from 255 or 81.03% from 195); Max value from RGB is 158 - color contains mainly: blue. Hex color #02239E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02239E is #FDDC61. Grayscale: #262626. Windows color (decimal): -16637026 or 10363650. OLE color: 10363650.

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

Color convert

RGB 2 35 158 -
CMYK 0.99 0.78 0 0.38
HSL 227.31º 0.98% 0.31% -
HSV(B) 227.31º 0.99% 0.62% -
XYZ 6.8 3.68 32.7 -
YUV 39.16 195.07 101.5 -
System Red Green Blue C M Y K H S L
Decimal 2 35 158 0.99 0.78 0 0.38 227.31 0.98 0.31
Hex 2 23 9E 63 4E 0 26 E3 62 1F
Octal 2 43 236 143 116 0 46 343 142 37
Binary 10 100011 10011110 1100011 1001110 0 100110 11100011 1100010 11111

Color Harmonies of #02239E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02239E

Black with #02239E

Text Example


Text Example

White with #02239E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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