Shades of Sapphire #081E4D
Tints of Sapphire #081E4D
RGB
CMYK
RGB Variations
Color information
#081E4D (or 0x081E4D) is known color: Sapphire. HEX triplet: 08, 1E and 4D. RGB value is (8,30,77). Sum of RGB (Red+Green+Blue) = 8+30+77=115 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.96% from 115); Green value is 30 (12.11% from 255 or 26.09% from 115); Blue value is 77 (30.47% from 255 or 66.96% from 115); Max value from RGB is 77 - color contains mainly: blue. Hex color #081E4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081E4D is #F7E1B2. Grayscale: #1C1C1C. Windows color (decimal): -16245171 or 5053960. OLE color: 5053960.
HSL color Cylindrical-coordinate representation of color #081E4D: hue angle of 220.87º 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 #081E4D is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 8 | 30 | 77 | - |
| CMYK | 0.90 | 0.61 | 0 | 0.70 |
| HSL | 220.87º | 0.81% | 0.17% | - |
| HSV(B) | 220.87º | 0.9% | 0.3% | - |
| XYZ | 1.9 | 1.52 | 7.21 | - |
| YUV | 28.78 | 155.21 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 30 | 77 | 0.90 | 0.61 | 0 | 0.70 | 220.87 | 0.81 | 0.17 |
| Hex | 8 | 1E | 4D | 5A | 3D | 0 | 46 | DD | 51 | 11 |
| Octal | 10 | 36 | 115 | 132 | 75 | 0 | 106 | 335 | 121 | 21 |
| Binary | 1000 | 11110 | 1001101 | 1011010 | 111101 | 0 | 1000110 | 11011101 | 1010001 | 10001 |
Color Harmonies of #081E4D
Complementary color
Monochromatic Colors of #081E4D
Black with #081E4D
Text Example
Text Example
White with #081E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081E4D; }
p { color: rgb(8,30,77); }
H1.HeaderClassName
{
color: #081E4D;
}
.AnyTagClassName
{
color: #081E4D;
}
</style>
background-color css
<style>
a { background-color: #081E4D; }
a { background-color: rgb(8,30,77); }
div.DivClassName
{
background-color: #081E4D;
}
.BgClassName
{
background-color: #081E4D;
}
</style>
border-color css
<style>
span { border-color: #081E4D; }
span { border-color: rgb(8,30,77); }
td.TdClassName
{
border-color: #081E4D;
}
.TagClassName
{
border-color: #081E4D;
}
</style>