Shades of Sapphire #052878
Tints of Sapphire #052878
RGB
CMYK
RGB Variations
Color information
#052878 (or 0x052878) is known color: Sapphire. HEX triplet: 05, 28 and 78. RGB value is (5,40,120). Sum of RGB (Red+Green+Blue) = 5+40+120=165 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.03% from 165); Green value is 40 (16.02% from 255 or 24.24% from 165); Blue value is 120 (47.27% from 255 or 72.73% from 165); Max value from RGB is 120 - color contains mainly: blue. Hex color #052878 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052878 is #FAD787. Grayscale: #262626. Windows color (decimal): -16439176 or 7874565. OLE color: 7874565.
HSL color Cylindrical-coordinate representation of color #052878: hue angle of 221.74º 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 #052878 is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 5 | 40 | 120 | - |
| CMYK | 0.96 | 0.67 | 0 | 0.53 |
| HSL | 221.74º | 0.92% | 0.25% | - |
| HSV(B) | 221.74º | 0.96% | 0.47% | - |
| XYZ | 4.21 | 2.91 | 18.11 | - |
| YUV | 38.66 | 173.9 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 40 | 120 | 0.96 | 0.67 | 0 | 0.53 | 221.74 | 0.92 | 0.25 |
| Hex | 5 | 28 | 78 | 60 | 43 | 0 | 35 | DE | 5C | 19 |
| Octal | 5 | 50 | 170 | 140 | 103 | 0 | 65 | 336 | 134 | 31 |
| Binary | 101 | 101000 | 1111000 | 1100000 | 1000011 | 0 | 110101 | 11011110 | 1011100 | 11001 |
Color Harmonies of #052878
Complementary color
Monochromatic Colors of #052878
Black with #052878
Text Example
Text Example
White with #052878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052878; }
p { color: rgb(5,40,120); }
H1.HeaderClassName
{
color: #052878;
}
.AnyTagClassName
{
color: #052878;
}
</style>
background-color css
<style>
a { background-color: #052878; }
a { background-color: rgb(5,40,120); }
div.DivClassName
{
background-color: #052878;
}
.BgClassName
{
background-color: #052878;
}
</style>
border-color css
<style>
span { border-color: #052878; }
span { border-color: rgb(5,40,120); }
td.TdClassName
{
border-color: #052878;
}
.TagClassName
{
border-color: #052878;
}
</style>