Shades of Sapphire #051059
Tints of Sapphire #051059
RGB
CMYK
RGB Variations
Color information
#051059 (or 0x051059) is known color: Sapphire. HEX triplet: 05, 10 and 59. RGB value is (5,16,89). Sum of RGB (Red+Green+Blue) = 5+16+89=110 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.55% from 110); Green value is 16 (6.64% from 255 or 14.55% from 110); Blue value is 89 (35.16% from 255 or 80.91% from 110); Max value from RGB is 89 - color contains mainly: blue. Hex color #051059 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051059 is #FAEFA6. Grayscale: #141414. Windows color (decimal): -16445351 or 5836805. OLE color: 5836805.
HSL color Cylindrical-coordinate representation of color #051059: hue angle of 232.14º 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 #051059 is Cyan = 0.94, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 5 | 16 | 89 | - |
| CMYK | 0.94 | 0.82 | 0 | 0.65 |
| HSL | 232.14º | 0.89% | 0.18% | - |
| HSV(B) | 232.14º | 0.94% | 0.35% | - |
| XYZ | 2.05 | 1.12 | 9.56 | - |
| YUV | 21.03 | 166.36 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 16 | 89 | 0.94 | 0.82 | 0 | 0.65 | 232.14 | 0.89 | 0.18 |
| Hex | 5 | 10 | 59 | 5E | 52 | 0 | 41 | E8 | 59 | 12 |
| Octal | 5 | 20 | 131 | 136 | 122 | 0 | 101 | 350 | 131 | 22 |
| Binary | 101 | 10000 | 1011001 | 1011110 | 1010010 | 0 | 1000001 | 11101000 | 1011001 | 10010 |
Color Harmonies of #051059
Complementary color
Monochromatic Colors of #051059
Black with #051059
Text Example
Text Example
White with #051059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051059; }
p { color: rgb(5,16,89); }
H1.HeaderClassName
{
color: #051059;
}
.AnyTagClassName
{
color: #051059;
}
</style>
background-color css
<style>
a { background-color: #051059; }
a { background-color: rgb(5,16,89); }
div.DivClassName
{
background-color: #051059;
}
.BgClassName
{
background-color: #051059;
}
</style>
border-color css
<style>
span { border-color: #051059; }
span { border-color: rgb(5,16,89); }
td.TdClassName
{
border-color: #051059;
}
.TagClassName
{
border-color: #051059;
}
</style>