Shades of Sapphire #051973
Tints of Sapphire #051973
RGB
CMYK
RGB Variations
Color information
#051973 (or 0x051973) is known color: Sapphire. HEX triplet: 05, 19 and 73. RGB value is (5,25,115). Sum of RGB (Red+Green+Blue) = 5+25+115=145 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.45% from 145); Green value is 25 (10.16% from 255 or 17.24% from 145); Blue value is 115 (45.31% from 255 or 79.31% from 145); Max value from RGB is 115 - color contains mainly: blue. Hex color #051973 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051973 is #FAE68C. Grayscale: #1C1C1C. Windows color (decimal): -16443021 or 7543045. OLE color: 7543045.
HSL color Cylindrical-coordinate representation of color #051973: hue angle of 229.09º 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 #051973 is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 5 | 25 | 115 | - |
| CMYK | 0.96 | 0.78 | 0 | 0.55 |
| HSL | 229.09º | 0.92% | 0.24% | - |
| HSV(B) | 229.09º | 0.96% | 0.45% | - |
| XYZ | 3.5 | 1.97 | 16.41 | - |
| YUV | 29.28 | 176.37 | 110.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 25 | 115 | 0.96 | 0.78 | 0 | 0.55 | 229.09 | 0.92 | 0.24 |
| Hex | 5 | 19 | 73 | 60 | 4E | 0 | 37 | E5 | 5C | 18 |
| Octal | 5 | 31 | 163 | 140 | 116 | 0 | 67 | 345 | 134 | 30 |
| Binary | 101 | 11001 | 1110011 | 1100000 | 1001110 | 0 | 110111 | 11100101 | 1011100 | 11000 |
Color Harmonies of #051973
Complementary color
Monochromatic Colors of #051973
Black with #051973
Text Example
Text Example
White with #051973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051973; }
p { color: rgb(5,25,115); }
H1.HeaderClassName
{
color: #051973;
}
.AnyTagClassName
{
color: #051973;
}
</style>
background-color css
<style>
a { background-color: #051973; }
a { background-color: rgb(5,25,115); }
div.DivClassName
{
background-color: #051973;
}
.BgClassName
{
background-color: #051973;
}
</style>
border-color css
<style>
span { border-color: #051973; }
span { border-color: rgb(5,25,115); }
td.TdClassName
{
border-color: #051973;
}
.TagClassName
{
border-color: #051973;
}
</style>