Shades of Sapphire #050E5D
Tints of Sapphire #050E5D
RGB
CMYK
RGB Variations
Color information
#050E5D (or 0x050E5D) is known color: Sapphire. HEX triplet: 05, 0E and 5D. RGB value is (5,14,93). Sum of RGB (Red+Green+Blue) = 5+14+93=112 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.46% from 112); Green value is 14 (5.86% from 255 or 12.5% from 112); Blue value is 93 (36.72% from 255 or 83.04% from 112); Max value from RGB is 93 - color contains mainly: blue. Hex color #050E5D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050E5D is #FAF1A2. Grayscale: #131313. Windows color (decimal): -16445859 or 6098437. OLE color: 6098437.
HSL color Cylindrical-coordinate representation of color #050E5D: hue angle of 233.86º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #050E5D is Cyan = 0.95, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 14 | 93 | - |
| CMYK | 0.95 | 0.85 | 0 | 0.64 |
| HSL | 233.86º | 0.9% | 0.19% | - |
| HSV(B) | 233.86º | 0.95% | 0.36% | - |
| XYZ | 2.2 | 1.14 | 10.46 | - |
| YUV | 20.32 | 169.02 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 14 | 93 | 0.95 | 0.85 | 0 | 0.64 | 233.86 | 0.9 | 0.19 |
| Hex | 5 | E | 5D | 5F | 55 | 0 | 40 | EA | 5A | 13 |
| Octal | 5 | 16 | 135 | 137 | 125 | 0 | 100 | 352 | 132 | 23 |
| Binary | 101 | 1110 | 1011101 | 1011111 | 1010101 | 0 | 1000000 | 11101010 | 1011010 | 10011 |
Color Harmonies of #050E5D
Complementary color
Monochromatic Colors of #050E5D
Black with #050E5D
Text Example
Text Example
White with #050E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050E5D; }
p { color: rgb(5,14,93); }
H1.HeaderClassName
{
color: #050E5D;
}
.AnyTagClassName
{
color: #050E5D;
}
</style>
background-color css
<style>
a { background-color: #050E5D; }
a { background-color: rgb(5,14,93); }
div.DivClassName
{
background-color: #050E5D;
}
.BgClassName
{
background-color: #050E5D;
}
</style>
border-color css
<style>
span { border-color: #050E5D; }
span { border-color: rgb(5,14,93); }
td.TdClassName
{
border-color: #050E5D;
}
.TagClassName
{
border-color: #050E5D;
}
</style>