Shades of Sapphire #172969
Tints of Sapphire #172969
RGB
CMYK
RGB Variations
Color information
#172969 (or 0x172969) is known color: Sapphire. HEX triplet: 17, 29 and 69. RGB value is (23,41,105). Sum of RGB (Red+Green+Blue) = 23+41+105=169 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.61% from 169); Green value is 41 (16.41% from 255 or 24.26% from 169); Blue value is 105 (41.41% from 255 or 62.13% from 169); Max value from RGB is 105 - color contains mainly: blue. Hex color #172969 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172969 is #E8D696. Grayscale: #2A2A2A. Windows color (decimal): -15259287 or 6891799. OLE color: 6891799.
HSL color Cylindrical-coordinate representation of color #172969: hue angle of 226.83º 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 #172969 is Cyan = 0.78, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 23 | 41 | 105 | - |
| CMYK | 0.78 | 0.61 | 0 | 0.59 |
| HSL | 226.83º | 0.64% | 0.25% | - |
| HSV(B) | 226.83º | 0.78% | 0.41% | - |
| XYZ | 3.7 | 2.79 | 13.71 | - |
| YUV | 42.91 | 163.04 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 41 | 105 | 0.78 | 0.61 | 0 | 0.59 | 226.83 | 0.64 | 0.25 |
| Hex | 17 | 29 | 69 | 4E | 3D | 0 | 3B | E3 | 40 | 19 |
| Octal | 27 | 51 | 151 | 116 | 75 | 0 | 73 | 343 | 100 | 31 |
| Binary | 10111 | 101001 | 1101001 | 1001110 | 111101 | 0 | 111011 | 11100011 | 1000000 | 11001 |
Color Harmonies of #172969
Complementary color
Monochromatic Colors of #172969
Black with #172969
Text Example
Text Example
White with #172969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172969; }
p { color: rgb(23,41,105); }
H1.HeaderClassName
{
color: #172969;
}
.AnyTagClassName
{
color: #172969;
}
</style>
background-color css
<style>
a { background-color: #172969; }
a { background-color: rgb(23,41,105); }
div.DivClassName
{
background-color: #172969;
}
.BgClassName
{
background-color: #172969;
}
</style>
border-color css
<style>
span { border-color: #172969; }
span { border-color: rgb(23,41,105); }
td.TdClassName
{
border-color: #172969;
}
.TagClassName
{
border-color: #172969;
}
</style>