Shades of Sapphire #081E6D
Tints of Sapphire #081E6D
RGB
CMYK
RGB Variations
Color information
#081E6D (or 0x081E6D) is known color: Sapphire. HEX triplet: 08, 1E and 6D. RGB value is (8,30,109). Sum of RGB (Red+Green+Blue) = 8+30+109=147 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.44% from 147); Green value is 30 (12.11% from 255 or 20.41% from 147); Blue value is 109 (42.97% from 255 or 74.15% from 147); Max value from RGB is 109 - color contains mainly: blue. Hex color #081E6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081E6D is #F7E192. Grayscale: #202020. Windows color (decimal): -16245139 or 7151112. OLE color: 7151112.
HSL color Cylindrical-coordinate representation of color #081E6D: hue angle of 226.93º 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 #081E6D is Cyan = 0.93, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 8 | 30 | 109 | - |
| CMYK | 0.93 | 0.72 | 0 | 0.57 |
| HSL | 226.93º | 0.86% | 0.23% | - |
| HSV(B) | 226.93º | 0.93% | 0.43% | - |
| XYZ | 3.32 | 2.08 | 14.7 | - |
| YUV | 32.43 | 171.21 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 30 | 109 | 0.93 | 0.72 | 0 | 0.57 | 226.93 | 0.86 | 0.23 |
| Hex | 8 | 1E | 6D | 5D | 48 | 0 | 39 | E3 | 56 | 17 |
| Octal | 10 | 36 | 155 | 135 | 110 | 0 | 71 | 343 | 126 | 27 |
| Binary | 1000 | 11110 | 1101101 | 1011101 | 1001000 | 0 | 111001 | 11100011 | 1010110 | 10111 |
Color Harmonies of #081E6D
Complementary color
Monochromatic Colors of #081E6D
Black with #081E6D
Text Example
Text Example
White with #081E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081E6D; }
p { color: rgb(8,30,109); }
H1.HeaderClassName
{
color: #081E6D;
}
.AnyTagClassName
{
color: #081E6D;
}
</style>
background-color css
<style>
a { background-color: #081E6D; }
a { background-color: rgb(8,30,109); }
div.DivClassName
{
background-color: #081E6D;
}
.BgClassName
{
background-color: #081E6D;
}
</style>
border-color css
<style>
span { border-color: #081E6D; }
span { border-color: rgb(8,30,109); }
td.TdClassName
{
border-color: #081E6D;
}
.TagClassName
{
border-color: #081E6D;
}
</style>