#081551

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

Shades of Sapphire #081551

Tints of Sapphire #081551

Color information

#081551 (or 0x081551) is unknown color: approx Sapphire. HEX triplet: 08, 15 and 51. RGB value is (8,21,81). Sum of RGB (Red+Green+Blue) = 8+21+81=110 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.27% from 110); Green value is 21 (8.59% from 255 or 19.09% from 110); Blue value is 81 (32.03% from 255 or 73.64% from 110); Max value from RGB is 81 - color contains mainly: blue. Hex color #081551 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081551 is #F7EAAE. Grayscale: #171717. Windows color (decimal): -16247471 or 5313800. OLE color: 5313800.

HSL color Cylindrical-coordinate representation of color #081551: hue angle of 229.32º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #081551 is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB82181-
CMYK0.900.7400.68
HSL229.32º82.02%17.45%-
HSV(B)229.32º90.12%31.76%-
XYZ1.851.187.92-
YUV23.95160.19116.62-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.27%
GREEN value IS 21 (8.59% from 255) = 19.09%
BLUE value IS 81 (32.03% from 255) = 73.64%
R=7.27%
G=19.09%
B=73.64%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal821810.900.7400.68229.3282.0217.45
Hex815515A4A044e55211
Octal1025121132112010434512221
Binary1000101011010001101101010010100100010011100101101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081551; }

 p { color: rgb(8,21,81); }

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

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

 a { background-color: rgb(8,21,81); }

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

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

 span { border-color: rgb(8,21,81); }

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