Shades of Sapphire #051160
Tints of Sapphire #051160
RGB
CMYK
RGB Variations
Color information
#051160 (or 0x051160) is known color: Sapphire. HEX triplet: 05, 11 and 60. RGB value is (5,17,96). Sum of RGB (Red+Green+Blue) = 5+17+96=118 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.24% from 118); Green value is 17 (7.03% from 255 or 14.41% from 118); Blue value is 96 (37.89% from 255 or 81.36% from 118); Max value from RGB is 96 - color contains mainly: blue. Hex color #051160 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051160 is #FAEE9F. Grayscale: #161616. Windows color (decimal): -16445088 or 6295813. OLE color: 6295813.
HSL color Cylindrical-coordinate representation of color #051160: hue angle of 232.09º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #051160 is Cyan = 0.95, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 5 | 17 | 96 | - |
| CMYK | 0.95 | 0.82 | 0 | 0.62 |
| HSL | 232.09º | 0.9% | 0.2% | - |
| HSV(B) | 232.09º | 0.95% | 0.38% | - |
| XYZ | 2.37 | 1.28 | 11.19 | - |
| YUV | 22.42 | 169.52 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 17 | 96 | 0.95 | 0.82 | 0 | 0.62 | 232.09 | 0.9 | 0.2 |
| Hex | 5 | 11 | 60 | 5F | 52 | 0 | 3E | E8 | 5A | 14 |
| Octal | 5 | 21 | 140 | 137 | 122 | 0 | 76 | 350 | 132 | 24 |
| Binary | 101 | 10001 | 1100000 | 1011111 | 1010010 | 0 | 111110 | 11101000 | 1011010 | 10100 |
Color Harmonies of #051160
Complementary color
Monochromatic Colors of #051160
Black with #051160
Text Example
Text Example
White with #051160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051160; }
p { color: rgb(5,17,96); }
H1.HeaderClassName
{
color: #051160;
}
.AnyTagClassName
{
color: #051160;
}
</style>
background-color css
<style>
a { background-color: #051160; }
a { background-color: rgb(5,17,96); }
div.DivClassName
{
background-color: #051160;
}
.BgClassName
{
background-color: #051160;
}
</style>
border-color css
<style>
span { border-color: #051160; }
span { border-color: rgb(5,17,96); }
td.TdClassName
{
border-color: #051160;
}
.TagClassName
{
border-color: #051160;
}
</style>