Shades of Sapphire #052A78
Tints of Sapphire #052A78
RGB
CMYK
RGB Variations
Color information
#052A78 (or 0x052A78) is known color: Sapphire. HEX triplet: 05, 2A and 78. RGB value is (5,42,120). Sum of RGB (Red+Green+Blue) = 5+42+120=167 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.99% from 167); Green value is 42 (16.80% from 255 or 25.15% from 167); Blue value is 120 (47.27% from 255 or 71.86% from 167); Max value from RGB is 120 - color contains mainly: blue. Hex color #052A78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052A78 is #FAD587. Grayscale: #272727. Windows color (decimal): -16438664 or 7875077. OLE color: 7875077.
HSL color Cylindrical-coordinate representation of color #052A78: hue angle of 220.7º 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 #052A78 is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 5 | 42 | 120 | - |
| CMYK | 0.96 | 0.65 | 0 | 0.53 |
| HSL | 220.7º | 0.92% | 0.25% | - |
| HSV(B) | 220.7º | 0.96% | 0.47% | - |
| XYZ | 4.28 | 3.04 | 18.13 | - |
| YUV | 39.83 | 173.24 | 103.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 42 | 120 | 0.96 | 0.65 | 0 | 0.53 | 220.7 | 0.92 | 0.25 |
| Hex | 5 | 2A | 78 | 60 | 41 | 0 | 35 | DD | 5C | 19 |
| Octal | 5 | 52 | 170 | 140 | 101 | 0 | 65 | 335 | 134 | 31 |
| Binary | 101 | 101010 | 1111000 | 1100000 | 1000001 | 0 | 110101 | 11011101 | 1011100 | 11001 |
Color Harmonies of #052A78
Complementary color
Monochromatic Colors of #052A78
Black with #052A78
Text Example
Text Example
White with #052A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052A78; }
p { color: rgb(5,42,120); }
H1.HeaderClassName
{
color: #052A78;
}
.AnyTagClassName
{
color: #052A78;
}
</style>
background-color css
<style>
a { background-color: #052A78; }
a { background-color: rgb(5,42,120); }
div.DivClassName
{
background-color: #052A78;
}
.BgClassName
{
background-color: #052A78;
}
</style>
border-color css
<style>
span { border-color: #052A78; }
span { border-color: rgb(5,42,120); }
td.TdClassName
{
border-color: #052A78;
}
.TagClassName
{
border-color: #052A78;
}
</style>