Shades of Sapphire #172C59
Tints of Sapphire #172C59
RGB
CMYK
RGB Variations
Color information
#172C59 (or 0x172C59) is known color: Sapphire. HEX triplet: 17, 2C and 59. RGB value is (23,44,89). Sum of RGB (Red+Green+Blue) = 23+44+89=156 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.74% from 156); Green value is 44 (17.58% from 255 or 28.21% from 156); Blue value is 89 (35.16% from 255 or 57.05% from 156); Max value from RGB is 89 - color contains mainly: blue. Hex color #172C59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172C59 is #E8D3A6. Grayscale: #2A2A2A. Windows color (decimal): -15258535 or 5843991. OLE color: 5843991.
HSL color Cylindrical-coordinate representation of color #172C59: hue angle of 220.91º 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 #172C59 is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 23 | 44 | 89 | - |
| CMYK | 0.74 | 0.51 | 0 | 0.65 |
| HSL | 220.91º | 0.59% | 0.22% | - |
| HSV(B) | 220.91º | 0.74% | 0.35% | - |
| XYZ | 3.06 | 2.7 | 9.81 | - |
| YUV | 42.85 | 154.04 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 44 | 89 | 0.74 | 0.51 | 0 | 0.65 | 220.91 | 0.59 | 0.22 |
| Hex | 17 | 2C | 59 | 4A | 33 | 0 | 41 | DD | 3B | 16 |
| Octal | 27 | 54 | 131 | 112 | 63 | 0 | 101 | 335 | 73 | 26 |
| Binary | 10111 | 101100 | 1011001 | 1001010 | 110011 | 0 | 1000001 | 11011101 | 111011 | 10110 |
Color Harmonies of #172C59
Complementary color
Monochromatic Colors of #172C59
Black with #172C59
Text Example
Text Example
White with #172C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172C59; }
p { color: rgb(23,44,89); }
H1.HeaderClassName
{
color: #172C59;
}
.AnyTagClassName
{
color: #172C59;
}
</style>
background-color css
<style>
a { background-color: #172C59; }
a { background-color: rgb(23,44,89); }
div.DivClassName
{
background-color: #172C59;
}
.BgClassName
{
background-color: #172C59;
}
</style>
border-color css
<style>
span { border-color: #172C59; }
span { border-color: rgb(23,44,89); }
td.TdClassName
{
border-color: #172C59;
}
.TagClassName
{
border-color: #172C59;
}
</style>