Shades of Sapphire #051971
Tints of Sapphire #051971
RGB
CMYK
RGB Variations
Color information
#051971 (or 0x051971) is known color: Sapphire. HEX triplet: 05, 19 and 71. RGB value is (5,25,113). Sum of RGB (Red+Green+Blue) = 5+25+113=143 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.50% from 143); Green value is 25 (10.16% from 255 or 17.48% from 143); Blue value is 113 (44.53% from 255 or 79.02% from 143); Max value from RGB is 113 - color contains mainly: blue. Hex color #051971 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051971 is #FAE68E. Grayscale: #1C1C1C. Windows color (decimal): -16443023 or 7411973. OLE color: 7411973.
HSL color Cylindrical-coordinate representation of color #051971: hue angle of 228.89º degrees, saturation: 0.92, 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 #051971 is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 5 | 25 | 113 | - |
| CMYK | 0.96 | 0.78 | 0 | 0.56 |
| HSL | 228.89º | 0.92% | 0.23% | - |
| HSV(B) | 228.89º | 0.96% | 0.44% | - |
| XYZ | 3.39 | 1.92 | 15.81 | - |
| YUV | 29.05 | 175.37 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 25 | 113 | 0.96 | 0.78 | 0 | 0.56 | 228.89 | 0.92 | 0.23 |
| Hex | 5 | 19 | 71 | 60 | 4E | 0 | 38 | E5 | 5C | 17 |
| Octal | 5 | 31 | 161 | 140 | 116 | 0 | 70 | 345 | 134 | 27 |
| Binary | 101 | 11001 | 1110001 | 1100000 | 1001110 | 0 | 111000 | 11100101 | 1011100 | 10111 |
Color Harmonies of #051971
Complementary color
Monochromatic Colors of #051971
Black with #051971
Text Example
Text Example
White with #051971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051971; }
p { color: rgb(5,25,113); }
H1.HeaderClassName
{
color: #051971;
}
.AnyTagClassName
{
color: #051971;
}
</style>
background-color css
<style>
a { background-color: #051971; }
a { background-color: rgb(5,25,113); }
div.DivClassName
{
background-color: #051971;
}
.BgClassName
{
background-color: #051971;
}
</style>
border-color css
<style>
span { border-color: #051971; }
span { border-color: rgb(5,25,113); }
td.TdClassName
{
border-color: #051971;
}
.TagClassName
{
border-color: #051971;
}
</style>