Shades of Sapphire #081966
Tints of Sapphire #081966
RGB
CMYK
RGB Variations
Color information
#081966 (or 0x081966) is known color: Sapphire. HEX triplet: 08, 19 and 66. RGB value is (8,25,102). Sum of RGB (Red+Green+Blue) = 8+25+102=135 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.93% from 135); Green value is 25 (10.16% from 255 or 18.52% from 135); Blue value is 102 (40.23% from 255 or 75.56% from 135); Max value from RGB is 102 - color contains mainly: blue. Hex color #081966 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081966 is #F7E699. Grayscale: #1C1C1C. Windows color (decimal): -16246426 or 6691080. OLE color: 6691080.
HSL color Cylindrical-coordinate representation of color #081966: hue angle of 229.15º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #081966 is Cyan = 0.92, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 8 | 25 | 102 | - |
| CMYK | 0.92 | 0.75 | 0 | 0.6 |
| HSL | 229.15º | 0.85% | 0.22% | - |
| HSV(B) | 229.15º | 0.92% | 0.4% | - |
| XYZ | 2.85 | 1.71 | 12.75 | - |
| YUV | 28.7 | 169.37 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 25 | 102 | 0.92 | 0.75 | 0 | 0.6 | 229.15 | 0.85 | 0.22 |
| Hex | 8 | 19 | 66 | 5C | 4B | 0 | 3C | E5 | 55 | 16 |
| Octal | 10 | 31 | 146 | 134 | 113 | 0 | 74 | 345 | 125 | 26 |
| Binary | 1000 | 11001 | 1100110 | 1011100 | 1001011 | 0 | 111100 | 11100101 | 1010101 | 10110 |
Color Harmonies of #081966
Complementary color
Monochromatic Colors of #081966
Black with #081966
Text Example
Text Example
White with #081966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081966; }
p { color: rgb(8,25,102); }
H1.HeaderClassName
{
color: #081966;
}
.AnyTagClassName
{
color: #081966;
}
</style>
background-color css
<style>
a { background-color: #081966; }
a { background-color: rgb(8,25,102); }
div.DivClassName
{
background-color: #081966;
}
.BgClassName
{
background-color: #081966;
}
</style>
border-color css
<style>
span { border-color: #081966; }
span { border-color: rgb(8,25,102); }
td.TdClassName
{
border-color: #081966;
}
.TagClassName
{
border-color: #081966;
}
</style>