Shades of Sapphire #051F70
Tints of Sapphire #051F70
RGB
CMYK
RGB Variations
Color information
#051F70 (or 0x051F70) is known color: Sapphire. HEX triplet: 05, 1F and 70. RGB value is (5,31,112). Sum of RGB (Red+Green+Blue) = 5+31+112=148 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.38% from 148); Green value is 31 (12.5% from 255 or 20.95% from 148); Blue value is 112 (44.14% from 255 or 75.68% from 148); Max value from RGB is 112 - color contains mainly: blue. Hex color #051F70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051F70 is #FAE08F. Grayscale: #202020. Windows color (decimal): -16441488 or 7347973. OLE color: 7347973.
HSL color Cylindrical-coordinate representation of color #051F70: hue angle of 225.42º 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 #051F70 is Cyan = 0.96, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 5 | 31 | 112 | - |
| CMYK | 0.96 | 0.72 | 0 | 0.56 |
| HSL | 225.42º | 0.91% | 0.23% | - |
| HSV(B) | 225.42º | 0.96% | 0.44% | - |
| XYZ | 3.48 | 2.18 | 15.57 | - |
| YUV | 32.46 | 172.89 | 108.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 31 | 112 | 0.96 | 0.72 | 0 | 0.56 | 225.42 | 0.91 | 0.23 |
| Hex | 5 | 1F | 70 | 60 | 48 | 0 | 38 | E1 | 5B | 17 |
| Octal | 5 | 37 | 160 | 140 | 110 | 0 | 70 | 341 | 133 | 27 |
| Binary | 101 | 11111 | 1110000 | 1100000 | 1001000 | 0 | 111000 | 11100001 | 1011011 | 10111 |
Color Harmonies of #051F70
Complementary color
Monochromatic Colors of #051F70
Black with #051F70
Text Example
Text Example
White with #051F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051F70; }
p { color: rgb(5,31,112); }
H1.HeaderClassName
{
color: #051F70;
}
.AnyTagClassName
{
color: #051F70;
}
</style>
background-color css
<style>
a { background-color: #051F70; }
a { background-color: rgb(5,31,112); }
div.DivClassName
{
background-color: #051F70;
}
.BgClassName
{
background-color: #051F70;
}
</style>
border-color css
<style>
span { border-color: #051F70; }
span { border-color: rgb(5,31,112); }
td.TdClassName
{
border-color: #051F70;
}
.TagClassName
{
border-color: #051F70;
}
</style>