#081CAD

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

Shades of International Klein Blue #081CAD

Tints of International Klein Blue #081CAD

Color information

#081CAD (or 0x081CAD) is unknown color: approx International Klein Blue. HEX triplet: 08, 1C and AD. RGB value is (8,28,173). Sum of RGB (Red+Green+Blue) = 8+28+173=209 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.83% from 209); Green value is 28 (11.33% from 255 or 13.40% from 209); Blue value is 173 (67.97% from 255 or 82.78% from 209); Max value from RGB is 173 - color contains mainly: blue. Hex color #081CAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #081CAD is #F7E352. Grayscale: #252525. Windows color (decimal): -16245587 or 11344904. OLE color: 11344904.

HSL color Cylindrical-coordinate representation of color #081CAD: hue angle of 232.73º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #081CAD is Cyan = 0.95, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB828173-
CMYK0.950.8400.32
HSL232.73º91.16%35.49%-
HSV(B)232.73º95.38%67.84%-
XYZ8.063.939.86-
YUV38.55203.87106.21-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.83%
GREEN value IS 28 (11.33% from 255) = 13.40%
BLUE value IS 173 (67.97% from 255) = 82.78%
R=3.83%
G=13.40%
B=82.78%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal8281730.950.8400.32232.7391.1635.49
Hex81CAD5F54020e95b23
Octal103425513712404035113343
Binary10001110010101101101111110101000100000111010011011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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