Shades of Sapphire #172C5F
Tints of Sapphire #172C5F
RGB
CMYK
RGB Variations
Color information
#172C5F (or 0x172C5F) is known color: Sapphire. HEX triplet: 17, 2C and 5F. RGB value is (23,44,95). Sum of RGB (Red+Green+Blue) = 23+44+95=162 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.20% from 162); Green value is 44 (17.58% from 255 or 27.16% from 162); Blue value is 95 (37.5% from 255 or 58.64% from 162); Max value from RGB is 95 - color contains mainly: blue. Hex color #172C5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172C5F is #E8D3A0. Grayscale: #2B2B2B. Windows color (decimal): -15258529 or 6237207. OLE color: 6237207.
HSL color Cylindrical-coordinate representation of color #172C5F: hue angle of 222.5º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #172C5F is Cyan = 0.76, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 23 | 44 | 95 | - |
| CMYK | 0.76 | 0.54 | 0 | 0.63 |
| HSL | 222.5º | 0.61% | 0.23% | - |
| HSV(B) | 222.5º | 0.76% | 0.37% | - |
| XYZ | 3.32 | 2.81 | 11.19 | - |
| YUV | 43.54 | 157.04 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 44 | 95 | 0.76 | 0.54 | 0 | 0.63 | 222.5 | 0.61 | 0.23 |
| Hex | 17 | 2C | 5F | 4C | 36 | 0 | 3F | DE | 3D | 17 |
| Octal | 27 | 54 | 137 | 114 | 66 | 0 | 77 | 336 | 75 | 27 |
| Binary | 10111 | 101100 | 1011111 | 1001100 | 110110 | 0 | 111111 | 11011110 | 111101 | 10111 |
Color Harmonies of #172C5F
Complementary color
Monochromatic Colors of #172C5F
Black with #172C5F
Text Example
Text Example
White with #172C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172C5F; }
p { color: rgb(23,44,95); }
H1.HeaderClassName
{
color: #172C5F;
}
.AnyTagClassName
{
color: #172C5F;
}
</style>
background-color css
<style>
a { background-color: #172C5F; }
a { background-color: rgb(23,44,95); }
div.DivClassName
{
background-color: #172C5F;
}
.BgClassName
{
background-color: #172C5F;
}
</style>
border-color css
<style>
span { border-color: #172C5F; }
span { border-color: rgb(23,44,95); }
td.TdClassName
{
border-color: #172C5F;
}
.TagClassName
{
border-color: #172C5F;
}
</style>