#081B79

Color #081B79 Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #081B79

Tints of Sapphire #081B79

Color information

#081B79 (or 0x081B79) is unknown color: approx Sapphire. HEX triplet: 08, 1B and 79. RGB value is (8,27,121). Sum of RGB (Red+Green+Blue) = 8+27+121=156 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.13% from 156); Green value is 27 (10.94% from 255 or 17.31% from 156); Blue value is 121 (47.66% from 255 or 77.56% from 156); Max value from RGB is 121 - color contains mainly: blue. Hex color #081B79 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081B79 is #F7E486. Grayscale: #1F1F1F. Windows color (decimal): -16245895 or 7936776. OLE color: 7936776.

HSL color Cylindrical-coordinate representation of color #081B79: hue angle of 229.91º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #081B79 is Cyan = 0.93, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB827121-
CMYK0.930.7800.53
HSL229.91º87.6%25.29%-
HSV(B)229.91º93.39%47.45%-
XYZ3.942.2218.31-
YUV32.03178.21110.86-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.13%
GREEN value IS 27 (10.94% from 255) = 17.31%
BLUE value IS 121 (47.66% from 255) = 77.56%
R=5.13%
G=17.31%
B=77.56%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8271210.930.7800.53229.9187.625.29
Hex81B795D4E035e65819
Octal103317113511606534613031
Binary100011011111100110111011001110011010111100110101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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