Shades of Sapphire #172C69
Tints of Sapphire #172C69
RGB
CMYK
RGB Variations
Color information
#172C69 (or 0x172C69) is known color: Sapphire. HEX triplet: 17, 2C and 69. RGB value is (23,44,105). Sum of RGB (Red+Green+Blue) = 23+44+105=172 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.37% from 172); Green value is 44 (17.58% from 255 or 25.58% from 172); Blue value is 105 (41.41% from 255 or 61.05% from 172); Max value from RGB is 105 - color contains mainly: blue. Hex color #172C69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172C69 is #E8D396. Grayscale: #2C2C2C. Windows color (decimal): -15258519 or 6892567. OLE color: 6892567.
HSL color Cylindrical-coordinate representation of color #172C69: hue angle of 224.63º 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 #172C69 is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 23 | 44 | 105 | - |
| CMYK | 0.78 | 0.58 | 0 | 0.59 |
| HSL | 224.63º | 0.64% | 0.25% | - |
| HSV(B) | 224.63º | 0.78% | 0.41% | - |
| XYZ | 3.8 | 3 | 13.74 | - |
| YUV | 44.68 | 162.04 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 44 | 105 | 0.78 | 0.58 | 0 | 0.59 | 224.63 | 0.64 | 0.25 |
| Hex | 17 | 2C | 69 | 4E | 3A | 0 | 3B | E1 | 40 | 19 |
| Octal | 27 | 54 | 151 | 116 | 72 | 0 | 73 | 341 | 100 | 31 |
| Binary | 10111 | 101100 | 1101001 | 1001110 | 111010 | 0 | 111011 | 11100001 | 1000000 | 11001 |
Color Harmonies of #172C69
Complementary color
Monochromatic Colors of #172C69
Black with #172C69
Text Example
Text Example
White with #172C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172C69; }
p { color: rgb(23,44,105); }
H1.HeaderClassName
{
color: #172C69;
}
.AnyTagClassName
{
color: #172C69;
}
</style>
background-color css
<style>
a { background-color: #172C69; }
a { background-color: rgb(23,44,105); }
div.DivClassName
{
background-color: #172C69;
}
.BgClassName
{
background-color: #172C69;
}
</style>
border-color css
<style>
span { border-color: #172C69; }
span { border-color: rgb(23,44,105); }
td.TdClassName
{
border-color: #172C69;
}
.TagClassName
{
border-color: #172C69;
}
</style>