Shades of Sapphire #05154D
Tints of Sapphire #05154D
RGB
CMYK
RGB Variations
Color information
#05154D (or 0x05154D) is known color: Sapphire. HEX triplet: 05, 15 and 4D. RGB value is (5,21,77). Sum of RGB (Red+Green+Blue) = 5+21+77=103 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.85% from 103); Green value is 21 (8.59% from 255 or 20.39% from 103); Blue value is 77 (30.47% from 255 or 74.76% from 103); Max value from RGB is 77 - color contains mainly: blue. Hex color #05154D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05154D is #FAEAB2. Grayscale: #161616. Windows color (decimal): -16444083 or 5051653. OLE color: 5051653.
HSL color Cylindrical-coordinate representation of color #05154D: hue angle of 226.67º 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 #05154D is Cyan = 0.94, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 5 | 21 | 77 | - |
| CMYK | 0.94 | 0.73 | 0 | 0.70 |
| HSL | 226.67º | 0.88% | 0.16% | - |
| HSV(B) | 226.67º | 0.94% | 0.3% | - |
| XYZ | 1.67 | 1.1 | 7.15 | - |
| YUV | 22.6 | 158.7 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 21 | 77 | 0.94 | 0.73 | 0 | 0.70 | 226.67 | 0.88 | 0.16 |
| Hex | 5 | 15 | 4D | 5E | 49 | 0 | 46 | E3 | 58 | 10 |
| Octal | 5 | 25 | 115 | 136 | 111 | 0 | 106 | 343 | 130 | 20 |
| Binary | 101 | 10101 | 1001101 | 1011110 | 1001001 | 0 | 1000110 | 11100011 | 1011000 | 10000 |
Color Harmonies of #05154D
Complementary color
Monochromatic Colors of #05154D
Black with #05154D
Text Example
Text Example
White with #05154D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05154D; }
p { color: rgb(5,21,77); }
H1.HeaderClassName
{
color: #05154D;
}
.AnyTagClassName
{
color: #05154D;
}
</style>
background-color css
<style>
a { background-color: #05154D; }
a { background-color: rgb(5,21,77); }
div.DivClassName
{
background-color: #05154D;
}
.BgClassName
{
background-color: #05154D;
}
</style>
border-color css
<style>
span { border-color: #05154D; }
span { border-color: rgb(5,21,77); }
td.TdClassName
{
border-color: #05154D;
}
.TagClassName
{
border-color: #05154D;
}
</style>