Shades of Sapphire #172D74
Tints of Sapphire #172D74
RGB
CMYK
RGB Variations
Color information
#172D74 (or 0x172D74) is known color: Sapphire. HEX triplet: 17, 2D and 74. RGB value is (23,45,116). Sum of RGB (Red+Green+Blue) = 23+45+116=184 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.5% from 184); Green value is 45 (17.97% from 255 or 24.46% from 184); Blue value is 116 (45.70% from 255 or 63.04% from 184); Max value from RGB is 116 - color contains mainly: blue. Hex color #172D74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172D74 is #E8D28B. Grayscale: #2E2E2E. Windows color (decimal): -15258252 or 7613719. OLE color: 7613719.
HSL color Cylindrical-coordinate representation of color #172D74: hue angle of 225.81º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #172D74 is Cyan = 0.80, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 23 | 45 | 116 | - |
| CMYK | 0.80 | 0.61 | 0 | 0.55 |
| HSL | 225.81º | 0.67% | 0.27% | - |
| HSV(B) | 225.81º | 0.8% | 0.45% | - |
| XYZ | 4.44 | 3.32 | 16.93 | - |
| YUV | 46.52 | 167.21 | 111.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 45 | 116 | 0.80 | 0.61 | 0 | 0.55 | 225.81 | 0.67 | 0.27 |
| Hex | 17 | 2D | 74 | 50 | 3D | 0 | 37 | E2 | 43 | 1B |
| Octal | 27 | 55 | 164 | 120 | 75 | 0 | 67 | 342 | 103 | 33 |
| Binary | 10111 | 101101 | 1110100 | 1010000 | 111101 | 0 | 110111 | 11100010 | 1000011 | 11011 |
Color Harmonies of #172D74
Complementary color
Monochromatic Colors of #172D74
Black with #172D74
Text Example
Text Example
White with #172D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172D74; }
p { color: rgb(23,45,116); }
H1.HeaderClassName
{
color: #172D74;
}
.AnyTagClassName
{
color: #172D74;
}
</style>
background-color css
<style>
a { background-color: #172D74; }
a { background-color: rgb(23,45,116); }
div.DivClassName
{
background-color: #172D74;
}
.BgClassName
{
background-color: #172D74;
}
</style>
border-color css
<style>
span { border-color: #172D74; }
span { border-color: rgb(23,45,116); }
td.TdClassName
{
border-color: #172D74;
}
.TagClassName
{
border-color: #172D74;
}
</style>