Shades of Sapphire #050E59
Tints of Sapphire #050E59
RGB
CMYK
RGB Variations
Color information
#050E59 (or 0x050E59) is known color: Sapphire. HEX triplet: 05, 0E and 59. RGB value is (5,14,89). Sum of RGB (Red+Green+Blue) = 5+14+89=108 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.63% from 108); Green value is 14 (5.86% from 255 or 12.96% from 108); Blue value is 89 (35.16% from 255 or 82.41% from 108); Max value from RGB is 89 - color contains mainly: blue. Hex color #050E59 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050E59 is #FAF1A6. Grayscale: #131313. Windows color (decimal): -16445863 or 5836293. OLE color: 5836293.
HSL color Cylindrical-coordinate representation of color #050E59: hue angle of 233.57º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #050E59 is Cyan = 0.94, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 5 | 14 | 89 | - |
| CMYK | 0.94 | 0.84 | 0 | 0.65 |
| HSL | 233.57º | 0.89% | 0.18% | - |
| HSV(B) | 233.57º | 0.94% | 0.35% | - |
| XYZ | 2.02 | 1.07 | 9.55 | - |
| YUV | 19.86 | 167.02 | 117.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 14 | 89 | 0.94 | 0.84 | 0 | 0.65 | 233.57 | 0.89 | 0.18 |
| Hex | 5 | E | 59 | 5E | 54 | 0 | 41 | EA | 59 | 12 |
| Octal | 5 | 16 | 131 | 136 | 124 | 0 | 101 | 352 | 131 | 22 |
| Binary | 101 | 1110 | 1011001 | 1011110 | 1010100 | 0 | 1000001 | 11101010 | 1011001 | 10010 |
Color Harmonies of #050E59
Complementary color
Monochromatic Colors of #050E59
Black with #050E59
Text Example
Text Example
White with #050E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050E59; }
p { color: rgb(5,14,89); }
H1.HeaderClassName
{
color: #050E59;
}
.AnyTagClassName
{
color: #050E59;
}
</style>
background-color css
<style>
a { background-color: #050E59; }
a { background-color: rgb(5,14,89); }
div.DivClassName
{
background-color: #050E59;
}
.BgClassName
{
background-color: #050E59;
}
</style>
border-color css
<style>
span { border-color: #050E59; }
span { border-color: rgb(5,14,89); }
td.TdClassName
{
border-color: #050E59;
}
.TagClassName
{
border-color: #050E59;
}
</style>