Shades of Sapphire #051051
Tints of Sapphire #051051
RGB
CMYK
RGB Variations
Color information
#051051 (or 0x051051) is known color: Sapphire. HEX triplet: 05, 10 and 51. RGB value is (5,16,81). Sum of RGB (Red+Green+Blue) = 5+16+81=102 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.90% from 102); Green value is 16 (6.64% from 255 or 15.69% from 102); Blue value is 81 (32.03% from 255 or 79.41% from 102); Max value from RGB is 81 - color contains mainly: blue. Hex color #051051 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051051 is #FAEFAE. Grayscale: #131313. Windows color (decimal): -16445359 or 5312517. OLE color: 5312517.
HSL color Cylindrical-coordinate representation of color #051051: hue angle of 231.32º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #051051 is Cyan = 0.94, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 5 | 16 | 81 | - |
| CMYK | 0.94 | 0.80 | 0 | 0.68 |
| HSL | 231.32º | 0.88% | 0.17% | - |
| HSV(B) | 231.32º | 0.94% | 0.32% | - |
| XYZ | 1.73 | 1 | 7.89 | - |
| YUV | 20.12 | 162.36 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 16 | 81 | 0.94 | 0.80 | 0 | 0.68 | 231.32 | 0.88 | 0.17 |
| Hex | 5 | 10 | 51 | 5E | 50 | 0 | 44 | E7 | 58 | 11 |
| Octal | 5 | 20 | 121 | 136 | 120 | 0 | 104 | 347 | 130 | 21 |
| Binary | 101 | 10000 | 1010001 | 1011110 | 1010000 | 0 | 1000100 | 11100111 | 1011000 | 10001 |
Color Harmonies of #051051
Complementary color
Monochromatic Colors of #051051
Black with #051051
Text Example
Text Example
White with #051051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051051; }
p { color: rgb(5,16,81); }
H1.HeaderClassName
{
color: #051051;
}
.AnyTagClassName
{
color: #051051;
}
</style>
background-color css
<style>
a { background-color: #051051; }
a { background-color: rgb(5,16,81); }
div.DivClassName
{
background-color: #051051;
}
.BgClassName
{
background-color: #051051;
}
</style>
border-color css
<style>
span { border-color: #051051; }
span { border-color: rgb(5,16,81); }
td.TdClassName
{
border-color: #051051;
}
.TagClassName
{
border-color: #051051;
}
</style>