Html Css Color HEX #02289F International Klein Blue

📋 copy color: '#02289F'

red 2 ◦ green 40 ◦ blue 159

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

Shades of International Klein Blue #02289F

Tints of International Klein Blue #02289F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.9%

 BLUE value IS 159 (62.5% from 255) = 79.1%

R = 1%
G = 19.9%
B = 79.1%

CMYK

 C value IS 0.99

 M value IS 0.75

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#02289F (or 0x02289F) is known color: International Klein Blue. HEX triplet: 02, 28 and 9F. RGB value is (2,40,159). Sum of RGB (Red+Green+Blue) = 2+40+159=201 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.00% from 201); Green value is 40 (16.02% from 255 or 19.90% from 201); Blue value is 159 (62.5% from 255 or 79.10% from 201); Max value from RGB is 159 - color contains mainly: blue. Hex color #02289F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02289F is #FDD760. Grayscale: #292929. Windows color (decimal): -16635745 or 10430466. OLE color: 10430466.

HSL color Cylindrical-coordinate representation of color #02289F: hue angle of 225.48º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02289F is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 2 40 159 -
CMYK 0.99 0.75 0 0.38
HSL 225.48º 0.98% 0.32% -
HSV(B) 225.48º 0.99% 0.62% -
XYZ 7.04 4.03 33.21 -
YUV 42.2 193.91 99.32 -
System Red Green Blue C M Y K H S L
Decimal 2 40 159 0.99 0.75 0 0.38 225.48 0.98 0.32
Hex 2 28 9F 63 4B 0 26 E1 62 20
Octal 2 50 237 143 113 0 46 341 142 40
Binary 10 101000 10011111 1100011 1001011 0 100110 11100001 1100010 100000

Color Harmonies of #02289F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02289F

Black with #02289F

Text Example


Text Example

White with #02289F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02289F; }

 p { color: rgb(2,40,159); }

 H1.HeaderClassName
 {
   color: #02289F;
 }
 .AnyTagClassName
 {
   color: #02289F;
 }
</style>

background-color css

<style>
 a { background-color: #02289F; }

 a { background-color: rgb(2,40,159); }

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

border-color css

<style>
 span { border-color: #02289F; }

 span { border-color: rgb(2,40,159); }

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