Shades of Sapphire #051660
Tints of Sapphire #051660
RGB
CMYK
RGB Variations
Color information
#051660 (or 0x051660) is known color: Sapphire. HEX triplet: 05, 16 and 60. RGB value is (5,22,96). Sum of RGB (Red+Green+Blue) = 5+22+96=123 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.07% from 123); Green value is 22 (8.98% from 255 or 17.89% from 123); Blue value is 96 (37.89% from 255 or 78.05% from 123); Max value from RGB is 96 - color contains mainly: blue. Hex color #051660 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051660 is #FAE99F. Grayscale: #191919. Windows color (decimal): -16443808 or 6297093. OLE color: 6297093.
HSL color Cylindrical-coordinate representation of color #051660: hue angle of 228.79º 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 #051660 is Cyan = 0.95, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 5 | 22 | 96 | - |
| CMYK | 0.95 | 0.77 | 0 | 0.62 |
| HSL | 228.79º | 0.9% | 0.2% | - |
| HSV(B) | 228.79º | 0.95% | 0.38% | - |
| XYZ | 2.46 | 1.45 | 11.22 | - |
| YUV | 25.35 | 167.87 | 113.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 22 | 96 | 0.95 | 0.77 | 0 | 0.62 | 228.79 | 0.9 | 0.2 |
| Hex | 5 | 16 | 60 | 5F | 4D | 0 | 3E | E5 | 5A | 14 |
| Octal | 5 | 26 | 140 | 137 | 115 | 0 | 76 | 345 | 132 | 24 |
| Binary | 101 | 10110 | 1100000 | 1011111 | 1001101 | 0 | 111110 | 11100101 | 1011010 | 10100 |
Color Harmonies of #051660
Complementary color
Monochromatic Colors of #051660
Black with #051660
Text Example
Text Example
White with #051660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051660; }
p { color: rgb(5,22,96); }
H1.HeaderClassName
{
color: #051660;
}
.AnyTagClassName
{
color: #051660;
}
</style>
background-color css
<style>
a { background-color: #051660; }
a { background-color: rgb(5,22,96); }
div.DivClassName
{
background-color: #051660;
}
.BgClassName
{
background-color: #051660;
}
</style>
border-color css
<style>
span { border-color: #051660; }
span { border-color: rgb(5,22,96); }
td.TdClassName
{
border-color: #051660;
}
.TagClassName
{
border-color: #051660;
}
</style>