Shades of Sapphire #172C5A
Tints of Sapphire #172C5A
RGB
CMYK
RGB Variations
Color information
#172C5A (or 0x172C5A) is known color: Sapphire. HEX triplet: 17, 2C and 5A. RGB value is (23,44,90). Sum of RGB (Red+Green+Blue) = 23+44+90=157 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.65% from 157); Green value is 44 (17.58% from 255 or 28.03% from 157); Blue value is 90 (35.55% from 255 or 57.32% from 157); Max value from RGB is 90 - color contains mainly: blue. Hex color #172C5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172C5A is #E8D3A5. Grayscale: #2A2A2A. Windows color (decimal): -15258534 or 5909527. OLE color: 5909527.
HSL color Cylindrical-coordinate representation of color #172C5A: hue angle of 221.19º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #172C5A is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 23 | 44 | 90 | - |
| CMYK | 0.74 | 0.51 | 0 | 0.65 |
| HSL | 221.19º | 0.59% | 0.22% | - |
| HSV(B) | 221.19º | 0.74% | 0.35% | - |
| XYZ | 3.1 | 2.72 | 10.03 | - |
| YUV | 42.97 | 154.54 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 44 | 90 | 0.74 | 0.51 | 0 | 0.65 | 221.19 | 0.59 | 0.22 |
| Hex | 17 | 2C | 5A | 4A | 33 | 0 | 41 | DD | 3B | 16 |
| Octal | 27 | 54 | 132 | 112 | 63 | 0 | 101 | 335 | 73 | 26 |
| Binary | 10111 | 101100 | 1011010 | 1001010 | 110011 | 0 | 1000001 | 11011101 | 111011 | 10110 |
Color Harmonies of #172C5A
Complementary color
Monochromatic Colors of #172C5A
Black with #172C5A
Text Example
Text Example
White with #172C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172C5A; }
p { color: rgb(23,44,90); }
H1.HeaderClassName
{
color: #172C5A;
}
.AnyTagClassName
{
color: #172C5A;
}
</style>
background-color css
<style>
a { background-color: #172C5A; }
a { background-color: rgb(23,44,90); }
div.DivClassName
{
background-color: #172C5A;
}
.BgClassName
{
background-color: #172C5A;
}
</style>
border-color css
<style>
span { border-color: #172C5A; }
span { border-color: rgb(23,44,90); }
td.TdClassName
{
border-color: #172C5A;
}
.TagClassName
{
border-color: #172C5A;
}
</style>