#081FAE

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

Shades of International Klein Blue #081FAE

Tints of International Klein Blue #081FAE

Color information

#081FAE (or 0x081FAE) is unknown color: approx International Klein Blue. HEX triplet: 08, 1F and AE. RGB value is (8,31,174). Sum of RGB (Red+Green+Blue) = 8+31+174=213 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.76% from 213); Green value is 31 (12.5% from 255 or 14.55% from 213); Blue value is 174 (68.36% from 255 or 81.69% from 213); Max value from RGB is 174 - color contains mainly: blue. Hex color #081FAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #081FAE is #F7E051. Grayscale: #272727. Windows color (decimal): -16244818 or 11411208. OLE color: 11411208.

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

Color convert

RGB831174-
CMYK0.950.8200.32
HSL231.69º91.21%35.69%-
HSV(B)231.69º95.4%68.24%-
XYZ8.234.0940.4-
YUV40.42203.38104.87-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.76%
GREEN value IS 31 (12.5% from 255) = 14.55%
BLUE value IS 174 (68.36% from 255) = 81.69%
R=3.76%
G=14.55%
B=81.69%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal8311740.950.8200.32231.6991.2135.69
Hex81FAE5F52020e85b24
Octal103725613712204035013344
Binary10001111110101110101111110100100100000111010001011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,31,174); }

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

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

 a { background-color: rgb(8,31,174); }

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

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

 span { border-color: rgb(8,31,174); }

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