Shades of Sapphire #052D78
Tints of Sapphire #052D78
RGB
CMYK
RGB Variations
Color information
#052D78 (or 0x052D78) is known color: Sapphire. HEX triplet: 05, 2D and 78. RGB value is (5,45,120). Sum of RGB (Red+Green+Blue) = 5+45+120=170 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.94% from 170); Green value is 45 (17.97% from 255 or 26.47% from 170); Blue value is 120 (47.27% from 255 or 70.59% from 170); Max value from RGB is 120 - color contains mainly: blue. Hex color #052D78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052D78 is #FAD287. Grayscale: #292929. Windows color (decimal): -16437896 or 7875845. OLE color: 7875845.
HSL color Cylindrical-coordinate representation of color #052D78: hue angle of 219.13º 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 #052D78 is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 5 | 45 | 120 | - |
| CMYK | 0.96 | 0.63 | 0 | 0.53 |
| HSL | 219.13º | 0.92% | 0.25% | - |
| HSV(B) | 219.13º | 0.96% | 0.47% | - |
| XYZ | 4.39 | 3.27 | 18.17 | - |
| YUV | 41.59 | 172.25 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 45 | 120 | 0.96 | 0.63 | 0 | 0.53 | 219.13 | 0.92 | 0.25 |
| Hex | 5 | 2D | 78 | 60 | 3F | 0 | 35 | DB | 5C | 19 |
| Octal | 5 | 55 | 170 | 140 | 77 | 0 | 65 | 333 | 134 | 31 |
| Binary | 101 | 101101 | 1111000 | 1100000 | 111111 | 0 | 110101 | 11011011 | 1011100 | 11001 |
Color Harmonies of #052D78
Complementary color
Monochromatic Colors of #052D78
Black with #052D78
Text Example
Text Example
White with #052D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052D78; }
p { color: rgb(5,45,120); }
H1.HeaderClassName
{
color: #052D78;
}
.AnyTagClassName
{
color: #052D78;
}
</style>
background-color css
<style>
a { background-color: #052D78; }
a { background-color: rgb(5,45,120); }
div.DivClassName
{
background-color: #052D78;
}
.BgClassName
{
background-color: #052D78;
}
</style>
border-color css
<style>
span { border-color: #052D78; }
span { border-color: rgb(5,45,120); }
td.TdClassName
{
border-color: #052D78;
}
.TagClassName
{
border-color: #052D78;
}
</style>