Shades of Sapphire #081D66
Tints of Sapphire #081D66
RGB
CMYK
RGB Variations
Color information
#081D66 (or 0x081D66) is known color: Sapphire. HEX triplet: 08, 1D and 66. RGB value is (8,29,102). Sum of RGB (Red+Green+Blue) = 8+29+102=139 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.76% from 139); Green value is 29 (11.72% from 255 or 20.86% from 139); Blue value is 102 (40.23% from 255 or 73.38% from 139); Max value from RGB is 102 - color contains mainly: blue. Hex color #081D66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081D66 is #F7E299. Grayscale: #1E1E1E. Windows color (decimal): -16245402 or 6692104. OLE color: 6692104.
HSL color Cylindrical-coordinate representation of color #081D66: hue angle of 226.6º 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 #081D66 is Cyan = 0.92, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 8 | 29 | 102 | - |
| CMYK | 0.92 | 0.72 | 0 | 0.6 |
| HSL | 226.6º | 0.85% | 0.22% | - |
| HSV(B) | 226.6º | 0.92% | 0.4% | - |
| XYZ | 2.94 | 1.89 | 12.78 | - |
| YUV | 31.04 | 168.04 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 29 | 102 | 0.92 | 0.72 | 0 | 0.6 | 226.6 | 0.85 | 0.22 |
| Hex | 8 | 1D | 66 | 5C | 48 | 0 | 3C | E3 | 55 | 16 |
| Octal | 10 | 35 | 146 | 134 | 110 | 0 | 74 | 343 | 125 | 26 |
| Binary | 1000 | 11101 | 1100110 | 1011100 | 1001000 | 0 | 111100 | 11100011 | 1010101 | 10110 |
Color Harmonies of #081D66
Complementary color
Monochromatic Colors of #081D66
Black with #081D66
Text Example
Text Example
White with #081D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081D66; }
p { color: rgb(8,29,102); }
H1.HeaderClassName
{
color: #081D66;
}
.AnyTagClassName
{
color: #081D66;
}
</style>
background-color css
<style>
a { background-color: #081D66; }
a { background-color: rgb(8,29,102); }
div.DivClassName
{
background-color: #081D66;
}
.BgClassName
{
background-color: #081D66;
}
</style>
border-color css
<style>
span { border-color: #081D66; }
span { border-color: rgb(8,29,102); }
td.TdClassName
{
border-color: #081D66;
}
.TagClassName
{
border-color: #081D66;
}
</style>