Shades of Sapphire #172E6F
Tints of Sapphire #172E6F
RGB
CMYK
RGB Variations
Color information
#172E6F (or 0x172E6F) is known color: Sapphire. HEX triplet: 17, 2E and 6F. RGB value is (23,46,111). Sum of RGB (Red+Green+Blue) = 23+46+111=180 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.78% from 180); Green value is 46 (18.36% from 255 or 25.56% from 180); Blue value is 111 (43.75% from 255 or 61.67% from 180); Max value from RGB is 111 - color contains mainly: blue. Hex color #172E6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172E6F is #E8D190. Grayscale: #2E2E2E. Windows color (decimal): -15258001 or 7286295. OLE color: 7286295.
HSL color Cylindrical-coordinate representation of color #172E6F: hue angle of 224.32º 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 #172E6F is Cyan = 0.79, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 23 | 46 | 111 | - |
| CMYK | 0.79 | 0.59 | 0 | 0.56 |
| HSL | 224.32º | 0.66% | 0.26% | - |
| HSV(B) | 224.32º | 0.79% | 0.44% | - |
| XYZ | 4.2 | 3.28 | 15.45 | - |
| YUV | 46.53 | 164.38 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 46 | 111 | 0.79 | 0.59 | 0 | 0.56 | 224.32 | 0.66 | 0.26 |
| Hex | 17 | 2E | 6F | 4F | 3B | 0 | 38 | E0 | 42 | 1A |
| Octal | 27 | 56 | 157 | 117 | 73 | 0 | 70 | 340 | 102 | 32 |
| Binary | 10111 | 101110 | 1101111 | 1001111 | 111011 | 0 | 111000 | 11100000 | 1000010 | 11010 |
Color Harmonies of #172E6F
Complementary color
Monochromatic Colors of #172E6F
Black with #172E6F
Text Example
Text Example
White with #172E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172E6F; }
p { color: rgb(23,46,111); }
H1.HeaderClassName
{
color: #172E6F;
}
.AnyTagClassName
{
color: #172E6F;
}
</style>
background-color css
<style>
a { background-color: #172E6F; }
a { background-color: rgb(23,46,111); }
div.DivClassName
{
background-color: #172E6F;
}
.BgClassName
{
background-color: #172E6F;
}
</style>
border-color css
<style>
span { border-color: #172E6F; }
span { border-color: rgb(23,46,111); }
td.TdClassName
{
border-color: #172E6F;
}
.TagClassName
{
border-color: #172E6F;
}
</style>