Shades of Sapphire #05204D
Tints of Sapphire #05204D
RGB
CMYK
RGB Variations
Color information
#05204D (or 0x05204D) is known color: Sapphire. HEX triplet: 05, 20 and 4D. RGB value is (5,32,77). Sum of RGB (Red+Green+Blue) = 5+32+77=114 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.39% from 114); Green value is 32 (12.89% from 255 or 28.07% from 114); Blue value is 77 (30.47% from 255 or 67.54% from 114); Max value from RGB is 77 - color contains mainly: blue. Hex color #05204D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05204D is #FADFB2. Grayscale: #1C1C1C. Windows color (decimal): -16441267 or 5054469. OLE color: 5054469.
HSL color Cylindrical-coordinate representation of color #05204D: hue angle of 217.5º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05204D is Cyan = 0.94, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 5 | 32 | 77 | - |
| CMYK | 0.94 | 0.58 | 0 | 0.70 |
| HSL | 217.5º | 0.88% | 0.16% | - |
| HSV(B) | 217.5º | 0.94% | 0.3% | - |
| XYZ | 1.92 | 1.6 | 7.23 | - |
| YUV | 29.06 | 155.05 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 32 | 77 | 0.94 | 0.58 | 0 | 0.70 | 217.5 | 0.88 | 0.16 |
| Hex | 5 | 20 | 4D | 5E | 3A | 0 | 46 | DA | 58 | 10 |
| Octal | 5 | 40 | 115 | 136 | 72 | 0 | 106 | 332 | 130 | 20 |
| Binary | 101 | 100000 | 1001101 | 1011110 | 111010 | 0 | 1000110 | 11011010 | 1011000 | 10000 |
Color Harmonies of #05204D
Complementary color
Monochromatic Colors of #05204D
Black with #05204D
Text Example
Text Example
White with #05204D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05204D; }
p { color: rgb(5,32,77); }
H1.HeaderClassName
{
color: #05204D;
}
.AnyTagClassName
{
color: #05204D;
}
</style>
background-color css
<style>
a { background-color: #05204D; }
a { background-color: rgb(5,32,77); }
div.DivClassName
{
background-color: #05204D;
}
.BgClassName
{
background-color: #05204D;
}
</style>
border-color css
<style>
span { border-color: #05204D; }
span { border-color: rgb(5,32,77); }
td.TdClassName
{
border-color: #05204D;
}
.TagClassName
{
border-color: #05204D;
}
</style>