Shades of Sapphire #050C4D
Tints of Sapphire #050C4D
RGB
CMYK
RGB Variations
Color information
#050C4D (or 0x050C4D) is known color: Sapphire. HEX triplet: 05, 0C and 4D. RGB value is (5,12,77). Sum of RGB (Red+Green+Blue) = 5+12+77=94 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.32% from 94); Green value is 12 (5.08% from 255 or 12.77% from 94); Blue value is 77 (30.47% from 255 or 81.91% from 94); Max value from RGB is 77 - color contains mainly: blue. Hex color #050C4D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050C4D is #FAF3B2. Grayscale: #111111. Windows color (decimal): -16446387 or 5049349. OLE color: 5049349.
HSL color Cylindrical-coordinate representation of color #050C4D: hue angle of 234.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 #050C4D is Cyan = 0.94, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 5 | 12 | 77 | - |
| CMYK | 0.94 | 0.84 | 0 | 0.70 |
| HSL | 234.17º | 0.88% | 0.16% | - |
| HSV(B) | 234.17º | 0.94% | 0.3% | - |
| XYZ | 1.53 | 0.83 | 7.1 | - |
| YUV | 17.32 | 161.68 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 12 | 77 | 0.94 | 0.84 | 0 | 0.70 | 234.17 | 0.88 | 0.16 |
| Hex | 5 | C | 4D | 5E | 54 | 0 | 46 | EA | 58 | 10 |
| Octal | 5 | 14 | 115 | 136 | 124 | 0 | 106 | 352 | 130 | 20 |
| Binary | 101 | 1100 | 1001101 | 1011110 | 1010100 | 0 | 1000110 | 11101010 | 1011000 | 10000 |
Color Harmonies of #050C4D
Complementary color
Monochromatic Colors of #050C4D
Black with #050C4D
Text Example
Text Example
White with #050C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050C4D; }
p { color: rgb(5,12,77); }
H1.HeaderClassName
{
color: #050C4D;
}
.AnyTagClassName
{
color: #050C4D;
}
</style>
background-color css
<style>
a { background-color: #050C4D; }
a { background-color: rgb(5,12,77); }
div.DivClassName
{
background-color: #050C4D;
}
.BgClassName
{
background-color: #050C4D;
}
</style>
border-color css
<style>
span { border-color: #050C4D; }
span { border-color: rgb(5,12,77); }
td.TdClassName
{
border-color: #050C4D;
}
.TagClassName
{
border-color: #050C4D;
}
</style>