Shades of Sapphire #050C51
Tints of Sapphire #050C51
RGB
CMYK
RGB Variations
Color information
#050C51 (or 0x050C51) is known color: Sapphire. HEX triplet: 05, 0C and 51. RGB value is (5,12,81). Sum of RGB (Red+Green+Blue) = 5+12+81=98 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.10% from 98); Green value is 12 (5.08% from 255 or 12.24% from 98); Blue value is 81 (32.03% from 255 or 82.65% from 98); Max value from RGB is 81 - color contains mainly: blue. Hex color #050C51 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050C51 is #FAF3AE. Grayscale: #111111. Windows color (decimal): -16446383 or 5311493. OLE color: 5311493.
HSL color Cylindrical-coordinate representation of color #050C51: hue angle of 234.47º degrees, saturation: 0.88, 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 #050C51 is Cyan = 0.94, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 5 | 12 | 81 | - |
| CMYK | 0.94 | 0.85 | 0 | 0.68 |
| HSL | 234.47º | 0.88% | 0.17% | - |
| HSV(B) | 234.47º | 0.94% | 0.32% | - |
| XYZ | 1.68 | 0.89 | 7.87 | - |
| YUV | 17.77 | 163.68 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 12 | 81 | 0.94 | 0.85 | 0 | 0.68 | 234.47 | 0.88 | 0.17 |
| Hex | 5 | C | 51 | 5E | 55 | 0 | 44 | EA | 58 | 11 |
| Octal | 5 | 14 | 121 | 136 | 125 | 0 | 104 | 352 | 130 | 21 |
| Binary | 101 | 1100 | 1010001 | 1011110 | 1010101 | 0 | 1000100 | 11101010 | 1011000 | 10001 |
Color Harmonies of #050C51
Complementary color
Monochromatic Colors of #050C51
Black with #050C51
Text Example
Text Example
White with #050C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050C51; }
p { color: rgb(5,12,81); }
H1.HeaderClassName
{
color: #050C51;
}
.AnyTagClassName
{
color: #050C51;
}
</style>
background-color css
<style>
a { background-color: #050C51; }
a { background-color: rgb(5,12,81); }
div.DivClassName
{
background-color: #050C51;
}
.BgClassName
{
background-color: #050C51;
}
</style>
border-color css
<style>
span { border-color: #050C51; }
span { border-color: rgb(5,12,81); }
td.TdClassName
{
border-color: #050C51;
}
.TagClassName
{
border-color: #050C51;
}
</style>