Shades of Sapphire #05114D
Tints of Sapphire #05114D
RGB
CMYK
RGB Variations
Color information
#05114D (or 0x05114D) is known color: Sapphire. HEX triplet: 05, 11 and 4D. RGB value is (5,17,77). Sum of RGB (Red+Green+Blue) = 5+17+77=99 (13% of max value = 765). Red value is 5 (2.34% from 255 or 5.05% from 99); Green value is 17 (7.03% from 255 or 17.17% from 99); Blue value is 77 (30.47% from 255 or 77.78% from 99); Max value from RGB is 77 - color contains mainly: blue. Hex color #05114D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05114D is #FAEEB2. Grayscale: #141414. Windows color (decimal): -16445107 or 5050629. OLE color: 5050629.
HSL color Cylindrical-coordinate representation of color #05114D: hue angle of 230º 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 #05114D is Cyan = 0.94, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 5 | 17 | 77 | - |
| CMYK | 0.94 | 0.78 | 0 | 0.70 |
| HSL | 230º | 0.88% | 0.16% | - |
| HSV(B) | 230º | 0.94% | 0.3% | - |
| XYZ | 1.6 | 0.97 | 7.12 | - |
| YUV | 20.25 | 160.02 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 17 | 77 | 0.94 | 0.78 | 0 | 0.70 | 230 | 0.88 | 0.16 |
| Hex | 5 | 11 | 4D | 5E | 4E | 0 | 46 | E6 | 58 | 10 |
| Octal | 5 | 21 | 115 | 136 | 116 | 0 | 106 | 346 | 130 | 20 |
| Binary | 101 | 10001 | 1001101 | 1011110 | 1001110 | 0 | 1000110 | 11100110 | 1011000 | 10000 |
Color Harmonies of #05114D
Complementary color
Monochromatic Colors of #05114D
Black with #05114D
Text Example
Text Example
White with #05114D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05114D; }
p { color: rgb(5,17,77); }
H1.HeaderClassName
{
color: #05114D;
}
.AnyTagClassName
{
color: #05114D;
}
</style>
background-color css
<style>
a { background-color: #05114D; }
a { background-color: rgb(5,17,77); }
div.DivClassName
{
background-color: #05114D;
}
.BgClassName
{
background-color: #05114D;
}
</style>
border-color css
<style>
span { border-color: #05114D; }
span { border-color: rgb(5,17,77); }
td.TdClassName
{
border-color: #05114D;
}
.TagClassName
{
border-color: #05114D;
}
</style>