#02209D

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

Shades of International Klein Blue #02209D

Tints of International Klein Blue #02209D

Color information

#02209D (or 0x02209D) is unknown color: approx International Klein Blue. HEX triplet: 02, 20 and 9D. RGB value is (2,32,157). Sum of RGB (Red+Green+Blue) = 2+32+157=191 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 191); Green value is 32 (12.89% from 255 or 16.75% from 191); Blue value is 157 (61.72% from 255 or 82.20% from 191); Max value from RGB is 157 - color contains mainly: blue. Hex color #02209D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02209D is #FDDF62. Grayscale: #242424. Windows color (decimal): -16637795 or 10297346. OLE color: 10297346.

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

Color convert

RGB232157-
CMYK0.990.8000.38
HSL228.39º97.48%31.18%-
HSV(B)228.39º98.73%61.57%-
XYZ6.633.4832.22-
YUV37.28195.56102.84-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.05%
GREEN value IS 32 (12.89% from 255) = 16.75%
BLUE value IS 157 (61.72% from 255) = 82.20%
R=1.05%
G=16.75%
B=82.20%

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
Decimal2321570.990.8000.38228.3997.4831.18
Hex2209D6350026e4611f
Octal24023514312004634414137
Binary101000001001110111000111010000010011011100100110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02209D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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