Shades of Sapphire #050C52
Tints of Sapphire #050C52
RGB
CMYK
RGB Variations
Color information
#050C52 (or 0x050C52) is known color: Sapphire. HEX triplet: 05, 0C and 52. RGB value is (5,12,82). Sum of RGB (Red+Green+Blue) = 5+12+82=99 (13% of max value = 765). Red value is 5 (2.34% from 255 or 5.05% from 99); Green value is 12 (5.08% from 255 or 12.12% from 99); Blue value is 82 (32.42% from 255 or 82.83% from 99); Max value from RGB is 82 - color contains mainly: blue. Hex color #050C52 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050C52 is #FAF3AD. Grayscale: #111111. Windows color (decimal): -16446382 or 5377029. OLE color: 5377029.
HSL color Cylindrical-coordinate representation of color #050C52: hue angle of 234.55º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #050C52 is Cyan = 0.94, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 5 | 12 | 82 | - |
| CMYK | 0.94 | 0.85 | 0 | 0.68 |
| HSL | 234.55º | 0.89% | 0.17% | - |
| HSV(B) | 234.55º | 0.94% | 0.32% | - |
| XYZ | 1.72 | 0.9 | 8.07 | - |
| YUV | 17.89 | 164.18 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 12 | 82 | 0.94 | 0.85 | 0 | 0.68 | 234.55 | 0.89 | 0.17 |
| Hex | 5 | C | 52 | 5E | 55 | 0 | 44 | EB | 59 | 11 |
| Octal | 5 | 14 | 122 | 136 | 125 | 0 | 104 | 353 | 131 | 21 |
| Binary | 101 | 1100 | 1010010 | 1011110 | 1010101 | 0 | 1000100 | 11101011 | 1011001 | 10001 |
Color Harmonies of #050C52
Complementary color
Monochromatic Colors of #050C52
Black with #050C52
Text Example
Text Example
White with #050C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050C52; }
p { color: rgb(5,12,82); }
H1.HeaderClassName
{
color: #050C52;
}
.AnyTagClassName
{
color: #050C52;
}
</style>
background-color css
<style>
a { background-color: #050C52; }
a { background-color: rgb(5,12,82); }
div.DivClassName
{
background-color: #050C52;
}
.BgClassName
{
background-color: #050C52;
}
</style>
border-color css
<style>
span { border-color: #050C52; }
span { border-color: rgb(5,12,82); }
td.TdClassName
{
border-color: #050C52;
}
.TagClassName
{
border-color: #050C52;
}
</style>