Shades of Sapphire #051977
Tints of Sapphire #051977
RGB
CMYK
RGB Variations
Color information
#051977 (or 0x051977) is known color: Sapphire. HEX triplet: 05, 19 and 77. RGB value is (5,25,119). Sum of RGB (Red+Green+Blue) = 5+25+119=149 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.36% from 149); Green value is 25 (10.16% from 255 or 16.78% from 149); Blue value is 119 (46.88% from 255 or 79.87% from 149); Max value from RGB is 119 - color contains mainly: blue. Hex color #051977 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051977 is #FAE688. Grayscale: #1D1D1D. Windows color (decimal): -16443017 or 7805189. OLE color: 7805189.
HSL color Cylindrical-coordinate representation of color #051977: hue angle of 229.47º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #051977 is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 5 | 25 | 119 | - |
| CMYK | 0.96 | 0.79 | 0 | 0.53 |
| HSL | 229.47º | 0.92% | 0.24% | - |
| HSV(B) | 229.47º | 0.96% | 0.47% | - |
| XYZ | 3.74 | 2.06 | 17.65 | - |
| YUV | 29.74 | 178.37 | 110.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 25 | 119 | 0.96 | 0.79 | 0 | 0.53 | 229.47 | 0.92 | 0.24 |
| Hex | 5 | 19 | 77 | 60 | 4F | 0 | 35 | E5 | 5C | 18 |
| Octal | 5 | 31 | 167 | 140 | 117 | 0 | 65 | 345 | 134 | 30 |
| Binary | 101 | 11001 | 1110111 | 1100000 | 1001111 | 0 | 110101 | 11100101 | 1011100 | 11000 |
Color Harmonies of #051977
Complementary color
Monochromatic Colors of #051977
Black with #051977
Text Example
Text Example
White with #051977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051977; }
p { color: rgb(5,25,119); }
H1.HeaderClassName
{
color: #051977;
}
.AnyTagClassName
{
color: #051977;
}
</style>
background-color css
<style>
a { background-color: #051977; }
a { background-color: rgb(5,25,119); }
div.DivClassName
{
background-color: #051977;
}
.BgClassName
{
background-color: #051977;
}
</style>
border-color css
<style>
span { border-color: #051977; }
span { border-color: rgb(5,25,119); }
td.TdClassName
{
border-color: #051977;
}
.TagClassName
{
border-color: #051977;
}
</style>