Shades of Sapphire #052973
Tints of Sapphire #052973
RGB
CMYK
RGB Variations
Color information
#052973 (or 0x052973) is known color: Sapphire. HEX triplet: 05, 29 and 73. RGB value is (5,41,115). Sum of RGB (Red+Green+Blue) = 5+41+115=161 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.11% from 161); Green value is 41 (16.41% from 255 or 25.47% from 161); Blue value is 115 (45.31% from 255 or 71.43% from 161); Max value from RGB is 115 - color contains mainly: blue. Hex color #052973 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052973 is #FAD68C. Grayscale: #262626. Windows color (decimal): -16438925 or 7547141. OLE color: 7547141.
HSL color Cylindrical-coordinate representation of color #052973: hue angle of 220.36º 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 #052973 is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 5 | 41 | 115 | - |
| CMYK | 0.96 | 0.64 | 0 | 0.55 |
| HSL | 220.36º | 0.92% | 0.24% | - |
| HSV(B) | 220.36º | 0.96% | 0.45% | - |
| XYZ | 3.95 | 2.86 | 16.56 | - |
| YUV | 38.67 | 171.07 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 41 | 115 | 0.96 | 0.64 | 0 | 0.55 | 220.36 | 0.92 | 0.24 |
| Hex | 5 | 29 | 73 | 60 | 40 | 0 | 37 | DC | 5C | 18 |
| Octal | 5 | 51 | 163 | 140 | 100 | 0 | 67 | 334 | 134 | 30 |
| Binary | 101 | 101001 | 1110011 | 1100000 | 1000000 | 0 | 110111 | 11011100 | 1011100 | 11000 |
Color Harmonies of #052973
Complementary color
Monochromatic Colors of #052973
Black with #052973
Text Example
Text Example
White with #052973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052973; }
p { color: rgb(5,41,115); }
H1.HeaderClassName
{
color: #052973;
}
.AnyTagClassName
{
color: #052973;
}
</style>
background-color css
<style>
a { background-color: #052973; }
a { background-color: rgb(5,41,115); }
div.DivClassName
{
background-color: #052973;
}
.BgClassName
{
background-color: #052973;
}
</style>
border-color css
<style>
span { border-color: #052973; }
span { border-color: rgb(5,41,115); }
td.TdClassName
{
border-color: #052973;
}
.TagClassName
{
border-color: #052973;
}
</style>