Shades of Sapphire #081566
Tints of Sapphire #081566
RGB
CMYK
RGB Variations
Color information
#081566 (or 0x081566) is known color: Sapphire. HEX triplet: 08, 15 and 66. RGB value is (8,21,102). Sum of RGB (Red+Green+Blue) = 8+21+102=131 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.11% from 131); Green value is 21 (8.59% from 255 or 16.03% from 131); Blue value is 102 (40.23% from 255 or 77.86% from 131); Max value from RGB is 102 - color contains mainly: blue. Hex color #081566 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081566 is #F7EA99. Grayscale: #1A1A1A. Windows color (decimal): -16247450 or 6690056. OLE color: 6690056.
HSL color Cylindrical-coordinate representation of color #081566: hue angle of 231.7º 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 #081566 is Cyan = 0.92, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 8 | 21 | 102 | - |
| CMYK | 0.92 | 0.79 | 0 | 0.6 |
| HSL | 231.7º | 0.85% | 0.22% | - |
| HSV(B) | 231.7º | 0.92% | 0.4% | - |
| XYZ | 2.77 | 1.55 | 12.72 | - |
| YUV | 26.35 | 170.69 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 21 | 102 | 0.92 | 0.79 | 0 | 0.6 | 231.7 | 0.85 | 0.22 |
| Hex | 8 | 15 | 66 | 5C | 4F | 0 | 3C | E8 | 55 | 16 |
| Octal | 10 | 25 | 146 | 134 | 117 | 0 | 74 | 350 | 125 | 26 |
| Binary | 1000 | 10101 | 1100110 | 1011100 | 1001111 | 0 | 111100 | 11101000 | 1010101 | 10110 |
Color Harmonies of #081566
Complementary color
Monochromatic Colors of #081566
Black with #081566
Text Example
Text Example
White with #081566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081566; }
p { color: rgb(8,21,102); }
H1.HeaderClassName
{
color: #081566;
}
.AnyTagClassName
{
color: #081566;
}
</style>
background-color css
<style>
a { background-color: #081566; }
a { background-color: rgb(8,21,102); }
div.DivClassName
{
background-color: #081566;
}
.BgClassName
{
background-color: #081566;
}
</style>
border-color css
<style>
span { border-color: #081566; }
span { border-color: rgb(8,21,102); }
td.TdClassName
{
border-color: #081566;
}
.TagClassName
{
border-color: #081566;
}
</style>