Shades of Sapphire #051C76
Tints of Sapphire #051C76
RGB
CMYK
RGB Variations
Color information
#051C76 (or 0x051C76) is known color: Sapphire. HEX triplet: 05, 1C and 76. RGB value is (5,28,118). Sum of RGB (Red+Green+Blue) = 5+28+118=151 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.31% from 151); Green value is 28 (11.33% from 255 or 18.54% from 151); Blue value is 118 (46.48% from 255 or 78.15% from 151); Max value from RGB is 118 - color contains mainly: blue. Hex color #051C76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051C76 is #FAE389. Grayscale: #1F1F1F. Windows color (decimal): -16442250 or 7740421. OLE color: 7740421.
HSL color Cylindrical-coordinate representation of color #051C76: hue angle of 227.79º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #051C76 is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 5 | 28 | 118 | - |
| CMYK | 0.96 | 0.76 | 0 | 0.54 |
| HSL | 227.79º | 0.92% | 0.24% | - |
| HSV(B) | 227.79º | 0.96% | 0.46% | - |
| XYZ | 3.75 | 2.17 | 17.36 | - |
| YUV | 31.38 | 176.88 | 109.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 28 | 118 | 0.96 | 0.76 | 0 | 0.54 | 227.79 | 0.92 | 0.24 |
| Hex | 5 | 1C | 76 | 60 | 4C | 0 | 36 | E4 | 5C | 18 |
| Octal | 5 | 34 | 166 | 140 | 114 | 0 | 66 | 344 | 134 | 30 |
| Binary | 101 | 11100 | 1110110 | 1100000 | 1001100 | 0 | 110110 | 11100100 | 1011100 | 11000 |
Color Harmonies of #051C76
Complementary color
Monochromatic Colors of #051C76
Black with #051C76
Text Example
Text Example
White with #051C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051C76; }
p { color: rgb(5,28,118); }
H1.HeaderClassName
{
color: #051C76;
}
.AnyTagClassName
{
color: #051C76;
}
</style>
background-color css
<style>
a { background-color: #051C76; }
a { background-color: rgb(5,28,118); }
div.DivClassName
{
background-color: #051C76;
}
.BgClassName
{
background-color: #051C76;
}
</style>
border-color css
<style>
span { border-color: #051C76; }
span { border-color: rgb(5,28,118); }
td.TdClassName
{
border-color: #051C76;
}
.TagClassName
{
border-color: #051C76;
}
</style>