Shades of Sapphire #172C58
Tints of Sapphire #172C58
RGB
CMYK
RGB Variations
Color information
#172C58 (or 0x172C58) is known color: Sapphire. HEX triplet: 17, 2C and 58. RGB value is (23,44,88). Sum of RGB (Red+Green+Blue) = 23+44+88=155 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.84% from 155); Green value is 44 (17.58% from 255 or 28.39% from 155); Blue value is 88 (34.77% from 255 or 56.77% from 155); Max value from RGB is 88 - color contains mainly: blue. Hex color #172C58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172C58 is #E8D3A7. Grayscale: #2A2A2A. Windows color (decimal): -15258536 or 5778455. OLE color: 5778455.
HSL color Cylindrical-coordinate representation of color #172C58: hue angle of 220.62º 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 #172C58 is Cyan = 0.74, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 23 | 44 | 88 | - |
| CMYK | 0.74 | 0.5 | 0 | 0.65 |
| HSL | 220.62º | 0.59% | 0.22% | - |
| HSV(B) | 220.62º | 0.74% | 0.35% | - |
| XYZ | 3.02 | 2.69 | 9.59 | - |
| YUV | 42.74 | 153.54 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 44 | 88 | 0.74 | 0.5 | 0 | 0.65 | 220.62 | 0.59 | 0.22 |
| Hex | 17 | 2C | 58 | 4A | 32 | 0 | 41 | DD | 3B | 16 |
| Octal | 27 | 54 | 130 | 112 | 62 | 0 | 101 | 335 | 73 | 26 |
| Binary | 10111 | 101100 | 1011000 | 1001010 | 110010 | 0 | 1000001 | 11011101 | 111011 | 10110 |
Color Harmonies of #172C58
Complementary color
Monochromatic Colors of #172C58
Black with #172C58
Text Example
Text Example
White with #172C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172C58; }
p { color: rgb(23,44,88); }
H1.HeaderClassName
{
color: #172C58;
}
.AnyTagClassName
{
color: #172C58;
}
</style>
background-color css
<style>
a { background-color: #172C58; }
a { background-color: rgb(23,44,88); }
div.DivClassName
{
background-color: #172C58;
}
.BgClassName
{
background-color: #172C58;
}
</style>
border-color css
<style>
span { border-color: #172C58; }
span { border-color: rgb(23,44,88); }
td.TdClassName
{
border-color: #172C58;
}
.TagClassName
{
border-color: #172C58;
}
</style>