#081BA2

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

Shades of International Klein Blue #081BA2

Tints of International Klein Blue #081BA2

Color information

#081BA2 (or 0x081BA2) is unknown color: approx International Klein Blue. HEX triplet: 08, 1B and A2. RGB value is (8,27,162). Sum of RGB (Red+Green+Blue) = 8+27+162=197 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.06% from 197); Green value is 27 (10.94% from 255 or 13.71% from 197); Blue value is 162 (63.67% from 255 or 82.23% from 197); Max value from RGB is 162 - color contains mainly: blue. Hex color #081BA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #081BA2 is #F7E45D. Grayscale: #242424. Windows color (decimal): -16245854 or 10623752. OLE color: 10623752.

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

Color convert

RGB827162-
CMYK0.950.8300.36
HSL232.6º90.59%33.33%-
HSV(B)232.6º95.06%63.53%-
XYZ7.013.4434.48-
YUV36.71198.71107.52-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.06%
GREEN value IS 27 (10.94% from 255) = 13.71%
BLUE value IS 162 (63.67% from 255) = 82.23%
R=4.06%
G=13.71%
B=82.23%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal8271620.950.8300.36232.690.5933.33
Hex81BA25F53024e95b21
Octal103324213712304435113341
Binary10001101110100010101111110100110100100111010011011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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