#081851

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

Shades of Sapphire #081851

Tints of Sapphire #081851

Color information

#081851 (or 0x081851) is unknown color: approx Sapphire. HEX triplet: 08, 18 and 51. RGB value is (8,24,81). Sum of RGB (Red+Green+Blue) = 8+24+81=113 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.08% from 113); Green value is 24 (9.77% from 255 or 21.24% from 113); Blue value is 81 (32.03% from 255 or 71.68% from 113); Max value from RGB is 81 - color contains mainly: blue. Hex color #081851 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081851 is #F7E7AE. Grayscale: #191919. Windows color (decimal): -16246703 or 5314568. OLE color: 5314568.

HSL color Cylindrical-coordinate representation of color #081851: hue angle of 226.85º 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 #081851 is Cyan = 0.90, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB82481-
CMYK0.900.7000.68
HSL226.85º82.02%17.45%-
HSV(B)226.85º90.12%31.76%-
XYZ1.911.37.93-
YUV25.71159.2115.37-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.08%
GREEN value IS 24 (9.77% from 255) = 21.24%
BLUE value IS 81 (32.03% from 255) = 71.68%
R=7.08%
G=21.24%
B=71.68%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal824810.900.7000.68226.8582.0217.45
Hex818515A46044e35211
Octal1030121132106010434312221
Binary1000110001010001101101010001100100010011100011101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081851; }

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

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

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

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

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

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

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

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