Shades of Sapphire #050A4E
Tints of Sapphire #050A4E
RGB
CMYK
RGB Variations
Color information
#050A4E (or 0x050A4E) is known color: Sapphire. HEX triplet: 05, 0A and 4E. RGB value is (5,10,78). Sum of RGB (Red+Green+Blue) = 5+10+78=93 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.38% from 93); Green value is 10 (4.30% from 255 or 10.75% from 93); Blue value is 78 (30.86% from 255 or 83.87% from 93); Max value from RGB is 78 - color contains mainly: blue. Hex color #050A4E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050A4E is #FAF5B1. Grayscale: #0F0F0F. Windows color (decimal): -16446898 or 5114373. OLE color: 5114373.
HSL color Cylindrical-coordinate representation of color #050A4E: hue angle of 235.89º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #050A4E is Cyan = 0.94, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 5 | 10 | 78 | - |
| CMYK | 0.94 | 0.87 | 0 | 0.69 |
| HSL | 235.89º | 0.88% | 0.16% | - |
| HSV(B) | 235.89º | 0.94% | 0.31% | - |
| XYZ | 1.55 | 0.8 | 7.28 | - |
| YUV | 16.26 | 162.84 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 10 | 78 | 0.94 | 0.87 | 0 | 0.69 | 235.89 | 0.88 | 0.16 |
| Hex | 5 | A | 4E | 5E | 57 | 0 | 45 | EC | 58 | 10 |
| Octal | 5 | 12 | 116 | 136 | 127 | 0 | 105 | 354 | 130 | 20 |
| Binary | 101 | 1010 | 1001110 | 1011110 | 1010111 | 0 | 1000101 | 11101100 | 1011000 | 10000 |
Color Harmonies of #050A4E
Complementary color
Monochromatic Colors of #050A4E
Black with #050A4E
Text Example
Text Example
White with #050A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050A4E; }
p { color: rgb(5,10,78); }
H1.HeaderClassName
{
color: #050A4E;
}
.AnyTagClassName
{
color: #050A4E;
}
</style>
background-color css
<style>
a { background-color: #050A4E; }
a { background-color: rgb(5,10,78); }
div.DivClassName
{
background-color: #050A4E;
}
.BgClassName
{
background-color: #050A4E;
}
</style>
border-color css
<style>
span { border-color: #050A4E; }
span { border-color: rgb(5,10,78); }
td.TdClassName
{
border-color: #050A4E;
}
.TagClassName
{
border-color: #050A4E;
}
</style>