Shades of Sapphire #172D6F
Tints of Sapphire #172D6F
RGB
CMYK
RGB Variations
Color information
#172D6F (or 0x172D6F) is known color: Sapphire. HEX triplet: 17, 2D and 6F. RGB value is (23,45,111). Sum of RGB (Red+Green+Blue) = 23+45+111=179 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.85% from 179); Green value is 45 (17.97% from 255 or 25.14% from 179); Blue value is 111 (43.75% from 255 or 62.01% from 179); Max value from RGB is 111 - color contains mainly: blue. Hex color #172D6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172D6F is #E8D290. Grayscale: #2D2D2D. Windows color (decimal): -15258257 or 7286039. OLE color: 7286039.
HSL color Cylindrical-coordinate representation of color #172D6F: hue angle of 225º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #172D6F is Cyan = 0.79, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 23 | 45 | 111 | - |
| CMYK | 0.79 | 0.59 | 0 | 0.56 |
| HSL | 225º | 0.66% | 0.26% | - |
| HSV(B) | 225º | 0.79% | 0.44% | - |
| XYZ | 4.16 | 3.21 | 15.44 | - |
| YUV | 45.95 | 164.71 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 45 | 111 | 0.79 | 0.59 | 0 | 0.56 | 225 | 0.66 | 0.26 |
| Hex | 17 | 2D | 6F | 4F | 3B | 0 | 38 | E1 | 42 | 1A |
| Octal | 27 | 55 | 157 | 117 | 73 | 0 | 70 | 341 | 102 | 32 |
| Binary | 10111 | 101101 | 1101111 | 1001111 | 111011 | 0 | 111000 | 11100001 | 1000010 | 11010 |
Color Harmonies of #172D6F
Complementary color
Monochromatic Colors of #172D6F
Black with #172D6F
Text Example
Text Example
White with #172D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172D6F; }
p { color: rgb(23,45,111); }
H1.HeaderClassName
{
color: #172D6F;
}
.AnyTagClassName
{
color: #172D6F;
}
</style>
background-color css
<style>
a { background-color: #172D6F; }
a { background-color: rgb(23,45,111); }
div.DivClassName
{
background-color: #172D6F;
}
.BgClassName
{
background-color: #172D6F;
}
</style>
border-color css
<style>
span { border-color: #172D6F; }
span { border-color: rgb(23,45,111); }
td.TdClassName
{
border-color: #172D6F;
}
.TagClassName
{
border-color: #172D6F;
}
</style>