Shades of Sapphire #172B5D
Tints of Sapphire #172B5D
RGB
CMYK
RGB Variations
Color information
#172B5D (or 0x172B5D) is known color: Sapphire. HEX triplet: 17, 2B and 5D. RGB value is (23,43,93). Sum of RGB (Red+Green+Blue) = 23+43+93=159 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.47% from 159); Green value is 43 (17.19% from 255 or 27.04% from 159); Blue value is 93 (36.72% from 255 or 58.49% from 159); Max value from RGB is 93 - color contains mainly: blue. Hex color #172B5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172B5D is #E8D4A2. Grayscale: #2A2A2A. Windows color (decimal): -15258787 or 6105879. OLE color: 6105879.
HSL color Cylindrical-coordinate representation of color #172B5D: hue angle of 222.86º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #172B5D is Cyan = 0.75, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 23 | 43 | 93 | - |
| CMYK | 0.75 | 0.54 | 0 | 0.64 |
| HSL | 222.86º | 0.6% | 0.23% | - |
| HSV(B) | 222.86º | 0.75% | 0.36% | - |
| XYZ | 3.19 | 2.7 | 10.71 | - |
| YUV | 42.72 | 156.37 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 43 | 93 | 0.75 | 0.54 | 0 | 0.64 | 222.86 | 0.6 | 0.23 |
| Hex | 17 | 2B | 5D | 4B | 36 | 0 | 40 | DF | 3C | 17 |
| Octal | 27 | 53 | 135 | 113 | 66 | 0 | 100 | 337 | 74 | 27 |
| Binary | 10111 | 101011 | 1011101 | 1001011 | 110110 | 0 | 1000000 | 11011111 | 111100 | 10111 |
Color Harmonies of #172B5D
Complementary color
Monochromatic Colors of #172B5D
Black with #172B5D
Text Example
Text Example
White with #172B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172B5D; }
p { color: rgb(23,43,93); }
H1.HeaderClassName
{
color: #172B5D;
}
.AnyTagClassName
{
color: #172B5D;
}
</style>
background-color css
<style>
a { background-color: #172B5D; }
a { background-color: rgb(23,43,93); }
div.DivClassName
{
background-color: #172B5D;
}
.BgClassName
{
background-color: #172B5D;
}
</style>
border-color css
<style>
span { border-color: #172B5D; }
span { border-color: rgb(23,43,93); }
td.TdClassName
{
border-color: #172B5D;
}
.TagClassName
{
border-color: #172B5D;
}
</style>