Shades of Sapphire #052C76
Tints of Sapphire #052C76
RGB
CMYK
RGB Variations
Color information
#052C76 (or 0x052C76) is known color: Sapphire. HEX triplet: 05, 2C and 76. RGB value is (5,44,118). Sum of RGB (Red+Green+Blue) = 5+44+118=167 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.99% from 167); Green value is 44 (17.58% from 255 or 26.35% from 167); Blue value is 118 (46.48% from 255 or 70.66% from 167); Max value from RGB is 118 - color contains mainly: blue. Hex color #052C76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052C76 is #FAD389. Grayscale: #282828. Windows color (decimal): -16438154 or 7744517. OLE color: 7744517.
HSL color Cylindrical-coordinate representation of color #052C76: hue angle of 219.29º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #052C76 is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 5 | 44 | 118 | - |
| CMYK | 0.96 | 0.63 | 0 | 0.54 |
| HSL | 219.29º | 0.92% | 0.24% | - |
| HSV(B) | 219.29º | 0.96% | 0.46% | - |
| XYZ | 4.23 | 3.14 | 17.52 | - |
| YUV | 40.78 | 171.58 | 102.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 44 | 118 | 0.96 | 0.63 | 0 | 0.54 | 219.29 | 0.92 | 0.24 |
| Hex | 5 | 2C | 76 | 60 | 3F | 0 | 36 | DB | 5C | 18 |
| Octal | 5 | 54 | 166 | 140 | 77 | 0 | 66 | 333 | 134 | 30 |
| Binary | 101 | 101100 | 1110110 | 1100000 | 111111 | 0 | 110110 | 11011011 | 1011100 | 11000 |
Color Harmonies of #052C76
Complementary color
Monochromatic Colors of #052C76
Black with #052C76
Text Example
Text Example
White with #052C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052C76; }
p { color: rgb(5,44,118); }
H1.HeaderClassName
{
color: #052C76;
}
.AnyTagClassName
{
color: #052C76;
}
</style>
background-color css
<style>
a { background-color: #052C76; }
a { background-color: rgb(5,44,118); }
div.DivClassName
{
background-color: #052C76;
}
.BgClassName
{
background-color: #052C76;
}
</style>
border-color css
<style>
span { border-color: #052C76; }
span { border-color: rgb(5,44,118); }
td.TdClassName
{
border-color: #052C76;
}
.TagClassName
{
border-color: #052C76;
}
</style>