Shades of Sapphire #051959
Tints of Sapphire #051959
RGB
CMYK
RGB Variations
Color information
#051959 (or 0x051959) is known color: Sapphire. HEX triplet: 05, 19 and 59. RGB value is (5,25,89). Sum of RGB (Red+Green+Blue) = 5+25+89=119 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.20% from 119); Green value is 25 (10.16% from 255 or 21.01% from 119); Blue value is 89 (35.16% from 255 or 74.79% from 119); Max value from RGB is 89 - color contains mainly: blue. Hex color #051959 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051959 is #FAE6A6. Grayscale: #1A1A1A. Windows color (decimal): -16443047 or 5839109. OLE color: 5839109.
HSL color Cylindrical-coordinate representation of color #051959: hue angle of 225.71º 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 #051959 is Cyan = 0.94, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 5 | 25 | 89 | - |
| CMYK | 0.94 | 0.72 | 0 | 0.65 |
| HSL | 225.71º | 0.89% | 0.18% | - |
| HSV(B) | 225.71º | 0.94% | 0.35% | - |
| XYZ | 2.21 | 1.45 | 9.61 | - |
| YUV | 26.32 | 163.37 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 25 | 89 | 0.94 | 0.72 | 0 | 0.65 | 225.71 | 0.89 | 0.18 |
| Hex | 5 | 19 | 59 | 5E | 48 | 0 | 41 | E2 | 59 | 12 |
| Octal | 5 | 31 | 131 | 136 | 110 | 0 | 101 | 342 | 131 | 22 |
| Binary | 101 | 11001 | 1011001 | 1011110 | 1001000 | 0 | 1000001 | 11100010 | 1011001 | 10010 |
Color Harmonies of #051959
Complementary color
Monochromatic Colors of #051959
Black with #051959
Text Example
Text Example
White with #051959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051959; }
p { color: rgb(5,25,89); }
H1.HeaderClassName
{
color: #051959;
}
.AnyTagClassName
{
color: #051959;
}
</style>
background-color css
<style>
a { background-color: #051959; }
a { background-color: rgb(5,25,89); }
div.DivClassName
{
background-color: #051959;
}
.BgClassName
{
background-color: #051959;
}
</style>
border-color css
<style>
span { border-color: #051959; }
span { border-color: rgb(5,25,89); }
td.TdClassName
{
border-color: #051959;
}
.TagClassName
{
border-color: #051959;
}
</style>