Shades of Sapphire #060E4D
Tints of Sapphire #060E4D
RGB
CMYK
RGB Variations
Color information
#060E4D (or 0x060E4D) is known color: Sapphire. HEX triplet: 06, 0E and 4D. RGB value is (6,14,77). Sum of RGB (Red+Green+Blue) = 6+14+77=97 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.19% from 97); Green value is 14 (5.86% from 255 or 14.43% from 97); Blue value is 77 (30.47% from 255 or 79.38% from 97); Max value from RGB is 77 - color contains mainly: blue. Hex color #060E4D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060E4D is #F9F1B2. Grayscale: #121212. Windows color (decimal): -16380339 or 5049862. OLE color: 5049862.
HSL color Cylindrical-coordinate representation of color #060E4D: hue angle of 233.24º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #060E4D is Cyan = 0.92, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 6 | 14 | 77 | - |
| CMYK | 0.92 | 0.82 | 0 | 0.70 |
| HSL | 233.24º | 0.86% | 0.16% | - |
| HSV(B) | 233.24º | 0.92% | 0.3% | - |
| XYZ | 1.57 | 0.89 | 7.11 | - |
| YUV | 18.79 | 160.85 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 14 | 77 | 0.92 | 0.82 | 0 | 0.70 | 233.24 | 0.86 | 0.16 |
| Hex | 6 | E | 4D | 5C | 52 | 0 | 46 | E9 | 56 | 10 |
| Octal | 6 | 16 | 115 | 134 | 122 | 0 | 106 | 351 | 126 | 20 |
| Binary | 110 | 1110 | 1001101 | 1011100 | 1010010 | 0 | 1000110 | 11101001 | 1010110 | 10000 |
Color Harmonies of #060E4D
Complementary color
Monochromatic Colors of #060E4D
Black with #060E4D
Text Example
Text Example
White with #060E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060E4D; }
p { color: rgb(6,14,77); }
H1.HeaderClassName
{
color: #060E4D;
}
.AnyTagClassName
{
color: #060E4D;
}
</style>
background-color css
<style>
a { background-color: #060E4D; }
a { background-color: rgb(6,14,77); }
div.DivClassName
{
background-color: #060E4D;
}
.BgClassName
{
background-color: #060E4D;
}
</style>
border-color css
<style>
span { border-color: #060E4D; }
span { border-color: rgb(6,14,77); }
td.TdClassName
{
border-color: #060E4D;
}
.TagClassName
{
border-color: #060E4D;
}
</style>