Shades of Sapphire #172C7B
Tints of Sapphire #172C7B
RGB
CMYK
RGB Variations
Color information
#172C7B (or 0x172C7B) is known color: Sapphire. HEX triplet: 17, 2C and 7B. RGB value is (23,44,123). Sum of RGB (Red+Green+Blue) = 23+44+123=190 (25% of max value = 765). Red value is 23 (9.38% from 255 or 12.11% from 190); Green value is 44 (17.58% from 255 or 23.16% from 190); Blue value is 123 (48.44% from 255 or 64.74% from 190); Max value from RGB is 123 - color contains mainly: blue. Hex color #172C7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172C7B is #E8D384. Grayscale: #2E2E2E. Windows color (decimal): -15258501 or 8072215. OLE color: 8072215.
HSL color Cylindrical-coordinate representation of color #172C7B: hue angle of 227.4º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #172C7B is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 23 | 44 | 123 | - |
| CMYK | 0.81 | 0.64 | 0 | 0.52 |
| HSL | 227.4º | 0.68% | 0.29% | - |
| HSV(B) | 227.4º | 0.81% | 0.48% | - |
| XYZ | 4.83 | 3.41 | 19.14 | - |
| YUV | 46.73 | 171.04 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 44 | 123 | 0.81 | 0.64 | 0 | 0.52 | 227.4 | 0.68 | 0.29 |
| Hex | 17 | 2C | 7B | 51 | 40 | 0 | 34 | E3 | 44 | 1D |
| Octal | 27 | 54 | 173 | 121 | 100 | 0 | 64 | 343 | 104 | 35 |
| Binary | 10111 | 101100 | 1111011 | 1010001 | 1000000 | 0 | 110100 | 11100011 | 1000100 | 11101 |
Color Harmonies of #172C7B
Complementary color
Monochromatic Colors of #172C7B
Black with #172C7B
Text Example
Text Example
White with #172C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172C7B; }
p { color: rgb(23,44,123); }
H1.HeaderClassName
{
color: #172C7B;
}
.AnyTagClassName
{
color: #172C7B;
}
</style>
background-color css
<style>
a { background-color: #172C7B; }
a { background-color: rgb(23,44,123); }
div.DivClassName
{
background-color: #172C7B;
}
.BgClassName
{
background-color: #172C7B;
}
</style>
border-color css
<style>
span { border-color: #172C7B; }
span { border-color: rgb(23,44,123); }
td.TdClassName
{
border-color: #172C7B;
}
.TagClassName
{
border-color: #172C7B;
}
</style>