Shades of Sapphire #051E57
Tints of Sapphire #051E57
RGB
CMYK
RGB Variations
Color information
#051E57 (or 0x051E57) is known color: Sapphire. HEX triplet: 05, 1E and 57. RGB value is (5,30,87). Sum of RGB (Red+Green+Blue) = 5+30+87=122 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.10% from 122); Green value is 30 (12.11% from 255 or 24.59% from 122); Blue value is 87 (34.38% from 255 or 71.31% from 122); Max value from RGB is 87 - color contains mainly: blue. Hex color #051E57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051E57 is #FAE1A8. Grayscale: #1C1C1C. Windows color (decimal): -16441769 or 5709317. OLE color: 5709317.
HSL color Cylindrical-coordinate representation of color #051E57: hue angle of 221.71º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #051E57 is Cyan = 0.94, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 5 | 30 | 87 | - |
| CMYK | 0.94 | 0.66 | 0 | 0.66 |
| HSL | 221.71º | 0.89% | 0.18% | - |
| HSV(B) | 221.71º | 0.94% | 0.34% | - |
| XYZ | 2.25 | 1.65 | 9.22 | - |
| YUV | 29.02 | 160.72 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 30 | 87 | 0.94 | 0.66 | 0 | 0.66 | 221.71 | 0.89 | 0.18 |
| Hex | 5 | 1E | 57 | 5E | 42 | 0 | 42 | DE | 59 | 12 |
| Octal | 5 | 36 | 127 | 136 | 102 | 0 | 102 | 336 | 131 | 22 |
| Binary | 101 | 11110 | 1010111 | 1011110 | 1000010 | 0 | 1000010 | 11011110 | 1011001 | 10010 |
Color Harmonies of #051E57
Complementary color
Monochromatic Colors of #051E57
Black with #051E57
Text Example
Text Example
White with #051E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051E57; }
p { color: rgb(5,30,87); }
H1.HeaderClassName
{
color: #051E57;
}
.AnyTagClassName
{
color: #051E57;
}
</style>
background-color css
<style>
a { background-color: #051E57; }
a { background-color: rgb(5,30,87); }
div.DivClassName
{
background-color: #051E57;
}
.BgClassName
{
background-color: #051E57;
}
</style>
border-color css
<style>
span { border-color: #051E57; }
span { border-color: rgb(5,30,87); }
td.TdClassName
{
border-color: #051E57;
}
.TagClassName
{
border-color: #051E57;
}
</style>