Shades of Sapphire #172E77
Tints of Sapphire #172E77
RGB
CMYK
RGB Variations
Color information
#172E77 (or 0x172E77) is known color: Sapphire. HEX triplet: 17, 2E and 77. RGB value is (23,46,119). Sum of RGB (Red+Green+Blue) = 23+46+119=188 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.23% from 188); Green value is 46 (18.36% from 255 or 24.47% from 188); Blue value is 119 (46.88% from 255 or 63.30% from 188); Max value from RGB is 119 - color contains mainly: blue. Hex color #172E77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172E77 is #E8D188. Grayscale: #2F2F2F. Windows color (decimal): -15257993 or 7810583. OLE color: 7810583.
HSL color Cylindrical-coordinate representation of color #172E77: hue angle of 225.62º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #172E77 is Cyan = 0.81, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 23 | 46 | 119 | - |
| CMYK | 0.81 | 0.61 | 0 | 0.53 |
| HSL | 225.63º | 0.68% | 0.28% | - |
| HSV(B) | 225.63º | 0.81% | 0.47% | - |
| XYZ | 4.66 | 3.47 | 17.88 | - |
| YUV | 47.45 | 168.38 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 46 | 119 | 0.81 | 0.61 | 0 | 0.53 | 225.63 | 0.68 | 0.28 |
| Hex | 17 | 2E | 77 | 51 | 3D | 0 | 35 | E2 | 44 | 1C |
| Octal | 27 | 56 | 167 | 121 | 75 | 0 | 65 | 342 | 104 | 34 |
| Binary | 10111 | 101110 | 1110111 | 1010001 | 111101 | 0 | 110101 | 11100010 | 1000100 | 11100 |
Color Harmonies of #172E77
Complementary color
Monochromatic Colors of #172E77
Black with #172E77
Text Example
Text Example
White with #172E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172E77; }
p { color: rgb(23,46,119); }
H1.HeaderClassName
{
color: #172E77;
}
.AnyTagClassName
{
color: #172E77;
}
</style>
background-color css
<style>
a { background-color: #172E77; }
a { background-color: rgb(23,46,119); }
div.DivClassName
{
background-color: #172E77;
}
.BgClassName
{
background-color: #172E77;
}
</style>
border-color css
<style>
span { border-color: #172E77; }
span { border-color: rgb(23,46,119); }
td.TdClassName
{
border-color: #172E77;
}
.TagClassName
{
border-color: #172E77;
}
</style>