Shades of Sapphire #051F60
Tints of Sapphire #051F60
RGB
CMYK
RGB Variations
Color information
#051F60 (or 0x051F60) is known color: Sapphire. HEX triplet: 05, 1F and 60. RGB value is (5,31,96). Sum of RGB (Red+Green+Blue) = 5+31+96=132 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.79% from 132); Green value is 31 (12.5% from 255 or 23.48% from 132); Blue value is 96 (37.89% from 255 or 72.73% from 132); Max value from RGB is 96 - color contains mainly: blue. Hex color #051F60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051F60 is #FAE09F. Grayscale: #1E1E1E. Windows color (decimal): -16441504 or 6299397. OLE color: 6299397.
HSL color Cylindrical-coordinate representation of color #051F60: hue angle of 222.86º 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 #051F60 is Cyan = 0.95, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 5 | 31 | 96 | - |
| CMYK | 0.95 | 0.68 | 0 | 0.62 |
| HSL | 222.86º | 0.9% | 0.2% | - |
| HSV(B) | 222.86º | 0.95% | 0.38% | - |
| XYZ | 2.66 | 1.86 | 11.28 | - |
| YUV | 30.64 | 164.89 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 31 | 96 | 0.95 | 0.68 | 0 | 0.62 | 222.86 | 0.9 | 0.2 |
| Hex | 5 | 1F | 60 | 5F | 44 | 0 | 3E | DF | 5A | 14 |
| Octal | 5 | 37 | 140 | 137 | 104 | 0 | 76 | 337 | 132 | 24 |
| Binary | 101 | 11111 | 1100000 | 1011111 | 1000100 | 0 | 111110 | 11011111 | 1011010 | 10100 |
Color Harmonies of #051F60
Complementary color
Monochromatic Colors of #051F60
Black with #051F60
Text Example
Text Example
White with #051F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051F60; }
p { color: rgb(5,31,96); }
H1.HeaderClassName
{
color: #051F60;
}
.AnyTagClassName
{
color: #051F60;
}
</style>
background-color css
<style>
a { background-color: #051F60; }
a { background-color: rgb(5,31,96); }
div.DivClassName
{
background-color: #051F60;
}
.BgClassName
{
background-color: #051F60;
}
</style>
border-color css
<style>
span { border-color: #051F60; }
span { border-color: rgb(5,31,96); }
td.TdClassName
{
border-color: #051F60;
}
.TagClassName
{
border-color: #051F60;
}
</style>