Shades of Sapphire #172F68
Tints of Sapphire #172F68
RGB
CMYK
RGB Variations
Color information
#172F68 (or 0x172F68) is known color: Sapphire. HEX triplet: 17, 2F and 68. RGB value is (23,47,104). Sum of RGB (Red+Green+Blue) = 23+47+104=174 (23% of max value = 765). Red value is 23 (9.38% from 255 or 13.22% from 174); Green value is 47 (18.75% from 255 or 27.01% from 174); Blue value is 104 (41.02% from 255 or 59.77% from 174); Max value from RGB is 104 - color contains mainly: blue. Hex color #172F68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172F68 is #E8D097. Grayscale: #2E2E2E. Windows color (decimal): -15257752 or 6827799. OLE color: 6827799.
HSL color Cylindrical-coordinate representation of color #172F68: hue angle of 222.22º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #172F68 is Cyan = 0.78, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 23 | 47 | 104 | - |
| CMYK | 0.78 | 0.55 | 0 | 0.59 |
| HSL | 222.22º | 0.64% | 0.25% | - |
| HSV(B) | 222.22º | 0.78% | 0.41% | - |
| XYZ | 3.87 | 3.21 | 13.51 | - |
| YUV | 46.32 | 160.55 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 47 | 104 | 0.78 | 0.55 | 0 | 0.59 | 222.22 | 0.64 | 0.25 |
| Hex | 17 | 2F | 68 | 4E | 37 | 0 | 3B | DE | 40 | 19 |
| Octal | 27 | 57 | 150 | 116 | 67 | 0 | 73 | 336 | 100 | 31 |
| Binary | 10111 | 101111 | 1101000 | 1001110 | 110111 | 0 | 111011 | 11011110 | 1000000 | 11001 |
Color Harmonies of #172F68
Complementary color
Monochromatic Colors of #172F68
Black with #172F68
Text Example
Text Example
White with #172F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172F68; }
p { color: rgb(23,47,104); }
H1.HeaderClassName
{
color: #172F68;
}
.AnyTagClassName
{
color: #172F68;
}
</style>
background-color css
<style>
a { background-color: #172F68; }
a { background-color: rgb(23,47,104); }
div.DivClassName
{
background-color: #172F68;
}
.BgClassName
{
background-color: #172F68;
}
</style>
border-color css
<style>
span { border-color: #172F68; }
span { border-color: rgb(23,47,104); }
td.TdClassName
{
border-color: #172F68;
}
.TagClassName
{
border-color: #172F68;
}
</style>