Shades of Sapphire #051A57
Tints of Sapphire #051A57
RGB
CMYK
RGB Variations
Color information
#051A57 (or 0x051A57) is known color: Sapphire. HEX triplet: 05, 1A and 57. RGB value is (5,26,87). Sum of RGB (Red+Green+Blue) = 5+26+87=118 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.24% from 118); Green value is 26 (10.55% from 255 or 22.03% from 118); Blue value is 87 (34.38% from 255 or 73.73% from 118); Max value from RGB is 87 - color contains mainly: blue. Hex color #051A57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051A57 is #FAE5A8. Grayscale: #1A1A1A. Windows color (decimal): -16442793 or 5708293. OLE color: 5708293.
HSL color Cylindrical-coordinate representation of color #051A57: hue angle of 224.63º 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 #051A57 is Cyan = 0.94, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 5 | 26 | 87 | - |
| CMYK | 0.94 | 0.70 | 0 | 0.66 |
| HSL | 224.63º | 0.89% | 0.18% | - |
| HSV(B) | 224.63º | 0.94% | 0.34% | - |
| XYZ | 2.15 | 1.46 | 9.19 | - |
| YUV | 26.68 | 162.04 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 26 | 87 | 0.94 | 0.70 | 0 | 0.66 | 224.63 | 0.89 | 0.18 |
| Hex | 5 | 1A | 57 | 5E | 46 | 0 | 42 | E1 | 59 | 12 |
| Octal | 5 | 32 | 127 | 136 | 106 | 0 | 102 | 341 | 131 | 22 |
| Binary | 101 | 11010 | 1010111 | 1011110 | 1000110 | 0 | 1000010 | 11100001 | 1011001 | 10010 |
Color Harmonies of #051A57
Complementary color
Monochromatic Colors of #051A57
Black with #051A57
Text Example
Text Example
White with #051A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051A57; }
p { color: rgb(5,26,87); }
H1.HeaderClassName
{
color: #051A57;
}
.AnyTagClassName
{
color: #051A57;
}
</style>
background-color css
<style>
a { background-color: #051A57; }
a { background-color: rgb(5,26,87); }
div.DivClassName
{
background-color: #051A57;
}
.BgClassName
{
background-color: #051A57;
}
</style>
border-color css
<style>
span { border-color: #051A57; }
span { border-color: rgb(5,26,87); }
td.TdClassName
{
border-color: #051A57;
}
.TagClassName
{
border-color: #051A57;
}
</style>