Shades of Sapphire #172A55
Tints of Sapphire #172A55
RGB
CMYK
RGB Variations
Color information
#172A55 (or 0x172A55) is known color: Sapphire. HEX triplet: 17, 2A and 55. RGB value is (23,42,85). Sum of RGB (Red+Green+Blue) = 23+42+85=150 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.33% from 150); Green value is 42 (16.80% from 255 or 28% from 150); Blue value is 85 (33.59% from 255 or 56.67% from 150); Max value from RGB is 85 - color contains mainly: blue. Hex color #172A55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172A55 is #E8D5AA. Grayscale: #292929. Windows color (decimal): -15259051 or 5581335. OLE color: 5581335.
HSL color Cylindrical-coordinate representation of color #172A55: hue angle of 221.61º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #172A55 is Cyan = 0.73, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 23 | 42 | 85 | - |
| CMYK | 0.73 | 0.51 | 0 | 0.67 |
| HSL | 221.61º | 0.57% | 0.21% | - |
| HSV(B) | 221.61º | 0.73% | 0.33% | - |
| XYZ | 2.82 | 2.49 | 8.93 | - |
| YUV | 41.22 | 152.71 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 42 | 85 | 0.73 | 0.51 | 0 | 0.67 | 221.61 | 0.57 | 0.21 |
| Hex | 17 | 2A | 55 | 49 | 33 | 0 | 43 | DE | 39 | 15 |
| Octal | 27 | 52 | 125 | 111 | 63 | 0 | 103 | 336 | 71 | 25 |
| Binary | 10111 | 101010 | 1010101 | 1001001 | 110011 | 0 | 1000011 | 11011110 | 111001 | 10101 |
Color Harmonies of #172A55
Complementary color
Monochromatic Colors of #172A55
Black with #172A55
Text Example
Text Example
White with #172A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172A55; }
p { color: rgb(23,42,85); }
H1.HeaderClassName
{
color: #172A55;
}
.AnyTagClassName
{
color: #172A55;
}
</style>
background-color css
<style>
a { background-color: #172A55; }
a { background-color: rgb(23,42,85); }
div.DivClassName
{
background-color: #172A55;
}
.BgClassName
{
background-color: #172A55;
}
</style>
border-color css
<style>
span { border-color: #172A55; }
span { border-color: rgb(23,42,85); }
td.TdClassName
{
border-color: #172A55;
}
.TagClassName
{
border-color: #172A55;
}
</style>