Shades of Sapphire #05174D
Tints of Sapphire #05174D
RGB
CMYK
RGB Variations
Color information
#05174D (or 0x05174D) is known color: Sapphire. HEX triplet: 05, 17 and 4D. RGB value is (5,23,77). Sum of RGB (Red+Green+Blue) = 5+23+77=105 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.76% from 105); Green value is 23 (9.38% from 255 or 21.90% from 105); Blue value is 77 (30.47% from 255 or 73.33% from 105); Max value from RGB is 77 - color contains mainly: blue. Hex color #05174D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05174D is #FAE8B2. Grayscale: #171717. Windows color (decimal): -16443571 or 5052165. OLE color: 5052165.
HSL color Cylindrical-coordinate representation of color #05174D: hue angle of 225º 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 #05174D is Cyan = 0.94, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 5 | 23 | 77 | - |
| CMYK | 0.94 | 0.70 | 0 | 0.70 |
| HSL | 225º | 0.88% | 0.16% | - |
| HSV(B) | 225º | 0.94% | 0.3% | - |
| XYZ | 1.71 | 1.18 | 7.16 | - |
| YUV | 23.77 | 158.04 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 23 | 77 | 0.94 | 0.70 | 0 | 0.70 | 225 | 0.88 | 0.16 |
| Hex | 5 | 17 | 4D | 5E | 46 | 0 | 46 | E1 | 58 | 10 |
| Octal | 5 | 27 | 115 | 136 | 106 | 0 | 106 | 341 | 130 | 20 |
| Binary | 101 | 10111 | 1001101 | 1011110 | 1000110 | 0 | 1000110 | 11100001 | 1011000 | 10000 |
Color Harmonies of #05174D
Complementary color
Monochromatic Colors of #05174D
Black with #05174D
Text Example
Text Example
White with #05174D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05174D; }
p { color: rgb(5,23,77); }
H1.HeaderClassName
{
color: #05174D;
}
.AnyTagClassName
{
color: #05174D;
}
</style>
background-color css
<style>
a { background-color: #05174D; }
a { background-color: rgb(5,23,77); }
div.DivClassName
{
background-color: #05174D;
}
.BgClassName
{
background-color: #05174D;
}
</style>
border-color css
<style>
span { border-color: #05174D; }
span { border-color: rgb(5,23,77); }
td.TdClassName
{
border-color: #05174D;
}
.TagClassName
{
border-color: #05174D;
}
</style>