Shades of Sapphire #051459
Tints of Sapphire #051459
RGB
CMYK
RGB Variations
Color information
#051459 (or 0x051459) is known color: Sapphire. HEX triplet: 05, 14 and 59. RGB value is (5,20,89). Sum of RGB (Red+Green+Blue) = 5+20+89=114 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.39% from 114); Green value is 20 (8.20% from 255 or 17.54% from 114); Blue value is 89 (35.16% from 255 or 78.07% from 114); Max value from RGB is 89 - color contains mainly: blue. Hex color #051459 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051459 is #FAEBA6. Grayscale: #171717. Windows color (decimal): -16444327 or 5837829. OLE color: 5837829.
HSL color Cylindrical-coordinate representation of color #051459: hue angle of 229.29º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #051459 is Cyan = 0.94, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 5 | 20 | 89 | - |
| CMYK | 0.94 | 0.78 | 0 | 0.65 |
| HSL | 229.29º | 0.89% | 0.18% | - |
| HSV(B) | 229.29º | 0.94% | 0.35% | - |
| XYZ | 2.12 | 1.25 | 9.58 | - |
| YUV | 23.38 | 165.03 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 20 | 89 | 0.94 | 0.78 | 0 | 0.65 | 229.29 | 0.89 | 0.18 |
| Hex | 5 | 14 | 59 | 5E | 4E | 0 | 41 | E5 | 59 | 12 |
| Octal | 5 | 24 | 131 | 136 | 116 | 0 | 101 | 345 | 131 | 22 |
| Binary | 101 | 10100 | 1011001 | 1011110 | 1001110 | 0 | 1000001 | 11100101 | 1011001 | 10010 |
Color Harmonies of #051459
Complementary color
Monochromatic Colors of #051459
Black with #051459
Text Example
Text Example
White with #051459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051459; }
p { color: rgb(5,20,89); }
H1.HeaderClassName
{
color: #051459;
}
.AnyTagClassName
{
color: #051459;
}
</style>
background-color css
<style>
a { background-color: #051459; }
a { background-color: rgb(5,20,89); }
div.DivClassName
{
background-color: #051459;
}
.BgClassName
{
background-color: #051459;
}
</style>
border-color css
<style>
span { border-color: #051459; }
span { border-color: rgb(5,20,89); }
td.TdClassName
{
border-color: #051459;
}
.TagClassName
{
border-color: #051459;
}
</style>