Shades of Sapphire #172E5F
Tints of Sapphire #172E5F
RGB
CMYK
RGB Variations
Color information
#172E5F (or 0x172E5F) is known color: Sapphire. HEX triplet: 17, 2E and 5F. RGB value is (23,46,95). Sum of RGB (Red+Green+Blue) = 23+46+95=164 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.02% from 164); Green value is 46 (18.36% from 255 or 28.05% from 164); Blue value is 95 (37.5% from 255 or 57.93% from 164); Max value from RGB is 95 - color contains mainly: blue. Hex color #172E5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172E5F is #E8D1A0. Grayscale: #2C2C2C. Windows color (decimal): -15258017 or 6237719. OLE color: 6237719.
HSL color Cylindrical-coordinate representation of color #172E5F: hue angle of 220.83º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #172E5F is Cyan = 0.76, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 23 | 46 | 95 | - |
| CMYK | 0.76 | 0.52 | 0 | 0.63 |
| HSL | 220.83º | 0.61% | 0.23% | - |
| HSV(B) | 220.83º | 0.76% | 0.37% | - |
| XYZ | 3.4 | 2.96 | 11.22 | - |
| YUV | 44.71 | 156.38 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 46 | 95 | 0.76 | 0.52 | 0 | 0.63 | 220.83 | 0.61 | 0.23 |
| Hex | 17 | 2E | 5F | 4C | 34 | 0 | 3F | DD | 3D | 17 |
| Octal | 27 | 56 | 137 | 114 | 64 | 0 | 77 | 335 | 75 | 27 |
| Binary | 10111 | 101110 | 1011111 | 1001100 | 110100 | 0 | 111111 | 11011101 | 111101 | 10111 |
Color Harmonies of #172E5F
Complementary color
Monochromatic Colors of #172E5F
Black with #172E5F
Text Example
Text Example
White with #172E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172E5F; }
p { color: rgb(23,46,95); }
H1.HeaderClassName
{
color: #172E5F;
}
.AnyTagClassName
{
color: #172E5F;
}
</style>
background-color css
<style>
a { background-color: #172E5F; }
a { background-color: rgb(23,46,95); }
div.DivClassName
{
background-color: #172E5F;
}
.BgClassName
{
background-color: #172E5F;
}
</style>
border-color css
<style>
span { border-color: #172E5F; }
span { border-color: rgb(23,46,95); }
td.TdClassName
{
border-color: #172E5F;
}
.TagClassName
{
border-color: #172E5F;
}
</style>