Shades of Sapphire #081D76
Tints of Sapphire #081D76
RGB
CMYK
RGB Variations
Color information
#081D76 (or 0x081D76) is known color: Sapphire. HEX triplet: 08, 1D and 76. RGB value is (8,29,118). Sum of RGB (Red+Green+Blue) = 8+29+118=155 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.16% from 155); Green value is 29 (11.72% from 255 or 18.71% from 155); Blue value is 118 (46.48% from 255 or 76.13% from 155); Max value from RGB is 118 - color contains mainly: blue. Hex color #081D76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081D76 is #F7E289. Grayscale: #202020. Windows color (decimal): -16245386 or 7740680. OLE color: 7740680.
HSL color Cylindrical-coordinate representation of color #081D76: hue angle of 228.55º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #081D76 is Cyan = 0.93, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 8 | 29 | 118 | - |
| CMYK | 0.93 | 0.75 | 0 | 0.54 |
| HSL | 228.55º | 0.87% | 0.25% | - |
| HSV(B) | 228.55º | 0.93% | 0.46% | - |
| XYZ | 3.81 | 2.24 | 17.37 | - |
| YUV | 32.87 | 176.04 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 29 | 118 | 0.93 | 0.75 | 0 | 0.54 | 228.55 | 0.87 | 0.25 |
| Hex | 8 | 1D | 76 | 5D | 4B | 0 | 36 | E5 | 57 | 19 |
| Octal | 10 | 35 | 166 | 135 | 113 | 0 | 66 | 345 | 127 | 31 |
| Binary | 1000 | 11101 | 1110110 | 1011101 | 1001011 | 0 | 110110 | 11100101 | 1010111 | 11001 |
Color Harmonies of #081D76
Complementary color
Monochromatic Colors of #081D76
Black with #081D76
Text Example
Text Example
White with #081D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081D76; }
p { color: rgb(8,29,118); }
H1.HeaderClassName
{
color: #081D76;
}
.AnyTagClassName
{
color: #081D76;
}
</style>
background-color css
<style>
a { background-color: #081D76; }
a { background-color: rgb(8,29,118); }
div.DivClassName
{
background-color: #081D76;
}
.BgClassName
{
background-color: #081D76;
}
</style>
border-color css
<style>
span { border-color: #081D76; }
span { border-color: rgb(8,29,118); }
td.TdClassName
{
border-color: #081D76;
}
.TagClassName
{
border-color: #081D76;
}
</style>