Shades of Sapphire #050E5A
Tints of Sapphire #050E5A
RGB
CMYK
RGB Variations
Color information
#050E5A (or 0x050E5A) is known color: Sapphire. HEX triplet: 05, 0E and 5A. RGB value is (5,14,90). Sum of RGB (Red+Green+Blue) = 5+14+90=109 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.59% from 109); Green value is 14 (5.86% from 255 or 12.84% from 109); Blue value is 90 (35.55% from 255 or 82.57% from 109); Max value from RGB is 90 - color contains mainly: blue. Hex color #050E5A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050E5A is #FAF1A5. Grayscale: #131313. Windows color (decimal): -16445862 or 5901829. OLE color: 5901829.
HSL color Cylindrical-coordinate representation of color #050E5A: hue angle of 233.65º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #050E5A is Cyan = 0.94, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 5 | 14 | 90 | - |
| CMYK | 0.94 | 0.84 | 0 | 0.65 |
| HSL | 233.65º | 0.89% | 0.19% | - |
| HSV(B) | 233.65º | 0.94% | 0.35% | - |
| XYZ | 2.07 | 1.08 | 9.77 | - |
| YUV | 19.97 | 167.52 | 117.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 14 | 90 | 0.94 | 0.84 | 0 | 0.65 | 233.65 | 0.89 | 0.19 |
| Hex | 5 | E | 5A | 5E | 54 | 0 | 41 | EA | 59 | 13 |
| Octal | 5 | 16 | 132 | 136 | 124 | 0 | 101 | 352 | 131 | 23 |
| Binary | 101 | 1110 | 1011010 | 1011110 | 1010100 | 0 | 1000001 | 11101010 | 1011001 | 10011 |
Color Harmonies of #050E5A
Complementary color
Monochromatic Colors of #050E5A
Black with #050E5A
Text Example
Text Example
White with #050E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050E5A; }
p { color: rgb(5,14,90); }
H1.HeaderClassName
{
color: #050E5A;
}
.AnyTagClassName
{
color: #050E5A;
}
</style>
background-color css
<style>
a { background-color: #050E5A; }
a { background-color: rgb(5,14,90); }
div.DivClassName
{
background-color: #050E5A;
}
.BgClassName
{
background-color: #050E5A;
}
</style>
border-color css
<style>
span { border-color: #050E5A; }
span { border-color: rgb(5,14,90); }
td.TdClassName
{
border-color: #050E5A;
}
.TagClassName
{
border-color: #050E5A;
}
</style>