Shades of Sapphire #052579
Tints of Sapphire #052579
RGB
CMYK
RGB Variations
Color information
#052579 (or 0x052579) is known color: Sapphire. HEX triplet: 05, 25 and 79. RGB value is (5,37,121). Sum of RGB (Red+Green+Blue) = 5+37+121=163 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.07% from 163); Green value is 37 (14.84% from 255 or 22.70% from 163); Blue value is 121 (47.66% from 255 or 74.23% from 163); Max value from RGB is 121 - color contains mainly: blue. Hex color #052579 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052579 is #FADA86. Grayscale: #242424. Windows color (decimal): -16439943 or 7939333. OLE color: 7939333.
HSL color Cylindrical-coordinate representation of color #052579: hue angle of 223.45º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #052579 is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 5 | 37 | 121 | - |
| CMYK | 0.96 | 0.69 | 0 | 0.53 |
| HSL | 223.45º | 0.92% | 0.25% | - |
| HSV(B) | 223.45º | 0.96% | 0.47% | - |
| XYZ | 4.18 | 2.74 | 18.4 | - |
| YUV | 37.01 | 175.4 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 37 | 121 | 0.96 | 0.69 | 0 | 0.53 | 223.45 | 0.92 | 0.25 |
| Hex | 5 | 25 | 79 | 60 | 45 | 0 | 35 | DF | 5C | 19 |
| Octal | 5 | 45 | 171 | 140 | 105 | 0 | 65 | 337 | 134 | 31 |
| Binary | 101 | 100101 | 1111001 | 1100000 | 1000101 | 0 | 110101 | 11011111 | 1011100 | 11001 |
Color Harmonies of #052579
Complementary color
Monochromatic Colors of #052579
Black with #052579
Text Example
Text Example
White with #052579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052579; }
p { color: rgb(5,37,121); }
H1.HeaderClassName
{
color: #052579;
}
.AnyTagClassName
{
color: #052579;
}
</style>
background-color css
<style>
a { background-color: #052579; }
a { background-color: rgb(5,37,121); }
div.DivClassName
{
background-color: #052579;
}
.BgClassName
{
background-color: #052579;
}
</style>
border-color css
<style>
span { border-color: #052579; }
span { border-color: rgb(5,37,121); }
td.TdClassName
{
border-color: #052579;
}
.TagClassName
{
border-color: #052579;
}
</style>