#081AA2

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

Shades of International Klein Blue #081AA2

Tints of International Klein Blue #081AA2

Color information

#081AA2 (or 0x081AA2) is unknown color: approx International Klein Blue. HEX triplet: 08, 1A and A2. RGB value is (8,26,162). Sum of RGB (Red+Green+Blue) = 8+26+162=196 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.08% from 196); Green value is 26 (10.55% from 255 or 13.27% from 196); Blue value is 162 (63.67% from 255 or 82.65% from 196); Max value from RGB is 162 - color contains mainly: blue. Hex color #081AA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #081AA2 is #F7E55D. Grayscale: #232323. Windows color (decimal): -16246110 or 10623496. OLE color: 10623496.

HSL color Cylindrical-coordinate representation of color #081AA2: hue angle of 232.99º 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 #081AA2 is Cyan = 0.95, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB826162-
CMYK0.950.8400.36
HSL232.99º90.59%33.33%-
HSV(B)232.99º95.06%63.53%-
XYZ6.993.434.47-
YUV36.12199.04107.94-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.08%
GREEN value IS 26 (10.55% from 255) = 13.27%
BLUE value IS 162 (63.67% from 255) = 82.65%
R=4.08%
G=13.27%
B=82.65%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal8261620.950.8400.36232.9990.5933.33
Hex81AA25F54024e95b21
Octal103224213712404435113341
Binary10001101010100010101111110101000100100111010011011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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