Shades of Sapphire #172B71
Tints of Sapphire #172B71
RGB
CMYK
RGB Variations
Color information
#172B71 (or 0x172B71) is known color: Sapphire. HEX triplet: 17, 2B and 71. RGB value is (23,43,113). Sum of RGB (Red+Green+Blue) = 23+43+113=179 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.85% from 179); Green value is 43 (17.19% from 255 or 24.02% from 179); Blue value is 113 (44.53% from 255 or 63.13% from 179); Max value from RGB is 113 - color contains mainly: blue. Hex color #172B71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172B71 is #E8D48E. Grayscale: #2C2C2C. Windows color (decimal): -15258767 or 7416599. OLE color: 7416599.
HSL color Cylindrical-coordinate representation of color #172B71: hue angle of 226.67º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #172B71 is Cyan = 0.80, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 23 | 43 | 113 | - |
| CMYK | 0.80 | 0.62 | 0 | 0.56 |
| HSL | 226.67º | 0.66% | 0.27% | - |
| HSV(B) | 226.67º | 0.8% | 0.44% | - |
| XYZ | 4.2 | 3.1 | 16 | - |
| YUV | 45 | 166.37 | 112.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 43 | 113 | 0.80 | 0.62 | 0 | 0.56 | 226.67 | 0.66 | 0.27 |
| Hex | 17 | 2B | 71 | 50 | 3E | 0 | 38 | E3 | 42 | 1B |
| Octal | 27 | 53 | 161 | 120 | 76 | 0 | 70 | 343 | 102 | 33 |
| Binary | 10111 | 101011 | 1110001 | 1010000 | 111110 | 0 | 111000 | 11100011 | 1000010 | 11011 |
Color Harmonies of #172B71
Complementary color
Monochromatic Colors of #172B71
Black with #172B71
Text Example
Text Example
White with #172B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172B71; }
p { color: rgb(23,43,113); }
H1.HeaderClassName
{
color: #172B71;
}
.AnyTagClassName
{
color: #172B71;
}
</style>
background-color css
<style>
a { background-color: #172B71; }
a { background-color: rgb(23,43,113); }
div.DivClassName
{
background-color: #172B71;
}
.BgClassName
{
background-color: #172B71;
}
</style>
border-color css
<style>
span { border-color: #172B71; }
span { border-color: rgb(23,43,113); }
td.TdClassName
{
border-color: #172B71;
}
.TagClassName
{
border-color: #172B71;
}
</style>