Shades of Sapphire #05164C
Tints of Sapphire #05164C
RGB
CMYK
RGB Variations
Color information
#05164C (or 0x05164C) is known color: Sapphire. HEX triplet: 05, 16 and 4C. RGB value is (5,22,76). Sum of RGB (Red+Green+Blue) = 5+22+76=103 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.85% from 103); Green value is 22 (8.98% from 255 or 21.36% from 103); Blue value is 76 (30.08% from 255 or 73.79% from 103); Max value from RGB is 76 - color contains mainly: blue. Hex color #05164C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05164C is #FAE9B3. Grayscale: #161616. Windows color (decimal): -16443828 or 4986373. OLE color: 4986373.
HSL color Cylindrical-coordinate representation of color #05164C: hue angle of 225.63º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #05164C is Cyan = 0.93, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 5 | 22 | 76 | - |
| CMYK | 0.93 | 0.71 | 0 | 0.70 |
| HSL | 225.63º | 0.88% | 0.16% | - |
| HSV(B) | 225.63º | 0.93% | 0.3% | - |
| XYZ | 1.65 | 1.13 | 6.97 | - |
| YUV | 23.07 | 157.87 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 22 | 76 | 0.93 | 0.71 | 0 | 0.70 | 225.63 | 0.88 | 0.16 |
| Hex | 5 | 16 | 4C | 5D | 47 | 0 | 46 | E2 | 58 | 10 |
| Octal | 5 | 26 | 114 | 135 | 107 | 0 | 106 | 342 | 130 | 20 |
| Binary | 101 | 10110 | 1001100 | 1011101 | 1000111 | 0 | 1000110 | 11100010 | 1011000 | 10000 |
Color Harmonies of #05164C
Complementary color
Monochromatic Colors of #05164C
Black with #05164C
Text Example
Text Example
White with #05164C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05164C; }
p { color: rgb(5,22,76); }
H1.HeaderClassName
{
color: #05164C;
}
.AnyTagClassName
{
color: #05164C;
}
</style>
background-color css
<style>
a { background-color: #05164C; }
a { background-color: rgb(5,22,76); }
div.DivClassName
{
background-color: #05164C;
}
.BgClassName
{
background-color: #05164C;
}
</style>
border-color css
<style>
span { border-color: #05164C; }
span { border-color: rgb(5,22,76); }
td.TdClassName
{
border-color: #05164C;
}
.TagClassName
{
border-color: #05164C;
}
</style>