Shades of Sapphire #172B5B
Tints of Sapphire #172B5B
RGB
CMYK
RGB Variations
Color information
#172B5B (or 0x172B5B) is known color: Sapphire. HEX triplet: 17, 2B and 5B. RGB value is (23,43,91). Sum of RGB (Red+Green+Blue) = 23+43+91=157 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.65% from 157); Green value is 43 (17.19% from 255 or 27.39% from 157); Blue value is 91 (35.94% from 255 or 57.96% from 157); Max value from RGB is 91 - color contains mainly: blue. Hex color #172B5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172B5B is #E8D4A4. Grayscale: #2A2A2A. Windows color (decimal): -15258789 or 5974807. OLE color: 5974807.
HSL color Cylindrical-coordinate representation of color #172B5B: hue angle of 222.35º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #172B5B is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 23 | 43 | 91 | - |
| CMYK | 0.75 | 0.53 | 0 | 0.64 |
| HSL | 222.35º | 0.6% | 0.22% | - |
| HSV(B) | 222.35º | 0.75% | 0.36% | - |
| XYZ | 3.11 | 2.67 | 10.25 | - |
| YUV | 42.49 | 155.37 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 43 | 91 | 0.75 | 0.53 | 0 | 0.64 | 222.35 | 0.6 | 0.22 |
| Hex | 17 | 2B | 5B | 4B | 35 | 0 | 40 | DE | 3C | 16 |
| Octal | 27 | 53 | 133 | 113 | 65 | 0 | 100 | 336 | 74 | 26 |
| Binary | 10111 | 101011 | 1011011 | 1001011 | 110101 | 0 | 1000000 | 11011110 | 111100 | 10110 |
Color Harmonies of #172B5B
Complementary color
Monochromatic Colors of #172B5B
Black with #172B5B
Text Example
Text Example
White with #172B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172B5B; }
p { color: rgb(23,43,91); }
H1.HeaderClassName
{
color: #172B5B;
}
.AnyTagClassName
{
color: #172B5B;
}
</style>
background-color css
<style>
a { background-color: #172B5B; }
a { background-color: rgb(23,43,91); }
div.DivClassName
{
background-color: #172B5B;
}
.BgClassName
{
background-color: #172B5B;
}
</style>
border-color css
<style>
span { border-color: #172B5B; }
span { border-color: rgb(23,43,91); }
td.TdClassName
{
border-color: #172B5B;
}
.TagClassName
{
border-color: #172B5B;
}
</style>