Shades of Sapphire #081D6E
Tints of Sapphire #081D6E
RGB
CMYK
RGB Variations
Color information
#081D6E (or 0x081D6E) is known color: Sapphire. HEX triplet: 08, 1D and 6E. RGB value is (8,29,110). Sum of RGB (Red+Green+Blue) = 8+29+110=147 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.44% from 147); Green value is 29 (11.72% from 255 or 19.73% from 147); Blue value is 110 (43.36% from 255 or 74.83% from 147); Max value from RGB is 110 - color contains mainly: blue. Hex color #081D6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081D6E is #F7E291. Grayscale: #1F1F1F. Windows color (decimal): -16245394 or 7216392. OLE color: 7216392.
HSL color Cylindrical-coordinate representation of color #081D6E: hue angle of 227.65º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #081D6E is Cyan = 0.93, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 8 | 29 | 110 | - |
| CMYK | 0.93 | 0.74 | 0 | 0.57 |
| HSL | 227.65º | 0.86% | 0.23% | - |
| HSV(B) | 227.65º | 0.93% | 0.43% | - |
| XYZ | 3.35 | 2.06 | 14.97 | - |
| YUV | 31.96 | 172.04 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 29 | 110 | 0.93 | 0.74 | 0 | 0.57 | 227.65 | 0.86 | 0.23 |
| Hex | 8 | 1D | 6E | 5D | 4A | 0 | 39 | E4 | 56 | 17 |
| Octal | 10 | 35 | 156 | 135 | 112 | 0 | 71 | 344 | 126 | 27 |
| Binary | 1000 | 11101 | 1101110 | 1011101 | 1001010 | 0 | 111001 | 11100100 | 1010110 | 10111 |
Color Harmonies of #081D6E
Complementary color
Monochromatic Colors of #081D6E
Black with #081D6E
Text Example
Text Example
White with #081D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081D6E; }
p { color: rgb(8,29,110); }
H1.HeaderClassName
{
color: #081D6E;
}
.AnyTagClassName
{
color: #081D6E;
}
</style>
background-color css
<style>
a { background-color: #081D6E; }
a { background-color: rgb(8,29,110); }
div.DivClassName
{
background-color: #081D6E;
}
.BgClassName
{
background-color: #081D6E;
}
</style>
border-color css
<style>
span { border-color: #081D6E; }
span { border-color: rgb(8,29,110); }
td.TdClassName
{
border-color: #081D6E;
}
.TagClassName
{
border-color: #081D6E;
}
</style>