Shades of Sapphire #050E4D
Tints of Sapphire #050E4D
RGB
CMYK
RGB Variations
Color information
#050E4D (or 0x050E4D) is known color: Sapphire. HEX triplet: 05, 0E and 4D. RGB value is (5,14,77). Sum of RGB (Red+Green+Blue) = 5+14+77=96 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.21% from 96); Green value is 14 (5.86% from 255 or 14.58% from 96); Blue value is 77 (30.47% from 255 or 80.21% from 96); Max value from RGB is 77 - color contains mainly: blue. Hex color #050E4D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050E4D is #FAF1B2. Grayscale: #121212. Windows color (decimal): -16445875 or 5049861. OLE color: 5049861.
HSL color Cylindrical-coordinate representation of color #050E4D: hue angle of 232.5º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #050E4D is Cyan = 0.94, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 5 | 14 | 77 | - |
| CMYK | 0.94 | 0.82 | 0 | 0.70 |
| HSL | 232.5º | 0.88% | 0.16% | - |
| HSV(B) | 232.5º | 0.94% | 0.3% | - |
| XYZ | 1.56 | 0.88 | 7.11 | - |
| YUV | 18.49 | 161.02 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 14 | 77 | 0.94 | 0.82 | 0 | 0.70 | 232.5 | 0.88 | 0.16 |
| Hex | 5 | E | 4D | 5E | 52 | 0 | 46 | E8 | 58 | 10 |
| Octal | 5 | 16 | 115 | 136 | 122 | 0 | 106 | 350 | 130 | 20 |
| Binary | 101 | 1110 | 1001101 | 1011110 | 1010010 | 0 | 1000110 | 11101000 | 1011000 | 10000 |
Color Harmonies of #050E4D
Complementary color
Monochromatic Colors of #050E4D
Black with #050E4D
Text Example
Text Example
White with #050E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050E4D; }
p { color: rgb(5,14,77); }
H1.HeaderClassName
{
color: #050E4D;
}
.AnyTagClassName
{
color: #050E4D;
}
</style>
background-color css
<style>
a { background-color: #050E4D; }
a { background-color: rgb(5,14,77); }
div.DivClassName
{
background-color: #050E4D;
}
.BgClassName
{
background-color: #050E4D;
}
</style>
border-color css
<style>
span { border-color: #050E4D; }
span { border-color: rgb(5,14,77); }
td.TdClassName
{
border-color: #050E4D;
}
.TagClassName
{
border-color: #050E4D;
}
</style>