Shades of Sapphire #172E76
Tints of Sapphire #172E76
RGB
CMYK
RGB Variations
Color information
#172E76 (or 0x172E76) is known color: Sapphire. HEX triplet: 17, 2E and 76. RGB value is (23,46,118). Sum of RGB (Red+Green+Blue) = 23+46+118=187 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.30% from 187); Green value is 46 (18.36% from 255 or 24.60% from 187); Blue value is 118 (46.48% from 255 or 63.10% from 187); Max value from RGB is 118 - color contains mainly: blue. Hex color #172E76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172E76 is #E8D189. Grayscale: #2F2F2F. Windows color (decimal): -15257994 or 7745047. OLE color: 7745047.
HSL color Cylindrical-coordinate representation of color #172E76: hue angle of 225.47º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #172E76 is Cyan = 0.81, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 23 | 46 | 118 | - |
| CMYK | 0.81 | 0.61 | 0 | 0.54 |
| HSL | 225.47º | 0.67% | 0.28% | - |
| HSV(B) | 225.47º | 0.81% | 0.46% | - |
| XYZ | 4.6 | 3.44 | 17.56 | - |
| YUV | 47.33 | 167.88 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 46 | 118 | 0.81 | 0.61 | 0 | 0.54 | 225.47 | 0.67 | 0.28 |
| Hex | 17 | 2E | 76 | 51 | 3D | 0 | 36 | E1 | 43 | 1C |
| Octal | 27 | 56 | 166 | 121 | 75 | 0 | 66 | 341 | 103 | 34 |
| Binary | 10111 | 101110 | 1110110 | 1010001 | 111101 | 0 | 110110 | 11100001 | 1000011 | 11100 |
Color Harmonies of #172E76
Complementary color
Monochromatic Colors of #172E76
Black with #172E76
Text Example
Text Example
White with #172E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172E76; }
p { color: rgb(23,46,118); }
H1.HeaderClassName
{
color: #172E76;
}
.AnyTagClassName
{
color: #172E76;
}
</style>
background-color css
<style>
a { background-color: #172E76; }
a { background-color: rgb(23,46,118); }
div.DivClassName
{
background-color: #172E76;
}
.BgClassName
{
background-color: #172E76;
}
</style>
border-color css
<style>
span { border-color: #172E76; }
span { border-color: rgb(23,46,118); }
td.TdClassName
{
border-color: #172E76;
}
.TagClassName
{
border-color: #172E76;
}
</style>