Shades of Sapphire #051460
Tints of Sapphire #051460
RGB
CMYK
RGB Variations
Color information
#051460 (or 0x051460) is known color: Sapphire. HEX triplet: 05, 14 and 60. RGB value is (5,20,96). Sum of RGB (Red+Green+Blue) = 5+20+96=121 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.13% from 121); Green value is 20 (8.20% from 255 or 16.53% from 121); Blue value is 96 (37.89% from 255 or 79.34% from 121); Max value from RGB is 96 - color contains mainly: blue. Hex color #051460 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051460 is #FAEB9F. Grayscale: #171717. Windows color (decimal): -16444320 or 6296581. OLE color: 6296581.
HSL color Cylindrical-coordinate representation of color #051460: hue angle of 230.11º 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 #051460 is Cyan = 0.95, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 5 | 20 | 96 | - |
| CMYK | 0.95 | 0.79 | 0 | 0.62 |
| HSL | 230.11º | 0.9% | 0.2% | - |
| HSV(B) | 230.11º | 0.95% | 0.38% | - |
| XYZ | 2.42 | 1.38 | 11.2 | - |
| YUV | 24.18 | 168.53 | 114.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 20 | 96 | 0.95 | 0.79 | 0 | 0.62 | 230.11 | 0.9 | 0.2 |
| Hex | 5 | 14 | 60 | 5F | 4F | 0 | 3E | E6 | 5A | 14 |
| Octal | 5 | 24 | 140 | 137 | 117 | 0 | 76 | 346 | 132 | 24 |
| Binary | 101 | 10100 | 1100000 | 1011111 | 1001111 | 0 | 111110 | 11100110 | 1011010 | 10100 |
Color Harmonies of #051460
Complementary color
Monochromatic Colors of #051460
Black with #051460
Text Example
Text Example
White with #051460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051460; }
p { color: rgb(5,20,96); }
H1.HeaderClassName
{
color: #051460;
}
.AnyTagClassName
{
color: #051460;
}
</style>
background-color css
<style>
a { background-color: #051460; }
a { background-color: rgb(5,20,96); }
div.DivClassName
{
background-color: #051460;
}
.BgClassName
{
background-color: #051460;
}
</style>
border-color css
<style>
span { border-color: #051460; }
span { border-color: rgb(5,20,96); }
td.TdClassName
{
border-color: #051460;
}
.TagClassName
{
border-color: #051460;
}
</style>