Shades of Sapphire #081E4E
Tints of Sapphire #081E4E
RGB
CMYK
RGB Variations
Color information
#081E4E (or 0x081E4E) is known color: Sapphire. HEX triplet: 08, 1E and 4E. RGB value is (8,30,78). Sum of RGB (Red+Green+Blue) = 8+30+78=116 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.90% from 116); Green value is 30 (12.11% from 255 or 25.86% from 116); Blue value is 78 (30.86% from 255 or 67.24% from 116); Max value from RGB is 78 - color contains mainly: blue. Hex color #081E4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081E4E is #F7E1B1. Grayscale: #1C1C1C. Windows color (decimal): -16245170 or 5119496. OLE color: 5119496.
HSL color Cylindrical-coordinate representation of color #081E4E: hue angle of 221.14º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #081E4E is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 8 | 30 | 78 | - |
| CMYK | 0.90 | 0.62 | 0 | 0.69 |
| HSL | 221.14º | 0.81% | 0.17% | - |
| HSV(B) | 221.14º | 0.9% | 0.31% | - |
| XYZ | 1.94 | 1.53 | 7.4 | - |
| YUV | 28.89 | 155.71 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 30 | 78 | 0.90 | 0.62 | 0 | 0.69 | 221.14 | 0.81 | 0.17 |
| Hex | 8 | 1E | 4E | 5A | 3E | 0 | 45 | DD | 51 | 11 |
| Octal | 10 | 36 | 116 | 132 | 76 | 0 | 105 | 335 | 121 | 21 |
| Binary | 1000 | 11110 | 1001110 | 1011010 | 111110 | 0 | 1000101 | 11011101 | 1010001 | 10001 |
Color Harmonies of #081E4E
Complementary color
Monochromatic Colors of #081E4E
Black with #081E4E
Text Example
Text Example
White with #081E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081E4E; }
p { color: rgb(8,30,78); }
H1.HeaderClassName
{
color: #081E4E;
}
.AnyTagClassName
{
color: #081E4E;
}
</style>
background-color css
<style>
a { background-color: #081E4E; }
a { background-color: rgb(8,30,78); }
div.DivClassName
{
background-color: #081E4E;
}
.BgClassName
{
background-color: #081E4E;
}
</style>
border-color css
<style>
span { border-color: #081E4E; }
span { border-color: rgb(8,30,78); }
td.TdClassName
{
border-color: #081E4E;
}
.TagClassName
{
border-color: #081E4E;
}
</style>