#081BAA

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

Shades of International Klein Blue #081BAA

Tints of International Klein Blue #081BAA

Color information

#081BAA (or 0x081BAA) is unknown color: approx International Klein Blue. HEX triplet: 08, 1B and AA. RGB value is (8,27,170). Sum of RGB (Red+Green+Blue) = 8+27+170=205 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.90% from 205); Green value is 27 (10.94% from 255 or 13.17% from 205); Blue value is 170 (66.80% from 255 or 82.93% from 205); Max value from RGB is 170 - color contains mainly: blue. Hex color #081BAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #081BAA is #F7E455. Grayscale: #252525. Windows color (decimal): -16245846 or 11148040. OLE color: 11148040.

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

Color convert

RGB827170-
CMYK0.950.8400.33
HSL232.96º91.01%34.9%-
HSV(B)232.96º95.29%66.67%-
XYZ7.753.7438.34-
YUV37.62202.71106.87-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.90%
GREEN value IS 27 (10.94% from 255) = 13.17%
BLUE value IS 170 (66.80% from 255) = 82.93%
R=3.90%
G=13.17%
B=82.93%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal8271700.950.8400.33232.9691.0134.9
Hex81BAA5F54021e95b23
Octal103325213712404135113343
Binary10001101110101010101111110101000100001111010011011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,27,170); }

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

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

 a { background-color: rgb(8,27,170); }

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

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

 span { border-color: rgb(8,27,170); }

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