#08209E

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

Shades of International Klein Blue #08209E

Tints of International Klein Blue #08209E

Color information

#08209E (or 0x08209E) is unknown color: approx International Klein Blue. HEX triplet: 08, 20 and 9E. RGB value is (8,32,158). Sum of RGB (Red+Green+Blue) = 8+32+158=198 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.04% from 198); Green value is 32 (12.89% from 255 or 16.16% from 198); Blue value is 158 (62.11% from 255 or 79.80% from 198); Max value from RGB is 158 - color contains mainly: blue. Hex color #08209E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08209E is #F7DF61. Grayscale: #262626. Windows color (decimal): -16244578 or 10362888. OLE color: 10362888.

HSL color Cylindrical-coordinate representation of color #08209E: hue angle of 230.4º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08209E is Cyan = 0.95, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB832158-
CMYK0.950.8000.38
HSL230.4º90.36%32.55%-
HSV(B)230.4º94.94%61.96%-
XYZ6.793.5532.68-
YUV39.19195.05105.75-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.04%
GREEN value IS 32 (12.89% from 255) = 16.16%
BLUE value IS 158 (62.11% from 255) = 79.80%
R=4.04%
G=16.16%
B=79.80%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal8321580.950.8000.38230.490.3632.55
Hex8209E5F50026e65a21
Octal104023613712004634613241
Binary100010000010011110101111110100000100110111001101011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08209E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,32,158); }

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

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

 a { background-color: rgb(8,32,158); }

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

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

 span { border-color: rgb(8,32,158); }

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