Shades of Sapphire #172858
Tints of Sapphire #172858
RGB
CMYK
RGB Variations
Color information
#172858 (or 0x172858) is known color: Sapphire. HEX triplet: 17, 28 and 58. RGB value is (23,40,88). Sum of RGB (Red+Green+Blue) = 23+40+88=151 (20% of max value = 765). Red value is 23 (9.38% from 255 or 15.23% from 151); Green value is 40 (16.02% from 255 or 26.49% from 151); Blue value is 88 (34.77% from 255 or 58.28% from 151); Max value from RGB is 88 - color contains mainly: blue. Hex color #172858 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172858 is #E8D7A7. Grayscale: #282828. Windows color (decimal): -15259560 or 5777431. OLE color: 5777431.
HSL color Cylindrical-coordinate representation of color #172858: hue angle of 224.31º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #172858 is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 23 | 40 | 88 | - |
| CMYK | 0.74 | 0.55 | 0 | 0.65 |
| HSL | 224.31º | 0.59% | 0.22% | - |
| HSV(B) | 224.31º | 0.74% | 0.35% | - |
| XYZ | 2.87 | 2.4 | 9.55 | - |
| YUV | 40.39 | 154.87 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 40 | 88 | 0.74 | 0.55 | 0 | 0.65 | 224.31 | 0.59 | 0.22 |
| Hex | 17 | 28 | 58 | 4A | 37 | 0 | 41 | E0 | 3B | 16 |
| Octal | 27 | 50 | 130 | 112 | 67 | 0 | 101 | 340 | 73 | 26 |
| Binary | 10111 | 101000 | 1011000 | 1001010 | 110111 | 0 | 1000001 | 11100000 | 111011 | 10110 |
Color Harmonies of #172858
Complementary color
Monochromatic Colors of #172858
Black with #172858
Text Example
Text Example
White with #172858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172858; }
p { color: rgb(23,40,88); }
H1.HeaderClassName
{
color: #172858;
}
.AnyTagClassName
{
color: #172858;
}
</style>
background-color css
<style>
a { background-color: #172858; }
a { background-color: rgb(23,40,88); }
div.DivClassName
{
background-color: #172858;
}
.BgClassName
{
background-color: #172858;
}
</style>
border-color css
<style>
span { border-color: #172858; }
span { border-color: rgb(23,40,88); }
td.TdClassName
{
border-color: #172858;
}
.TagClassName
{
border-color: #172858;
}
</style>