Shades of Sapphire #05174C
Tints of Sapphire #05174C
RGB
CMYK
RGB Variations
Color information
#05174C (or 0x05174C) is known color: Sapphire. HEX triplet: 05, 17 and 4C. RGB value is (5,23,76). Sum of RGB (Red+Green+Blue) = 5+23+76=104 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.81% from 104); Green value is 23 (9.38% from 255 or 22.12% from 104); Blue value is 76 (30.08% from 255 or 73.08% from 104); Max value from RGB is 76 - color contains mainly: blue. Hex color #05174C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05174C is #FAE8B3. Grayscale: #171717. Windows color (decimal): -16443572 or 4986629. OLE color: 4986629.
HSL color Cylindrical-coordinate representation of color #05174C: hue angle of 224.79º 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 #05174C is Cyan = 0.93, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 5 | 23 | 76 | - |
| CMYK | 0.93 | 0.70 | 0 | 0.70 |
| HSL | 224.79º | 0.88% | 0.16% | - |
| HSV(B) | 224.79º | 0.93% | 0.3% | - |
| XYZ | 1.67 | 1.17 | 6.97 | - |
| YUV | 23.66 | 157.54 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 23 | 76 | 0.93 | 0.70 | 0 | 0.70 | 224.79 | 0.88 | 0.16 |
| Hex | 5 | 17 | 4C | 5D | 46 | 0 | 46 | E1 | 58 | 10 |
| Octal | 5 | 27 | 114 | 135 | 106 | 0 | 106 | 341 | 130 | 20 |
| Binary | 101 | 10111 | 1001100 | 1011101 | 1000110 | 0 | 1000110 | 11100001 | 1011000 | 10000 |
Color Harmonies of #05174C
Complementary color
Monochromatic Colors of #05174C
Black with #05174C
Text Example
Text Example
White with #05174C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05174C; }
p { color: rgb(5,23,76); }
H1.HeaderClassName
{
color: #05174C;
}
.AnyTagClassName
{
color: #05174C;
}
</style>
background-color css
<style>
a { background-color: #05174C; }
a { background-color: rgb(5,23,76); }
div.DivClassName
{
background-color: #05174C;
}
.BgClassName
{
background-color: #05174C;
}
</style>
border-color css
<style>
span { border-color: #05174C; }
span { border-color: rgb(5,23,76); }
td.TdClassName
{
border-color: #05174C;
}
.TagClassName
{
border-color: #05174C;
}
</style>