Shades of Sapphire #172B76
Tints of Sapphire #172B76
RGB
CMYK
RGB Variations
Color information
#172B76 (or 0x172B76) is known color: Sapphire. HEX triplet: 17, 2B and 76. RGB value is (23,43,118). Sum of RGB (Red+Green+Blue) = 23+43+118=184 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.5% from 184); Green value is 43 (17.19% from 255 or 23.37% from 184); Blue value is 118 (46.48% from 255 or 64.13% from 184); Max value from RGB is 118 - color contains mainly: blue. Hex color #172B76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172B76 is #E8D489. Grayscale: #2D2D2D. Windows color (decimal): -15258762 or 7744279. OLE color: 7744279.
HSL color Cylindrical-coordinate representation of color #172B76: hue angle of 227.37º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #172B76 is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 23 | 43 | 118 | - |
| CMYK | 0.81 | 0.64 | 0 | 0.54 |
| HSL | 227.37º | 0.67% | 0.28% | - |
| HSV(B) | 227.37º | 0.81% | 0.46% | - |
| XYZ | 4.49 | 3.22 | 17.52 | - |
| YUV | 45.57 | 168.87 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 43 | 118 | 0.81 | 0.64 | 0 | 0.54 | 227.37 | 0.67 | 0.28 |
| Hex | 17 | 2B | 76 | 51 | 40 | 0 | 36 | E3 | 43 | 1C |
| Octal | 27 | 53 | 166 | 121 | 100 | 0 | 66 | 343 | 103 | 34 |
| Binary | 10111 | 101011 | 1110110 | 1010001 | 1000000 | 0 | 110110 | 11100011 | 1000011 | 11100 |
Color Harmonies of #172B76
Complementary color
Monochromatic Colors of #172B76
Black with #172B76
Text Example
Text Example
White with #172B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172B76; }
p { color: rgb(23,43,118); }
H1.HeaderClassName
{
color: #172B76;
}
.AnyTagClassName
{
color: #172B76;
}
</style>
background-color css
<style>
a { background-color: #172B76; }
a { background-color: rgb(23,43,118); }
div.DivClassName
{
background-color: #172B76;
}
.BgClassName
{
background-color: #172B76;
}
</style>
border-color css
<style>
span { border-color: #172B76; }
span { border-color: rgb(23,43,118); }
td.TdClassName
{
border-color: #172B76;
}
.TagClassName
{
border-color: #172B76;
}
</style>