Shades of Sapphire #051E4D
Tints of Sapphire #051E4D
RGB
CMYK
RGB Variations
Color information
#051E4D (or 0x051E4D) is known color: Sapphire. HEX triplet: 05, 1E and 4D. RGB value is (5,30,77). Sum of RGB (Red+Green+Blue) = 5+30+77=112 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.46% from 112); Green value is 30 (12.11% from 255 or 26.79% from 112); Blue value is 77 (30.47% from 255 or 68.75% from 112); Max value from RGB is 77 - color contains mainly: blue. Hex color #051E4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051E4D is #FAE1B2. Grayscale: #1B1B1B. Windows color (decimal): -16441779 or 5053957. OLE color: 5053957.
HSL color Cylindrical-coordinate representation of color #051E4D: hue angle of 219.17º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #051E4D is Cyan = 0.94, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 5 | 30 | 77 | - |
| CMYK | 0.94 | 0.61 | 0 | 0.70 |
| HSL | 219.17º | 0.88% | 0.16% | - |
| HSV(B) | 219.17º | 0.94% | 0.3% | - |
| XYZ | 1.87 | 1.5 | 7.21 | - |
| YUV | 27.88 | 155.72 | 111.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 30 | 77 | 0.94 | 0.61 | 0 | 0.70 | 219.17 | 0.88 | 0.16 |
| Hex | 5 | 1E | 4D | 5E | 3D | 0 | 46 | DB | 58 | 10 |
| Octal | 5 | 36 | 115 | 136 | 75 | 0 | 106 | 333 | 130 | 20 |
| Binary | 101 | 11110 | 1001101 | 1011110 | 111101 | 0 | 1000110 | 11011011 | 1011000 | 10000 |
Color Harmonies of #051E4D
Complementary color
Monochromatic Colors of #051E4D
Black with #051E4D
Text Example
Text Example
White with #051E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051E4D; }
p { color: rgb(5,30,77); }
H1.HeaderClassName
{
color: #051E4D;
}
.AnyTagClassName
{
color: #051E4D;
}
</style>
background-color css
<style>
a { background-color: #051E4D; }
a { background-color: rgb(5,30,77); }
div.DivClassName
{
background-color: #051E4D;
}
.BgClassName
{
background-color: #051E4D;
}
</style>
border-color css
<style>
span { border-color: #051E4D; }
span { border-color: rgb(5,30,77); }
td.TdClassName
{
border-color: #051E4D;
}
.TagClassName
{
border-color: #051E4D;
}
</style>