Shades of Sapphire #172569
Tints of Sapphire #172569
RGB
CMYK
RGB Variations
Color information
#172569 (or 0x172569) is known color: Sapphire. HEX triplet: 17, 25 and 69. RGB value is (23,37,105). Sum of RGB (Red+Green+Blue) = 23+37+105=165 (21% of max value = 765). Red value is 23 (9.38% from 255 or 13.94% from 165); Green value is 37 (14.84% from 255 or 22.42% from 165); Blue value is 105 (41.41% from 255 or 63.64% from 165); Max value from RGB is 105 - color contains mainly: blue. Hex color #172569 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172569 is #E8DA96. Grayscale: #282828. Windows color (decimal): -15260311 or 6890775. OLE color: 6890775.
HSL color Cylindrical-coordinate representation of color #172569: hue angle of 229.76º 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 #172569 is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 23 | 37 | 105 | - |
| CMYK | 0.78 | 0.65 | 0 | 0.59 |
| HSL | 229.76º | 0.64% | 0.25% | - |
| HSV(B) | 229.76º | 0.78% | 0.41% | - |
| XYZ | 3.56 | 2.53 | 13.66 | - |
| YUV | 40.57 | 164.36 | 115.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 37 | 105 | 0.78 | 0.65 | 0 | 0.59 | 229.76 | 0.64 | 0.25 |
| Hex | 17 | 25 | 69 | 4E | 41 | 0 | 3B | E6 | 40 | 19 |
| Octal | 27 | 45 | 151 | 116 | 101 | 0 | 73 | 346 | 100 | 31 |
| Binary | 10111 | 100101 | 1101001 | 1001110 | 1000001 | 0 | 111011 | 11100110 | 1000000 | 11001 |
Color Harmonies of #172569
Complementary color
Monochromatic Colors of #172569
Black with #172569
Text Example
Text Example
White with #172569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172569; }
p { color: rgb(23,37,105); }
H1.HeaderClassName
{
color: #172569;
}
.AnyTagClassName
{
color: #172569;
}
</style>
background-color css
<style>
a { background-color: #172569; }
a { background-color: rgb(23,37,105); }
div.DivClassName
{
background-color: #172569;
}
.BgClassName
{
background-color: #172569;
}
</style>
border-color css
<style>
span { border-color: #172569; }
span { border-color: rgb(23,37,105); }
td.TdClassName
{
border-color: #172569;
}
.TagClassName
{
border-color: #172569;
}
</style>