Shades of Sapphire #052C78
Tints of Sapphire #052C78
RGB
CMYK
RGB Variations
Color information
#052C78 (or 0x052C78) is known color: Sapphire. HEX triplet: 05, 2C and 78. RGB value is (5,44,120). Sum of RGB (Red+Green+Blue) = 5+44+120=169 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.96% from 169); Green value is 44 (17.58% from 255 or 26.04% from 169); Blue value is 120 (47.27% from 255 or 71.01% from 169); Max value from RGB is 120 - color contains mainly: blue. Hex color #052C78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052C78 is #FAD387. Grayscale: #282828. Windows color (decimal): -16438152 or 7875589. OLE color: 7875589.
HSL color Cylindrical-coordinate representation of color #052C78: hue angle of 219.65º 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 #052C78 is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 5 | 44 | 120 | - |
| CMYK | 0.96 | 0.63 | 0 | 0.53 |
| HSL | 219.65º | 0.92% | 0.25% | - |
| HSV(B) | 219.65º | 0.96% | 0.47% | - |
| XYZ | 4.35 | 3.19 | 18.16 | - |
| YUV | 41 | 172.58 | 102.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 44 | 120 | 0.96 | 0.63 | 0 | 0.53 | 219.65 | 0.92 | 0.25 |
| Hex | 5 | 2C | 78 | 60 | 3F | 0 | 35 | DC | 5C | 19 |
| Octal | 5 | 54 | 170 | 140 | 77 | 0 | 65 | 334 | 134 | 31 |
| Binary | 101 | 101100 | 1111000 | 1100000 | 111111 | 0 | 110101 | 11011100 | 1011100 | 11001 |
Color Harmonies of #052C78
Complementary color
Monochromatic Colors of #052C78
Black with #052C78
Text Example
Text Example
White with #052C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052C78; }
p { color: rgb(5,44,120); }
H1.HeaderClassName
{
color: #052C78;
}
.AnyTagClassName
{
color: #052C78;
}
</style>
background-color css
<style>
a { background-color: #052C78; }
a { background-color: rgb(5,44,120); }
div.DivClassName
{
background-color: #052C78;
}
.BgClassName
{
background-color: #052C78;
}
</style>
border-color css
<style>
span { border-color: #052C78; }
span { border-color: rgb(5,44,120); }
td.TdClassName
{
border-color: #052C78;
}
.TagClassName
{
border-color: #052C78;
}
</style>