Shades of Sapphire #172869
Tints of Sapphire #172869
RGB
CMYK
RGB Variations
Color information
#172869 (or 0x172869) is known color: Sapphire. HEX triplet: 17, 28 and 69. RGB value is (23,40,105). Sum of RGB (Red+Green+Blue) = 23+40+105=168 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.69% from 168); Green value is 40 (16.02% from 255 or 23.81% from 168); Blue value is 105 (41.41% from 255 or 62.5% from 168); Max value from RGB is 105 - color contains mainly: blue. Hex color #172869 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172869 is #E8D796. Grayscale: #2A2A2A. Windows color (decimal): -15259543 or 6891543. OLE color: 6891543.
HSL color Cylindrical-coordinate representation of color #172869: hue angle of 227.56º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #172869 is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 23 | 40 | 105 | - |
| CMYK | 0.78 | 0.62 | 0 | 0.59 |
| HSL | 227.56º | 0.64% | 0.25% | - |
| HSV(B) | 227.56º | 0.78% | 0.41% | - |
| XYZ | 3.66 | 2.72 | 13.7 | - |
| YUV | 42.33 | 163.37 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 40 | 105 | 0.78 | 0.62 | 0 | 0.59 | 227.56 | 0.64 | 0.25 |
| Hex | 17 | 28 | 69 | 4E | 3E | 0 | 3B | E4 | 40 | 19 |
| Octal | 27 | 50 | 151 | 116 | 76 | 0 | 73 | 344 | 100 | 31 |
| Binary | 10111 | 101000 | 1101001 | 1001110 | 111110 | 0 | 111011 | 11100100 | 1000000 | 11001 |
Color Harmonies of #172869
Complementary color
Monochromatic Colors of #172869
Black with #172869
Text Example
Text Example
White with #172869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172869; }
p { color: rgb(23,40,105); }
H1.HeaderClassName
{
color: #172869;
}
.AnyTagClassName
{
color: #172869;
}
</style>
background-color css
<style>
a { background-color: #172869; }
a { background-color: rgb(23,40,105); }
div.DivClassName
{
background-color: #172869;
}
.BgClassName
{
background-color: #172869;
}
</style>
border-color css
<style>
span { border-color: #172869; }
span { border-color: rgb(23,40,105); }
td.TdClassName
{
border-color: #172869;
}
.TagClassName
{
border-color: #172869;
}
</style>