#081C9C

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

Shades of International Klein Blue #081C9C

Tints of International Klein Blue #081C9C

Color information

#081C9C (or 0x081C9C) is unknown color: approx International Klein Blue. HEX triplet: 08, 1C and 9C. RGB value is (8,28,156). Sum of RGB (Red+Green+Blue) = 8+28+156=192 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.17% from 192); Green value is 28 (11.33% from 255 or 14.58% from 192); Blue value is 156 (61.33% from 255 or 81.25% from 192); Max value from RGB is 156 - color contains mainly: blue. Hex color #081C9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #081C9C is #F7E363. Grayscale: #242424. Windows color (decimal): -16245604 or 10230792. OLE color: 10230792.

HSL color Cylindrical-coordinate representation of color #081C9C: hue angle of 231.89º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #081C9C is Cyan = 0.95, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB828156-
CMYK0.950.8200.39
HSL231.89º90.24%32.16%-
HSV(B)231.89º94.87%61.18%-
XYZ6.523.2831.74-
YUV36.61195.37107.59-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.17%
GREEN value IS 28 (11.33% from 255) = 14.58%
BLUE value IS 156 (61.33% from 255) = 81.25%
R=4.17%
G=14.58%
B=81.25%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal8281560.950.8200.39231.8990.2432.16
Hex81C9C5F52027e85a20
Octal103423413712204735013240
Binary10001110010011100101111110100100100111111010001011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081C9C; }

 p { color: rgb(8,28,156); }

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

<style>
 a { background-color: #081C9C; }

 a { background-color: rgb(8,28,156); }

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

<style>
 span { border-color: #081C9C; }

 span { border-color: rgb(8,28,156); }

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