Shades of Sapphire #05204B
Tints of Sapphire #05204B
RGB
CMYK
RGB Variations
Color information
#05204B (or 0x05204B) is known color: Sapphire. HEX triplet: 05, 20 and 4B. RGB value is (5,32,75). Sum of RGB (Red+Green+Blue) = 5+32+75=112 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.46% from 112); Green value is 32 (12.89% from 255 or 28.57% from 112); Blue value is 75 (29.69% from 255 or 66.96% from 112); Max value from RGB is 75 - color contains mainly: blue. Hex color #05204B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05204B is #FADFB4. Grayscale: #1C1C1C. Windows color (decimal): -16441269 or 4923397. OLE color: 4923397.
HSL color Cylindrical-coordinate representation of color #05204B: hue angle of 216.86º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #05204B is Cyan = 0.93, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 5 | 32 | 75 | - |
| CMYK | 0.93 | 0.57 | 0 | 0.71 |
| HSL | 216.86º | 0.88% | 0.16% | - |
| HSV(B) | 216.86º | 0.93% | 0.29% | - |
| XYZ | 1.85 | 1.57 | 6.86 | - |
| YUV | 28.83 | 154.05 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 32 | 75 | 0.93 | 0.57 | 0 | 0.71 | 216.86 | 0.88 | 0.16 |
| Hex | 5 | 20 | 4B | 5D | 39 | 0 | 47 | D9 | 58 | 10 |
| Octal | 5 | 40 | 113 | 135 | 71 | 0 | 107 | 331 | 130 | 20 |
| Binary | 101 | 100000 | 1001011 | 1011101 | 111001 | 0 | 1000111 | 11011001 | 1011000 | 10000 |
Color Harmonies of #05204B
Complementary color
Monochromatic Colors of #05204B
Black with #05204B
Text Example
Text Example
White with #05204B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05204B; }
p { color: rgb(5,32,75); }
H1.HeaderClassName
{
color: #05204B;
}
.AnyTagClassName
{
color: #05204B;
}
</style>
background-color css
<style>
a { background-color: #05204B; }
a { background-color: rgb(5,32,75); }
div.DivClassName
{
background-color: #05204B;
}
.BgClassName
{
background-color: #05204B;
}
</style>
border-color css
<style>
span { border-color: #05204B; }
span { border-color: rgb(5,32,75); }
td.TdClassName
{
border-color: #05204B;
}
.TagClassName
{
border-color: #05204B;
}
</style>