#02209F

Color #02209F International Klein Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of International Klein Blue #02209F

Tints of International Klein Blue #02209F

Color information

#02209F (or 0x02209F) is unknown color: approx International Klein Blue. HEX triplet: 02, 20 and 9F. RGB value is (2,32,159). Sum of RGB (Red+Green+Blue) = 2+32+159=193 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 193); Green value is 32 (12.89% from 255 or 16.58% from 193); Blue value is 159 (62.5% from 255 or 82.38% from 193); Max value from RGB is 159 - color contains mainly: blue. Hex color #02209F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02209F is #FDDF60. Grayscale: #242424. Windows color (decimal): -16637793 or 10428418. OLE color: 10428418.

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

Color convert

RGB232159-
CMYK0.990.8000.38
HSL228.54º97.52%31.57%-
HSV(B)228.54º98.74%62.35%-
XYZ6.83.5533.13-
YUV37.51196.56102.67-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.04%
GREEN value IS 32 (12.89% from 255) = 16.58%
BLUE value IS 159 (62.5% from 255) = 82.38%
R=1.04%
G=16.58%
B=82.38%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal2321590.990.8000.38228.5497.5231.57
Hex2209F6350026e56220
Octal24023714312004634514240
Binary1010000010011111110001110100000100110111001011100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02209F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #02209F;
 }
 .AnyTagClassName
 {
   color: #02209F;
 }
</style>
background-color css

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

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

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

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

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

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