Shades of Sapphire #172A61
Tints of Sapphire #172A61
RGB
CMYK
RGB Variations
Color information
#172A61 (or 0x172A61) is known color: Sapphire. HEX triplet: 17, 2A and 61. RGB value is (23,42,97). Sum of RGB (Red+Green+Blue) = 23+42+97=162 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.20% from 162); Green value is 42 (16.80% from 255 or 25.93% from 162); Blue value is 97 (38.28% from 255 or 59.88% from 162); Max value from RGB is 97 - color contains mainly: blue. Hex color #172A61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172A61 is #E8D59E. Grayscale: #2A2A2A. Windows color (decimal): -15259039 or 6367767. OLE color: 6367767.
HSL color Cylindrical-coordinate representation of color #172A61: hue angle of 224.59º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #172A61 is Cyan = 0.76, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 23 | 42 | 97 | - |
| CMYK | 0.76 | 0.57 | 0 | 0.62 |
| HSL | 224.59º | 0.62% | 0.24% | - |
| HSV(B) | 224.59º | 0.76% | 0.38% | - |
| XYZ | 3.34 | 2.7 | 11.65 | - |
| YUV | 42.59 | 158.71 | 114.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 42 | 97 | 0.76 | 0.57 | 0 | 0.62 | 224.59 | 0.62 | 0.24 |
| Hex | 17 | 2A | 61 | 4C | 39 | 0 | 3E | E1 | 3E | 18 |
| Octal | 27 | 52 | 141 | 114 | 71 | 0 | 76 | 341 | 76 | 30 |
| Binary | 10111 | 101010 | 1100001 | 1001100 | 111001 | 0 | 111110 | 11100001 | 111110 | 11000 |
Color Harmonies of #172A61
Complementary color
Monochromatic Colors of #172A61
Black with #172A61
Text Example
Text Example
White with #172A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172A61; }
p { color: rgb(23,42,97); }
H1.HeaderClassName
{
color: #172A61;
}
.AnyTagClassName
{
color: #172A61;
}
</style>
background-color css
<style>
a { background-color: #172A61; }
a { background-color: rgb(23,42,97); }
div.DivClassName
{
background-color: #172A61;
}
.BgClassName
{
background-color: #172A61;
}
</style>
border-color css
<style>
span { border-color: #172A61; }
span { border-color: rgb(23,42,97); }
td.TdClassName
{
border-color: #172A61;
}
.TagClassName
{
border-color: #172A61;
}
</style>