Shades of Sapphire #052050
Tints of Sapphire #052050
RGB
CMYK
RGB Variations
Color information
#052050 (or 0x052050) is known color: Sapphire. HEX triplet: 05, 20 and 50. RGB value is (5,32,80). Sum of RGB (Red+Green+Blue) = 5+32+80=117 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.27% from 117); Green value is 32 (12.89% from 255 or 27.35% from 117); Blue value is 80 (31.64% from 255 or 68.38% from 117); Max value from RGB is 80 - color contains mainly: blue. Hex color #052050 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052050 is #FADFAF. Grayscale: #1D1D1D. Windows color (decimal): -16441264 or 5251077. OLE color: 5251077.
HSL color Cylindrical-coordinate representation of color #052050: hue angle of 218.4º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #052050 is Cyan = 0.94, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 5 | 32 | 80 | - |
| CMYK | 0.94 | 0.60 | 0 | 0.69 |
| HSL | 218.4º | 0.88% | 0.17% | - |
| HSV(B) | 218.4º | 0.94% | 0.31% | - |
| XYZ | 2.03 | 1.64 | 7.8 | - |
| YUV | 29.4 | 156.55 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 32 | 80 | 0.94 | 0.60 | 0 | 0.69 | 218.4 | 0.88 | 0.17 |
| Hex | 5 | 20 | 50 | 5E | 3C | 0 | 45 | DA | 58 | 11 |
| Octal | 5 | 40 | 120 | 136 | 74 | 0 | 105 | 332 | 130 | 21 |
| Binary | 101 | 100000 | 1010000 | 1011110 | 111100 | 0 | 1000101 | 11011010 | 1011000 | 10001 |
Color Harmonies of #052050
Complementary color
Monochromatic Colors of #052050
Black with #052050
Text Example
Text Example
White with #052050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052050; }
p { color: rgb(5,32,80); }
H1.HeaderClassName
{
color: #052050;
}
.AnyTagClassName
{
color: #052050;
}
</style>
background-color css
<style>
a { background-color: #052050; }
a { background-color: rgb(5,32,80); }
div.DivClassName
{
background-color: #052050;
}
.BgClassName
{
background-color: #052050;
}
</style>
border-color css
<style>
span { border-color: #052050; }
span { border-color: rgb(5,32,80); }
td.TdClassName
{
border-color: #052050;
}
.TagClassName
{
border-color: #052050;
}
</style>