Html Css Color HEX #02239B International Klein Blue

📋 copy color: '#02239B'

red 2 ◦ green 35 ◦ blue 155

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

Shades of International Klein Blue #02239B

Tints of International Klein Blue #02239B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 80.73%

R = 1.04%
G = 18.23%
B = 80.73%

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

#02239B (or 0x02239B) is known color: International Klein Blue. HEX triplet: 02, 23 and 9B. RGB value is (2,35,155). Sum of RGB (Red+Green+Blue) = 2+35+155=192 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 192); Green value is 35 (14.06% from 255 or 18.23% from 192); Blue value is 155 (60.94% from 255 or 80.73% from 192); Max value from RGB is 155 - color contains mainly: blue. Hex color #02239B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02239B is #FDDC64. Grayscale: #262626. Windows color (decimal): -16637029 or 10167042. OLE color: 10167042.

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

Color convert

RGB 2 35 155 -
CMYK 0.99 0.77 0 0.39
HSL 227.06º 0.97% 0.31% -
HSV(B) 227.06º 0.99% 0.61% -
XYZ 6.54 3.58 31.36 -
YUV 38.81 193.57 101.74 -
System Red Green Blue C M Y K H S L
Decimal 2 35 155 0.99 0.77 0 0.39 227.06 0.97 0.31
Hex 2 23 9B 63 4D 0 27 E3 61 1F
Octal 2 43 233 143 115 0 47 343 141 37
Binary 10 100011 10011011 1100011 1001101 0 100111 11100011 1100001 11111

Color Harmonies of #02239B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02239B

Black with #02239B

Text Example


Text Example

White with #02239B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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