Shades of Sapphire #051D47
Tints of Sapphire #051D47
RGB
CMYK
RGB Variations
Color information
#051D47 (or 0x051D47) is known color: Sapphire. HEX triplet: 05, 1D and 47. RGB value is (5,29,71). Sum of RGB (Red+Green+Blue) = 5+29+71=105 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.76% from 105); Green value is 29 (11.72% from 255 or 27.62% from 105); Blue value is 71 (28.12% from 255 or 67.62% from 105); Max value from RGB is 71 - color contains mainly: blue. Hex color #051D47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051D47 is #FAE2B8. Grayscale: #1A1A1A. Windows color (decimal): -16442041 or 4660485. OLE color: 4660485.
HSL color Cylindrical-coordinate representation of color #051D47: hue angle of 218.18º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #051D47 is Cyan = 0.93, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 5 | 29 | 71 | - |
| CMYK | 0.93 | 0.59 | 0 | 0.72 |
| HSL | 218.18º | 0.87% | 0.15% | - |
| HSV(B) | 218.18º | 0.93% | 0.28% | - |
| XYZ | 1.64 | 1.37 | 6.14 | - |
| YUV | 26.61 | 153.05 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 29 | 71 | 0.93 | 0.59 | 0 | 0.72 | 218.18 | 0.87 | 0.15 |
| Hex | 5 | 1D | 47 | 5D | 3B | 0 | 48 | DA | 57 | F |
| Octal | 5 | 35 | 107 | 135 | 73 | 0 | 110 | 332 | 127 | 17 |
| Binary | 101 | 11101 | 1000111 | 1011101 | 111011 | 0 | 1001000 | 11011010 | 1010111 | 1111 |
Color Harmonies of #051D47
Complementary color
Monochromatic Colors of #051D47
Black with #051D47
Text Example
Text Example
White with #051D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051D47; }
p { color: rgb(5,29,71); }
H1.HeaderClassName
{
color: #051D47;
}
.AnyTagClassName
{
color: #051D47;
}
</style>
background-color css
<style>
a { background-color: #051D47; }
a { background-color: rgb(5,29,71); }
div.DivClassName
{
background-color: #051D47;
}
.BgClassName
{
background-color: #051D47;
}
</style>
border-color css
<style>
span { border-color: #051D47; }
span { border-color: rgb(5,29,71); }
td.TdClassName
{
border-color: #051D47;
}
.TagClassName
{
border-color: #051D47;
}
</style>