Shades of Sapphire #051C73
Tints of Sapphire #051C73
RGB
CMYK
RGB Variations
Color information
#051C73 (or 0x051C73) is known color: Sapphire. HEX triplet: 05, 1C and 73. RGB value is (5,28,115). Sum of RGB (Red+Green+Blue) = 5+28+115=148 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.38% from 148); Green value is 28 (11.33% from 255 or 18.92% from 148); Blue value is 115 (45.31% from 255 or 77.70% from 148); Max value from RGB is 115 - color contains mainly: blue. Hex color #051C73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051C73 is #FAE38C. Grayscale: #1E1E1E. Windows color (decimal): -16442253 or 7543813. OLE color: 7543813.
HSL color Cylindrical-coordinate representation of color #051C73: hue angle of 227.45º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #051C73 is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 5 | 28 | 115 | - |
| CMYK | 0.96 | 0.76 | 0 | 0.55 |
| HSL | 227.45º | 0.92% | 0.24% | - |
| HSV(B) | 227.45º | 0.96% | 0.45% | - |
| XYZ | 3.57 | 2.1 | 16.44 | - |
| YUV | 31.04 | 175.38 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 28 | 115 | 0.96 | 0.76 | 0 | 0.55 | 227.45 | 0.92 | 0.24 |
| Hex | 5 | 1C | 73 | 60 | 4C | 0 | 37 | E3 | 5C | 18 |
| Octal | 5 | 34 | 163 | 140 | 114 | 0 | 67 | 343 | 134 | 30 |
| Binary | 101 | 11100 | 1110011 | 1100000 | 1001100 | 0 | 110111 | 11100011 | 1011100 | 11000 |
Color Harmonies of #051C73
Complementary color
Monochromatic Colors of #051C73
Black with #051C73
Text Example
Text Example
White with #051C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051C73; }
p { color: rgb(5,28,115); }
H1.HeaderClassName
{
color: #051C73;
}
.AnyTagClassName
{
color: #051C73;
}
</style>
background-color css
<style>
a { background-color: #051C73; }
a { background-color: rgb(5,28,115); }
div.DivClassName
{
background-color: #051C73;
}
.BgClassName
{
background-color: #051C73;
}
</style>
border-color css
<style>
span { border-color: #051C73; }
span { border-color: rgb(5,28,115); }
td.TdClassName
{
border-color: #051C73;
}
.TagClassName
{
border-color: #051C73;
}
</style>