Shades of Sapphire #050E4C
Tints of Sapphire #050E4C
RGB
CMYK
RGB Variations
Color information
#050E4C (or 0x050E4C) is known color: Sapphire. HEX triplet: 05, 0E and 4C. RGB value is (5,14,76). Sum of RGB (Red+Green+Blue) = 5+14+76=95 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.26% from 95); Green value is 14 (5.86% from 255 or 14.74% from 95); Blue value is 76 (30.08% from 255 or 80% from 95); Max value from RGB is 76 - color contains mainly: blue. Hex color #050E4C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050E4C is #FAF1B3. Grayscale: #121212. Windows color (decimal): -16445876 or 4984325. OLE color: 4984325.
HSL color Cylindrical-coordinate representation of color #050E4C: hue angle of 232.39º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #050E4C is Cyan = 0.93, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 5 | 14 | 76 | - |
| CMYK | 0.93 | 0.82 | 0 | 0.70 |
| HSL | 232.39º | 0.88% | 0.16% | - |
| HSV(B) | 232.39º | 0.93% | 0.3% | - |
| XYZ | 1.52 | 0.87 | 6.92 | - |
| YUV | 18.38 | 160.52 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 14 | 76 | 0.93 | 0.82 | 0 | 0.70 | 232.39 | 0.88 | 0.16 |
| Hex | 5 | E | 4C | 5D | 52 | 0 | 46 | E8 | 58 | 10 |
| Octal | 5 | 16 | 114 | 135 | 122 | 0 | 106 | 350 | 130 | 20 |
| Binary | 101 | 1110 | 1001100 | 1011101 | 1010010 | 0 | 1000110 | 11101000 | 1011000 | 10000 |
Color Harmonies of #050E4C
Complementary color
Monochromatic Colors of #050E4C
Black with #050E4C
Text Example
Text Example
White with #050E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050E4C; }
p { color: rgb(5,14,76); }
H1.HeaderClassName
{
color: #050E4C;
}
.AnyTagClassName
{
color: #050E4C;
}
</style>
background-color css
<style>
a { background-color: #050E4C; }
a { background-color: rgb(5,14,76); }
div.DivClassName
{
background-color: #050E4C;
}
.BgClassName
{
background-color: #050E4C;
}
</style>
border-color css
<style>
span { border-color: #050E4C; }
span { border-color: rgb(5,14,76); }
td.TdClassName
{
border-color: #050E4C;
}
.TagClassName
{
border-color: #050E4C;
}
</style>