#081951

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

Shades of Sapphire #081951

Tints of Sapphire #081951

Color information

#081951 (or 0x081951) is unknown color: approx Sapphire. HEX triplet: 08, 19 and 51. RGB value is (8,25,81). Sum of RGB (Red+Green+Blue) = 8+25+81=114 (15% of max value = 765). Red value is 8 (3.52% from 255 or 7.02% from 114); Green value is 25 (10.16% from 255 or 21.93% from 114); Blue value is 81 (32.03% from 255 or 71.05% from 114); Max value from RGB is 81 - color contains mainly: blue. Hex color #081951 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081951 is #F7E6AE. Grayscale: #1A1A1A. Windows color (decimal): -16246447 or 5314824. OLE color: 5314824.

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

Color convert

RGB82581-
CMYK0.900.6900.68
HSL226.03º82.02%17.45%-
HSV(B)226.03º90.12%31.76%-
XYZ1.931.347.94-
YUV26.3158.87114.95-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.02%
GREEN value IS 25 (10.16% from 255) = 21.93%
BLUE value IS 81 (32.03% from 255) = 71.05%
R=7.02%
G=21.93%
B=71.05%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal825810.900.6900.68226.0382.0217.45
Hex819515A45044e25211
Octal1031121132105010434212221
Binary1000110011010001101101010001010100010011100010101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081951; }

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

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

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

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

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

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

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

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