Shades of Sapphire #05124D
Tints of Sapphire #05124D
RGB
CMYK
RGB Variations
Color information
#05124D (or 0x05124D) is known color: Sapphire. HEX triplet: 05, 12 and 4D. RGB value is (5,18,77). Sum of RGB (Red+Green+Blue) = 5+18+77=100 (13% of max value = 765). Red value is 5 (2.34% from 255 or 5% from 100); Green value is 18 (7.42% from 255 or 18% from 100); Blue value is 77 (30.47% from 255 or 77% from 100); Max value from RGB is 77 - color contains mainly: blue. Hex color #05124D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05124D is #FAEDB2. Grayscale: #141414. Windows color (decimal): -16444851 or 5050885. OLE color: 5050885.
HSL color Cylindrical-coordinate representation of color #05124D: hue angle of 229.17º 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 #05124D is Cyan = 0.94, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 5 | 18 | 77 | - |
| CMYK | 0.94 | 0.77 | 0 | 0.70 |
| HSL | 229.17º | 0.88% | 0.16% | - |
| HSV(B) | 229.17º | 0.94% | 0.3% | - |
| XYZ | 1.62 | 1 | 7.13 | - |
| YUV | 20.84 | 159.69 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 18 | 77 | 0.94 | 0.77 | 0 | 0.70 | 229.17 | 0.88 | 0.16 |
| Hex | 5 | 12 | 4D | 5E | 4D | 0 | 46 | E5 | 58 | 10 |
| Octal | 5 | 22 | 115 | 136 | 115 | 0 | 106 | 345 | 130 | 20 |
| Binary | 101 | 10010 | 1001101 | 1011110 | 1001101 | 0 | 1000110 | 11100101 | 1011000 | 10000 |
Color Harmonies of #05124D
Complementary color
Monochromatic Colors of #05124D
Black with #05124D
Text Example
Text Example
White with #05124D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05124D; }
p { color: rgb(5,18,77); }
H1.HeaderClassName
{
color: #05124D;
}
.AnyTagClassName
{
color: #05124D;
}
</style>
background-color css
<style>
a { background-color: #05124D; }
a { background-color: rgb(5,18,77); }
div.DivClassName
{
background-color: #05124D;
}
.BgClassName
{
background-color: #05124D;
}
</style>
border-color css
<style>
span { border-color: #05124D; }
span { border-color: rgb(5,18,77); }
td.TdClassName
{
border-color: #05124D;
}
.TagClassName
{
border-color: #05124D;
}
</style>