Shades of Sapphire #172C79
Tints of Sapphire #172C79
RGB
CMYK
RGB Variations
Color information
#172C79 (or 0x172C79) is known color: Sapphire. HEX triplet: 17, 2C and 79. RGB value is (23,44,121). Sum of RGB (Red+Green+Blue) = 23+44+121=188 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.23% from 188); Green value is 44 (17.58% from 255 or 23.40% from 188); Blue value is 121 (47.66% from 255 or 64.36% from 188); Max value from RGB is 121 - color contains mainly: blue. Hex color #172C79 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172C79 is #E8D386. Grayscale: #2E2E2E. Windows color (decimal): -15258503 or 7941143. OLE color: 7941143.
HSL color Cylindrical-coordinate representation of color #172C79: hue angle of 227.14º 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 #172C79 is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 23 | 44 | 121 | - |
| CMYK | 0.81 | 0.64 | 0 | 0.53 |
| HSL | 227.14º | 0.68% | 0.28% | - |
| HSV(B) | 227.14º | 0.81% | 0.47% | - |
| XYZ | 4.71 | 3.36 | 18.49 | - |
| YUV | 46.5 | 170.04 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 44 | 121 | 0.81 | 0.64 | 0 | 0.53 | 227.14 | 0.68 | 0.28 |
| Hex | 17 | 2C | 79 | 51 | 40 | 0 | 35 | E3 | 44 | 1C |
| Octal | 27 | 54 | 171 | 121 | 100 | 0 | 65 | 343 | 104 | 34 |
| Binary | 10111 | 101100 | 1111001 | 1010001 | 1000000 | 0 | 110101 | 11100011 | 1000100 | 11100 |
Color Harmonies of #172C79
Complementary color
Monochromatic Colors of #172C79
Black with #172C79
Text Example
Text Example
White with #172C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172C79; }
p { color: rgb(23,44,121); }
H1.HeaderClassName
{
color: #172C79;
}
.AnyTagClassName
{
color: #172C79;
}
</style>
background-color css
<style>
a { background-color: #172C79; }
a { background-color: rgb(23,44,121); }
div.DivClassName
{
background-color: #172C79;
}
.BgClassName
{
background-color: #172C79;
}
</style>
border-color css
<style>
span { border-color: #172C79; }
span { border-color: rgb(23,44,121); }
td.TdClassName
{
border-color: #172C79;
}
.TagClassName
{
border-color: #172C79;
}
</style>