Shades of Sapphire #052078
Tints of Sapphire #052078
RGB
CMYK
RGB Variations
Color information
#052078 (or 0x052078) is known color: Sapphire. HEX triplet: 05, 20 and 78. RGB value is (5,32,120). Sum of RGB (Red+Green+Blue) = 5+32+120=157 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.18% from 157); Green value is 32 (12.89% from 255 or 20.38% from 157); Blue value is 120 (47.27% from 255 or 76.43% from 157); Max value from RGB is 120 - color contains mainly: blue. Hex color #052078 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052078 is #FADF87. Grayscale: #212121. Windows color (decimal): -16441224 or 7872517. OLE color: 7872517.
HSL color Cylindrical-coordinate representation of color #052078: hue angle of 225.91º 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 #052078 is Cyan = 0.96, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 5 | 32 | 120 | - |
| CMYK | 0.96 | 0.73 | 0 | 0.53 |
| HSL | 225.91º | 0.92% | 0.25% | - |
| HSV(B) | 225.91º | 0.96% | 0.47% | - |
| XYZ | 3.97 | 2.42 | 18.03 | - |
| YUV | 33.96 | 176.55 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 32 | 120 | 0.96 | 0.73 | 0 | 0.53 | 225.91 | 0.92 | 0.25 |
| Hex | 5 | 20 | 78 | 60 | 49 | 0 | 35 | E2 | 5C | 19 |
| Octal | 5 | 40 | 170 | 140 | 111 | 0 | 65 | 342 | 134 | 31 |
| Binary | 101 | 100000 | 1111000 | 1100000 | 1001001 | 0 | 110101 | 11100010 | 1011100 | 11001 |
Color Harmonies of #052078
Complementary color
Monochromatic Colors of #052078
Black with #052078
Text Example
Text Example
White with #052078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052078; }
p { color: rgb(5,32,120); }
H1.HeaderClassName
{
color: #052078;
}
.AnyTagClassName
{
color: #052078;
}
</style>
background-color css
<style>
a { background-color: #052078; }
a { background-color: rgb(5,32,120); }
div.DivClassName
{
background-color: #052078;
}
.BgClassName
{
background-color: #052078;
}
</style>
border-color css
<style>
span { border-color: #052078; }
span { border-color: rgb(5,32,120); }
td.TdClassName
{
border-color: #052078;
}
.TagClassName
{
border-color: #052078;
}
</style>