Shades of Sapphire #051E50
Tints of Sapphire #051E50
RGB
CMYK
RGB Variations
Color information
#051E50 (or 0x051E50) is known color: Sapphire. HEX triplet: 05, 1E and 50. RGB value is (5,30,80). Sum of RGB (Red+Green+Blue) = 5+30+80=115 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.35% from 115); Green value is 30 (12.11% from 255 or 26.09% from 115); Blue value is 80 (31.64% from 255 or 69.57% from 115); Max value from RGB is 80 - color contains mainly: blue. Hex color #051E50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051E50 is #FAE1AF. Grayscale: #1C1C1C. Windows color (decimal): -16441776 or 5250565. OLE color: 5250565.
HSL color Cylindrical-coordinate representation of color #051E50: hue angle of 220º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #051E50 is Cyan = 0.94, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 5 | 30 | 80 | - |
| CMYK | 0.94 | 0.62 | 0 | 0.69 |
| HSL | 220º | 0.88% | 0.17% | - |
| HSV(B) | 220º | 0.94% | 0.31% | - |
| XYZ | 1.97 | 1.54 | 7.78 | - |
| YUV | 28.23 | 157.22 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 30 | 80 | 0.94 | 0.62 | 0 | 0.69 | 220 | 0.88 | 0.17 |
| Hex | 5 | 1E | 50 | 5E | 3E | 0 | 45 | DC | 58 | 11 |
| Octal | 5 | 36 | 120 | 136 | 76 | 0 | 105 | 334 | 130 | 21 |
| Binary | 101 | 11110 | 1010000 | 1011110 | 111110 | 0 | 1000101 | 11011100 | 1011000 | 10001 |
Color Harmonies of #051E50
Complementary color
Monochromatic Colors of #051E50
Black with #051E50
Text Example
Text Example
White with #051E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051E50; }
p { color: rgb(5,30,80); }
H1.HeaderClassName
{
color: #051E50;
}
.AnyTagClassName
{
color: #051E50;
}
</style>
background-color css
<style>
a { background-color: #051E50; }
a { background-color: rgb(5,30,80); }
div.DivClassName
{
background-color: #051E50;
}
.BgClassName
{
background-color: #051E50;
}
</style>
border-color css
<style>
span { border-color: #051E50; }
span { border-color: rgb(5,30,80); }
td.TdClassName
{
border-color: #051E50;
}
.TagClassName
{
border-color: #051E50;
}
</style>