Shades of Sapphire #051974
Tints of Sapphire #051974
RGB
CMYK
RGB Variations
Color information
#051974 (or 0x051974) is known color: Sapphire. HEX triplet: 05, 19 and 74. RGB value is (5,25,116). Sum of RGB (Red+Green+Blue) = 5+25+116=146 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.42% from 146); Green value is 25 (10.16% from 255 or 17.12% from 146); Blue value is 116 (45.70% from 255 or 79.45% from 146); Max value from RGB is 116 - color contains mainly: blue. Hex color #051974 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051974 is #FAE68B. Grayscale: #1D1D1D. Windows color (decimal): -16443020 or 7608581. OLE color: 7608581.
HSL color Cylindrical-coordinate representation of color #051974: hue angle of 229.19º 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 #051974 is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 5 | 25 | 116 | - |
| CMYK | 0.96 | 0.78 | 0 | 0.55 |
| HSL | 229.19º | 0.92% | 0.24% | - |
| HSV(B) | 229.19º | 0.96% | 0.45% | - |
| XYZ | 3.56 | 1.99 | 16.72 | - |
| YUV | 29.39 | 176.87 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 25 | 116 | 0.96 | 0.78 | 0 | 0.55 | 229.19 | 0.92 | 0.24 |
| Hex | 5 | 19 | 74 | 60 | 4E | 0 | 37 | E5 | 5C | 18 |
| Octal | 5 | 31 | 164 | 140 | 116 | 0 | 67 | 345 | 134 | 30 |
| Binary | 101 | 11001 | 1110100 | 1100000 | 1001110 | 0 | 110111 | 11100101 | 1011100 | 11000 |
Color Harmonies of #051974
Complementary color
Monochromatic Colors of #051974
Black with #051974
Text Example
Text Example
White with #051974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051974; }
p { color: rgb(5,25,116); }
H1.HeaderClassName
{
color: #051974;
}
.AnyTagClassName
{
color: #051974;
}
</style>
background-color css
<style>
a { background-color: #051974; }
a { background-color: rgb(5,25,116); }
div.DivClassName
{
background-color: #051974;
}
.BgClassName
{
background-color: #051974;
}
</style>
border-color css
<style>
span { border-color: #051974; }
span { border-color: rgb(5,25,116); }
td.TdClassName
{
border-color: #051974;
}
.TagClassName
{
border-color: #051974;
}
</style>