Shades of Sapphire #172658
Tints of Sapphire #172658
RGB
CMYK
RGB Variations
Color information
#172658 (or 0x172658) is known color: Sapphire. HEX triplet: 17, 26 and 58. RGB value is (23,38,88). Sum of RGB (Red+Green+Blue) = 23+38+88=149 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.44% from 149); Green value is 38 (15.23% from 255 or 25.50% from 149); Blue value is 88 (34.77% from 255 or 59.06% from 149); Max value from RGB is 88 - color contains mainly: blue. Hex color #172658 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172658 is #E8D9A7. Grayscale: #272727. Windows color (decimal): -15260072 or 5776919. OLE color: 5776919.
HSL color Cylindrical-coordinate representation of color #172658: hue angle of 226.15º 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 #172658 is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 23 | 38 | 88 | - |
| CMYK | 0.74 | 0.57 | 0 | 0.65 |
| HSL | 226.15º | 0.59% | 0.22% | - |
| HSV(B) | 226.15º | 0.74% | 0.35% | - |
| XYZ | 2.81 | 2.27 | 9.52 | - |
| YUV | 39.22 | 155.53 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 38 | 88 | 0.74 | 0.57 | 0 | 0.65 | 226.15 | 0.59 | 0.22 |
| Hex | 17 | 26 | 58 | 4A | 39 | 0 | 41 | E2 | 3B | 16 |
| Octal | 27 | 46 | 130 | 112 | 71 | 0 | 101 | 342 | 73 | 26 |
| Binary | 10111 | 100110 | 1011000 | 1001010 | 111001 | 0 | 1000001 | 11100010 | 111011 | 10110 |
Color Harmonies of #172658
Complementary color
Monochromatic Colors of #172658
Black with #172658
Text Example
Text Example
White with #172658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172658; }
p { color: rgb(23,38,88); }
H1.HeaderClassName
{
color: #172658;
}
.AnyTagClassName
{
color: #172658;
}
</style>
background-color css
<style>
a { background-color: #172658; }
a { background-color: rgb(23,38,88); }
div.DivClassName
{
background-color: #172658;
}
.BgClassName
{
background-color: #172658;
}
</style>
border-color css
<style>
span { border-color: #172658; }
span { border-color: rgb(23,38,88); }
td.TdClassName
{
border-color: #172658;
}
.TagClassName
{
border-color: #172658;
}
</style>