Shades of Sapphire #172B75
Tints of Sapphire #172B75
RGB
CMYK
RGB Variations
Color information
#172B75 (or 0x172B75) is known color: Sapphire. HEX triplet: 17, 2B and 75. RGB value is (23,43,117). Sum of RGB (Red+Green+Blue) = 23+43+117=183 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.57% from 183); Green value is 43 (17.19% from 255 or 23.50% from 183); Blue value is 117 (46.09% from 255 or 63.93% from 183); Max value from RGB is 117 - color contains mainly: blue. Hex color #172B75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172B75 is #E8D48A. Grayscale: #2D2D2D. Windows color (decimal): -15258763 or 7678743. OLE color: 7678743.
HSL color Cylindrical-coordinate representation of color #172B75: hue angle of 227.23º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #172B75 is Cyan = 0.80, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 23 | 43 | 117 | - |
| CMYK | 0.80 | 0.63 | 0 | 0.54 |
| HSL | 227.23º | 0.67% | 0.27% | - |
| HSV(B) | 227.23º | 0.8% | 0.46% | - |
| XYZ | 4.43 | 3.19 | 17.21 | - |
| YUV | 45.46 | 168.37 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 43 | 117 | 0.80 | 0.63 | 0 | 0.54 | 227.23 | 0.67 | 0.27 |
| Hex | 17 | 2B | 75 | 50 | 3F | 0 | 36 | E3 | 43 | 1B |
| Octal | 27 | 53 | 165 | 120 | 77 | 0 | 66 | 343 | 103 | 33 |
| Binary | 10111 | 101011 | 1110101 | 1010000 | 111111 | 0 | 110110 | 11100011 | 1000011 | 11011 |
Color Harmonies of #172B75
Complementary color
Monochromatic Colors of #172B75
Black with #172B75
Text Example
Text Example
White with #172B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172B75; }
p { color: rgb(23,43,117); }
H1.HeaderClassName
{
color: #172B75;
}
.AnyTagClassName
{
color: #172B75;
}
</style>
background-color css
<style>
a { background-color: #172B75; }
a { background-color: rgb(23,43,117); }
div.DivClassName
{
background-color: #172B75;
}
.BgClassName
{
background-color: #172B75;
}
</style>
border-color css
<style>
span { border-color: #172B75; }
span { border-color: rgb(23,43,117); }
td.TdClassName
{
border-color: #172B75;
}
.TagClassName
{
border-color: #172B75;
}
</style>