Shades of Sapphire #081D4D
Tints of Sapphire #081D4D
RGB
CMYK
RGB Variations
Color information
#081D4D (or 0x081D4D) is known color: Sapphire. HEX triplet: 08, 1D and 4D. RGB value is (8,29,77). Sum of RGB (Red+Green+Blue) = 8+29+77=114 (15% of max value = 765). Red value is 8 (3.52% from 255 or 7.02% from 114); Green value is 29 (11.72% from 255 or 25.44% from 114); Blue value is 77 (30.47% from 255 or 67.54% from 114); Max value from RGB is 77 - color contains mainly: blue. Hex color #081D4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081D4D is #F7E2B2. Grayscale: #1B1B1B. Windows color (decimal): -16245427 or 5053704. OLE color: 5053704.
HSL color Cylindrical-coordinate representation of color #081D4D: hue angle of 221.74º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #081D4D is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 8 | 29 | 77 | - |
| CMYK | 0.90 | 0.62 | 0 | 0.70 |
| HSL | 221.74º | 0.81% | 0.17% | - |
| HSV(B) | 221.74º | 0.9% | 0.3% | - |
| XYZ | 1.88 | 1.47 | 7.21 | - |
| YUV | 28.19 | 155.54 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 29 | 77 | 0.90 | 0.62 | 0 | 0.70 | 221.74 | 0.81 | 0.17 |
| Hex | 8 | 1D | 4D | 5A | 3E | 0 | 46 | DE | 51 | 11 |
| Octal | 10 | 35 | 115 | 132 | 76 | 0 | 106 | 336 | 121 | 21 |
| Binary | 1000 | 11101 | 1001101 | 1011010 | 111110 | 0 | 1000110 | 11011110 | 1010001 | 10001 |
Color Harmonies of #081D4D
Complementary color
Monochromatic Colors of #081D4D
Black with #081D4D
Text Example
Text Example
White with #081D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081D4D; }
p { color: rgb(8,29,77); }
H1.HeaderClassName
{
color: #081D4D;
}
.AnyTagClassName
{
color: #081D4D;
}
</style>
background-color css
<style>
a { background-color: #081D4D; }
a { background-color: rgb(8,29,77); }
div.DivClassName
{
background-color: #081D4D;
}
.BgClassName
{
background-color: #081D4D;
}
</style>
border-color css
<style>
span { border-color: #081D4D; }
span { border-color: rgb(8,29,77); }
td.TdClassName
{
border-color: #081D4D;
}
.TagClassName
{
border-color: #081D4D;
}
</style>