Shades of Sapphire #051D7E
Tints of Sapphire #051D7E
RGB
CMYK
RGB Variations
Color information
#051D7E (or 0x051D7E) is known color: Sapphire. HEX triplet: 05, 1D and 7E. RGB value is (5,29,126). Sum of RGB (Red+Green+Blue) = 5+29+126=160 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.12% from 160); Green value is 29 (11.72% from 255 or 18.12% from 160); Blue value is 126 (49.61% from 255 or 78.75% from 160); Max value from RGB is 126 - color contains mainly: blue. Hex color #051D7E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051D7E is #FAE281. Grayscale: #202020. Windows color (decimal): -16441986 or 8264965. OLE color: 8264965.
HSL color Cylindrical-coordinate representation of color #051D7E: hue angle of 228.1º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #051D7E is Cyan = 0.96, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 5 | 29 | 126 | - |
| CMYK | 0.96 | 0.77 | 0 | 0.51 |
| HSL | 228.1º | 0.92% | 0.26% | - |
| HSV(B) | 228.1º | 0.96% | 0.49% | - |
| XYZ | 4.27 | 2.42 | 19.98 | - |
| YUV | 32.88 | 180.55 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 29 | 126 | 0.96 | 0.77 | 0 | 0.51 | 228.1 | 0.92 | 0.26 |
| Hex | 5 | 1D | 7E | 60 | 4D | 0 | 33 | E4 | 5C | 1A |
| Octal | 5 | 35 | 176 | 140 | 115 | 0 | 63 | 344 | 134 | 32 |
| Binary | 101 | 11101 | 1111110 | 1100000 | 1001101 | 0 | 110011 | 11100100 | 1011100 | 11010 |
Color Harmonies of #051D7E
Complementary color
Monochromatic Colors of #051D7E
Black with #051D7E
Text Example
Text Example
White with #051D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051D7E; }
p { color: rgb(5,29,126); }
H1.HeaderClassName
{
color: #051D7E;
}
.AnyTagClassName
{
color: #051D7E;
}
</style>
background-color css
<style>
a { background-color: #051D7E; }
a { background-color: rgb(5,29,126); }
div.DivClassName
{
background-color: #051D7E;
}
.BgClassName
{
background-color: #051D7E;
}
</style>
border-color css
<style>
span { border-color: #051D7E; }
span { border-color: rgb(5,29,126); }
td.TdClassName
{
border-color: #051D7E;
}
.TagClassName
{
border-color: #051D7E;
}
</style>