Shades of Sapphire #051049
Tints of Sapphire #051049
RGB
CMYK
RGB Variations
Color information
#051049 (or 0x051049) is known color: Sapphire. HEX triplet: 05, 10 and 49. RGB value is (5,16,73). Sum of RGB (Red+Green+Blue) = 5+16+73=94 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.32% from 94); Green value is 16 (6.64% from 255 or 17.02% from 94); Blue value is 73 (28.91% from 255 or 77.66% from 94); Max value from RGB is 73 - color contains mainly: blue. Hex color #051049 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051049 is #FAEFB6. Grayscale: #121212. Windows color (decimal): -16445367 or 4788229. OLE color: 4788229.
HSL color Cylindrical-coordinate representation of color #051049: hue angle of 230.29º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #051049 is Cyan = 0.93, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 5 | 16 | 73 | - |
| CMYK | 0.93 | 0.78 | 0 | 0.71 |
| HSL | 230.29º | 0.87% | 0.15% | - |
| HSV(B) | 230.29º | 0.93% | 0.29% | - |
| XYZ | 1.45 | 0.88 | 6.4 | - |
| YUV | 19.21 | 158.36 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 16 | 73 | 0.93 | 0.78 | 0 | 0.71 | 230.29 | 0.87 | 0.15 |
| Hex | 5 | 10 | 49 | 5D | 4E | 0 | 47 | E6 | 57 | F |
| Octal | 5 | 20 | 111 | 135 | 116 | 0 | 107 | 346 | 127 | 17 |
| Binary | 101 | 10000 | 1001001 | 1011101 | 1001110 | 0 | 1000111 | 11100110 | 1010111 | 1111 |
Color Harmonies of #051049
Complementary color
Monochromatic Colors of #051049
Black with #051049
Text Example
Text Example
White with #051049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051049; }
p { color: rgb(5,16,73); }
H1.HeaderClassName
{
color: #051049;
}
.AnyTagClassName
{
color: #051049;
}
</style>
background-color css
<style>
a { background-color: #051049; }
a { background-color: rgb(5,16,73); }
div.DivClassName
{
background-color: #051049;
}
.BgClassName
{
background-color: #051049;
}
</style>
border-color css
<style>
span { border-color: #051049; }
span { border-color: rgb(5,16,73); }
td.TdClassName
{
border-color: #051049;
}
.TagClassName
{
border-color: #051049;
}
</style>