Shades of Sapphire #172F6E
Tints of Sapphire #172F6E
RGB
CMYK
RGB Variations
Color information
#172F6E (or 0x172F6E) is known color: Sapphire. HEX triplet: 17, 2F and 6E. RGB value is (23,47,110). Sum of RGB (Red+Green+Blue) = 23+47+110=180 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.78% from 180); Green value is 47 (18.75% from 255 or 26.11% from 180); Blue value is 110 (43.36% from 255 or 61.11% from 180); Max value from RGB is 110 - color contains mainly: blue. Hex color #172F6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172F6E is #E8D091. Grayscale: #2E2E2E. Windows color (decimal): -15257746 or 7221015. OLE color: 7221015.
HSL color Cylindrical-coordinate representation of color #172F6E: hue angle of 223.45º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #172F6E is Cyan = 0.79, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 23 | 47 | 110 | - |
| CMYK | 0.79 | 0.57 | 0 | 0.57 |
| HSL | 223.45º | 0.65% | 0.26% | - |
| HSV(B) | 223.45º | 0.79% | 0.43% | - |
| XYZ | 4.18 | 3.34 | 15.18 | - |
| YUV | 47.01 | 163.55 | 110.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 47 | 110 | 0.79 | 0.57 | 0 | 0.57 | 223.45 | 0.65 | 0.26 |
| Hex | 17 | 2F | 6E | 4F | 39 | 0 | 39 | DF | 41 | 1A |
| Octal | 27 | 57 | 156 | 117 | 71 | 0 | 71 | 337 | 101 | 32 |
| Binary | 10111 | 101111 | 1101110 | 1001111 | 111001 | 0 | 111001 | 11011111 | 1000001 | 11010 |
Color Harmonies of #172F6E
Complementary color
Monochromatic Colors of #172F6E
Black with #172F6E
Text Example
Text Example
White with #172F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172F6E; }
p { color: rgb(23,47,110); }
H1.HeaderClassName
{
color: #172F6E;
}
.AnyTagClassName
{
color: #172F6E;
}
</style>
background-color css
<style>
a { background-color: #172F6E; }
a { background-color: rgb(23,47,110); }
div.DivClassName
{
background-color: #172F6E;
}
.BgClassName
{
background-color: #172F6E;
}
</style>
border-color css
<style>
span { border-color: #172F6E; }
span { border-color: rgb(23,47,110); }
td.TdClassName
{
border-color: #172F6E;
}
.TagClassName
{
border-color: #172F6E;
}
</style>