#081AB9

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

Shades of International Klein Blue #081AB9

Tints of International Klein Blue #081AB9

Color information

#081AB9 (or 0x081AB9) is unknown color: approx International Klein Blue. HEX triplet: 08, 1A and B9. RGB value is (8,26,185). Sum of RGB (Red+Green+Blue) = 8+26+185=219 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.65% from 219); Green value is 26 (10.55% from 255 or 11.87% from 219); Blue value is 185 (72.66% from 255 or 84.47% from 219); Max value from RGB is 185 - color contains mainly: blue. Hex color #081AB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #081AB9 is #F7E546. Grayscale: #262626. Windows color (decimal): -16246087 or 12130824. OLE color: 12130824.

HSL color Cylindrical-coordinate representation of color #081AB9: hue angle of 233.9º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #081AB9 is Cyan = 0.96, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB826185-
CMYK0.960.8600.27
HSL233.9º91.71%37.84%-
HSV(B)233.9º95.68%72.55%-
XYZ9.234.2946.24-
YUV38.74210.54106.07-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.65%
GREEN value IS 26 (10.55% from 255) = 11.87%
BLUE value IS 185 (72.66% from 255) = 84.47%
R=3.65%
G=11.87%
B=84.47%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal8261850.960.8600.27233.991.7137.84
Hex81AB9605601Bea5c26
Octal103227114012603335213446
Binary1000110101011100111000001010110011011111010101011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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