Shades of Sapphire #051970
Tints of Sapphire #051970
RGB
CMYK
RGB Variations
Color information
#051970 (or 0x051970) is known color: Sapphire. HEX triplet: 05, 19 and 70. RGB value is (5,25,112). Sum of RGB (Red+Green+Blue) = 5+25+112=142 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.52% from 142); Green value is 25 (10.16% from 255 or 17.61% from 142); Blue value is 112 (44.14% from 255 or 78.87% from 142); Max value from RGB is 112 - color contains mainly: blue. Hex color #051970 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051970 is #FAE68F. Grayscale: #1C1C1C. Windows color (decimal): -16443024 or 7346437. OLE color: 7346437.
HSL color Cylindrical-coordinate representation of color #051970: hue angle of 228.79º 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 #051970 is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 5 | 25 | 112 | - |
| CMYK | 0.96 | 0.78 | 0 | 0.56 |
| HSL | 228.79º | 0.91% | 0.23% | - |
| HSV(B) | 228.79º | 0.96% | 0.44% | - |
| XYZ | 3.33 | 1.9 | 15.52 | - |
| YUV | 28.94 | 174.87 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 25 | 112 | 0.96 | 0.78 | 0 | 0.56 | 228.79 | 0.91 | 0.23 |
| Hex | 5 | 19 | 70 | 60 | 4E | 0 | 38 | E5 | 5B | 17 |
| Octal | 5 | 31 | 160 | 140 | 116 | 0 | 70 | 345 | 133 | 27 |
| Binary | 101 | 11001 | 1110000 | 1100000 | 1001110 | 0 | 111000 | 11100101 | 1011011 | 10111 |
Color Harmonies of #051970
Complementary color
Monochromatic Colors of #051970
Black with #051970
Text Example
Text Example
White with #051970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051970; }
p { color: rgb(5,25,112); }
H1.HeaderClassName
{
color: #051970;
}
.AnyTagClassName
{
color: #051970;
}
</style>
background-color css
<style>
a { background-color: #051970; }
a { background-color: rgb(5,25,112); }
div.DivClassName
{
background-color: #051970;
}
.BgClassName
{
background-color: #051970;
}
</style>
border-color css
<style>
span { border-color: #051970; }
span { border-color: rgb(5,25,112); }
td.TdClassName
{
border-color: #051970;
}
.TagClassName
{
border-color: #051970;
}
</style>