#081CAF

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

Shades of International Klein Blue #081CAF

Tints of International Klein Blue #081CAF

Color information

#081CAF (or 0x081CAF) is unknown color: approx International Klein Blue. HEX triplet: 08, 1C and AF. RGB value is (8,28,175). Sum of RGB (Red+Green+Blue) = 8+28+175=211 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.79% from 211); Green value is 28 (11.33% from 255 or 13.27% from 211); Blue value is 175 (68.75% from 255 or 82.94% from 211); Max value from RGB is 175 - color contains mainly: blue. Hex color #081CAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #081CAF is #F7E350. Grayscale: #262626. Windows color (decimal): -16245585 or 11475976. OLE color: 11475976.

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

Color convert

RGB828175-
CMYK0.950.8400.31
HSL232.81º91.26%35.88%-
HSV(B)232.81º95.43%68.63%-
XYZ8.253.9840.89-
YUV38.78204.87106.05-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.79%
GREEN value IS 28 (11.33% from 255) = 13.27%
BLUE value IS 175 (68.75% from 255) = 82.94%
R=3.79%
G=13.27%
B=82.94%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal8281750.950.8400.31232.8191.2635.88
Hex81CAF5F5401Fe95b24
Octal103425713712403735113344
Binary1000111001010111110111111010100011111111010011011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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