Shades of Sapphire #051050
Tints of Sapphire #051050
RGB
CMYK
RGB Variations
Color information
#051050 (or 0x051050) is known color: Sapphire. HEX triplet: 05, 10 and 50. RGB value is (5,16,80). Sum of RGB (Red+Green+Blue) = 5+16+80=101 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.95% from 101); Green value is 16 (6.64% from 255 or 15.84% from 101); Blue value is 80 (31.64% from 255 or 79.21% from 101); Max value from RGB is 80 - color contains mainly: blue. Hex color #051050 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051050 is #FAEFAF. Grayscale: #131313. Windows color (decimal): -16445360 or 5246981. OLE color: 5246981.
HSL color Cylindrical-coordinate representation of color #051050: hue angle of 231.2º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #051050 is Cyan = 0.94, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 5 | 16 | 80 | - |
| CMYK | 0.94 | 0.80 | 0 | 0.69 |
| HSL | 231.2º | 0.88% | 0.17% | - |
| HSV(B) | 231.2º | 0.94% | 0.31% | - |
| XYZ | 1.7 | 0.98 | 7.69 | - |
| YUV | 20.01 | 161.86 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 16 | 80 | 0.94 | 0.80 | 0 | 0.69 | 231.2 | 0.88 | 0.17 |
| Hex | 5 | 10 | 50 | 5E | 50 | 0 | 45 | E7 | 58 | 11 |
| Octal | 5 | 20 | 120 | 136 | 120 | 0 | 105 | 347 | 130 | 21 |
| Binary | 101 | 10000 | 1010000 | 1011110 | 1010000 | 0 | 1000101 | 11100111 | 1011000 | 10001 |
Color Harmonies of #051050
Complementary color
Monochromatic Colors of #051050
Black with #051050
Text Example
Text Example
White with #051050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051050; }
p { color: rgb(5,16,80); }
H1.HeaderClassName
{
color: #051050;
}
.AnyTagClassName
{
color: #051050;
}
</style>
background-color css
<style>
a { background-color: #051050; }
a { background-color: rgb(5,16,80); }
div.DivClassName
{
background-color: #051050;
}
.BgClassName
{
background-color: #051050;
}
</style>
border-color css
<style>
span { border-color: #051050; }
span { border-color: rgb(5,16,80); }
td.TdClassName
{
border-color: #051050;
}
.TagClassName
{
border-color: #051050;
}
</style>