Shades of Sapphire #050C57
Tints of Sapphire #050C57
RGB
CMYK
RGB Variations
Color information
#050C57 (or 0x050C57) is known color: Sapphire. HEX triplet: 05, 0C and 57. RGB value is (5,12,87). Sum of RGB (Red+Green+Blue) = 5+12+87=104 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.81% from 104); Green value is 12 (5.08% from 255 or 11.54% from 104); Blue value is 87 (34.38% from 255 or 83.65% from 104); Max value from RGB is 87 - color contains mainly: blue. Hex color #050C57 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050C57 is #FAF3A8. Grayscale: #121212. Windows color (decimal): -16446377 or 5704709. OLE color: 5704709.
HSL color Cylindrical-coordinate representation of color #050C57: hue angle of 234.88º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #050C57 is Cyan = 0.94, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 5 | 12 | 87 | - |
| CMYK | 0.94 | 0.86 | 0 | 0.66 |
| HSL | 234.88º | 0.89% | 0.18% | - |
| HSV(B) | 234.88º | 0.94% | 0.34% | - |
| XYZ | 1.91 | 0.98 | 9.11 | - |
| YUV | 18.46 | 166.68 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 12 | 87 | 0.94 | 0.86 | 0 | 0.66 | 234.88 | 0.89 | 0.18 |
| Hex | 5 | C | 57 | 5E | 56 | 0 | 42 | EB | 59 | 12 |
| Octal | 5 | 14 | 127 | 136 | 126 | 0 | 102 | 353 | 131 | 22 |
| Binary | 101 | 1100 | 1010111 | 1011110 | 1010110 | 0 | 1000010 | 11101011 | 1011001 | 10010 |
Color Harmonies of #050C57
Complementary color
Monochromatic Colors of #050C57
Black with #050C57
Text Example
Text Example
White with #050C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050C57; }
p { color: rgb(5,12,87); }
H1.HeaderClassName
{
color: #050C57;
}
.AnyTagClassName
{
color: #050C57;
}
</style>
background-color css
<style>
a { background-color: #050C57; }
a { background-color: rgb(5,12,87); }
div.DivClassName
{
background-color: #050C57;
}
.BgClassName
{
background-color: #050C57;
}
</style>
border-color css
<style>
span { border-color: #050C57; }
span { border-color: rgb(5,12,87); }
td.TdClassName
{
border-color: #050C57;
}
.TagClassName
{
border-color: #050C57;
}
</style>