Shades of Sapphire #051D70
Tints of Sapphire #051D70
RGB
CMYK
RGB Variations
Color information
#051D70 (or 0x051D70) is known color: Sapphire. HEX triplet: 05, 1D and 70. RGB value is (5,29,112). Sum of RGB (Red+Green+Blue) = 5+29+112=146 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.42% from 146); Green value is 29 (11.72% from 255 or 19.86% from 146); Blue value is 112 (44.14% from 255 or 76.71% from 146); Max value from RGB is 112 - color contains mainly: blue. Hex color #051D70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051D70 is #FAE28F. Grayscale: #1E1E1E. Windows color (decimal): -16442000 or 7347461. OLE color: 7347461.
HSL color Cylindrical-coordinate representation of color #051D70: hue angle of 226.54º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #051D70 is Cyan = 0.96, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 5 | 29 | 112 | - |
| CMYK | 0.96 | 0.74 | 0 | 0.56 |
| HSL | 226.54º | 0.91% | 0.23% | - |
| HSV(B) | 226.54º | 0.96% | 0.44% | - |
| XYZ | 3.43 | 2.08 | 15.55 | - |
| YUV | 31.29 | 173.55 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 29 | 112 | 0.96 | 0.74 | 0 | 0.56 | 226.54 | 0.91 | 0.23 |
| Hex | 5 | 1D | 70 | 60 | 4A | 0 | 38 | E3 | 5B | 17 |
| Octal | 5 | 35 | 160 | 140 | 112 | 0 | 70 | 343 | 133 | 27 |
| Binary | 101 | 11101 | 1110000 | 1100000 | 1001010 | 0 | 111000 | 11100011 | 1011011 | 10111 |
Color Harmonies of #051D70
Complementary color
Monochromatic Colors of #051D70
Black with #051D70
Text Example
Text Example
White with #051D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051D70; }
p { color: rgb(5,29,112); }
H1.HeaderClassName
{
color: #051D70;
}
.AnyTagClassName
{
color: #051D70;
}
</style>
background-color css
<style>
a { background-color: #051D70; }
a { background-color: rgb(5,29,112); }
div.DivClassName
{
background-color: #051D70;
}
.BgClassName
{
background-color: #051D70;
}
</style>
border-color css
<style>
span { border-color: #051D70; }
span { border-color: rgb(5,29,112); }
td.TdClassName
{
border-color: #051D70;
}
.TagClassName
{
border-color: #051D70;
}
</style>