Shades of Sapphire #050D4D
Tints of Sapphire #050D4D
RGB
CMYK
RGB Variations
Color information
#050D4D (or 0x050D4D) is known color: Sapphire. HEX triplet: 05, 0D and 4D. RGB value is (5,13,77). Sum of RGB (Red+Green+Blue) = 5+13+77=95 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.26% from 95); Green value is 13 (5.47% from 255 or 13.68% from 95); Blue value is 77 (30.47% from 255 or 81.05% from 95); Max value from RGB is 77 - color contains mainly: blue. Hex color #050D4D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050D4D is #FAF2B2. Grayscale: #111111. Windows color (decimal): -16446131 or 5049605. OLE color: 5049605.
HSL color Cylindrical-coordinate representation of color #050D4D: hue angle of 233.33º 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 #050D4D is Cyan = 0.94, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 5 | 13 | 77 | - |
| CMYK | 0.94 | 0.83 | 0 | 0.70 |
| HSL | 233.33º | 0.88% | 0.16% | - |
| HSV(B) | 233.33º | 0.94% | 0.3% | - |
| XYZ | 1.55 | 0.86 | 7.1 | - |
| YUV | 17.9 | 161.35 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 13 | 77 | 0.94 | 0.83 | 0 | 0.70 | 233.33 | 0.88 | 0.16 |
| Hex | 5 | D | 4D | 5E | 53 | 0 | 46 | E9 | 58 | 10 |
| Octal | 5 | 15 | 115 | 136 | 123 | 0 | 106 | 351 | 130 | 20 |
| Binary | 101 | 1101 | 1001101 | 1011110 | 1010011 | 0 | 1000110 | 11101001 | 1011000 | 10000 |
Color Harmonies of #050D4D
Complementary color
Monochromatic Colors of #050D4D
Black with #050D4D
Text Example
Text Example
White with #050D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050D4D; }
p { color: rgb(5,13,77); }
H1.HeaderClassName
{
color: #050D4D;
}
.AnyTagClassName
{
color: #050D4D;
}
</style>
background-color css
<style>
a { background-color: #050D4D; }
a { background-color: rgb(5,13,77); }
div.DivClassName
{
background-color: #050D4D;
}
.BgClassName
{
background-color: #050D4D;
}
</style>
border-color css
<style>
span { border-color: #050D4D; }
span { border-color: rgb(5,13,77); }
td.TdClassName
{
border-color: #050D4D;
}
.TagClassName
{
border-color: #050D4D;
}
</style>