Shades of Sapphire #051D5F
Tints of Sapphire #051D5F
RGB
CMYK
RGB Variations
Color information
#051D5F (or 0x051D5F) is known color: Sapphire. HEX triplet: 05, 1D and 5F. RGB value is (5,29,95). Sum of RGB (Red+Green+Blue) = 5+29+95=129 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.88% from 129); Green value is 29 (11.72% from 255 or 22.48% from 129); Blue value is 95 (37.5% from 255 or 73.64% from 129); Max value from RGB is 95 - color contains mainly: blue. Hex color #051D5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051D5F is #FAE2A0. Grayscale: #1D1D1D. Windows color (decimal): -16442017 or 6233349. OLE color: 6233349.
HSL color Cylindrical-coordinate representation of color #051D5F: hue angle of 224º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #051D5F is Cyan = 0.95, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 5 | 29 | 95 | - |
| CMYK | 0.95 | 0.69 | 0 | 0.63 |
| HSL | 224º | 0.9% | 0.2% | - |
| HSV(B) | 224º | 0.95% | 0.37% | - |
| XYZ | 2.57 | 1.74 | 11.03 | - |
| YUV | 29.35 | 165.05 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 29 | 95 | 0.95 | 0.69 | 0 | 0.63 | 224 | 0.9 | 0.2 |
| Hex | 5 | 1D | 5F | 5F | 45 | 0 | 3F | E0 | 5A | 14 |
| Octal | 5 | 35 | 137 | 137 | 105 | 0 | 77 | 340 | 132 | 24 |
| Binary | 101 | 11101 | 1011111 | 1011111 | 1000101 | 0 | 111111 | 11100000 | 1011010 | 10100 |
Color Harmonies of #051D5F
Complementary color
Monochromatic Colors of #051D5F
Black with #051D5F
Text Example
Text Example
White with #051D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051D5F; }
p { color: rgb(5,29,95); }
H1.HeaderClassName
{
color: #051D5F;
}
.AnyTagClassName
{
color: #051D5F;
}
</style>
background-color css
<style>
a { background-color: #051D5F; }
a { background-color: rgb(5,29,95); }
div.DivClassName
{
background-color: #051D5F;
}
.BgClassName
{
background-color: #051D5F;
}
</style>
border-color css
<style>
span { border-color: #051D5F; }
span { border-color: rgb(5,29,95); }
td.TdClassName
{
border-color: #051D5F;
}
.TagClassName
{
border-color: #051D5F;
}
</style>