Shades of Sapphire #172A5D
Tints of Sapphire #172A5D
RGB
CMYK
RGB Variations
Color information
#172A5D (or 0x172A5D) is known color: Sapphire. HEX triplet: 17, 2A and 5D. RGB value is (23,42,93). Sum of RGB (Red+Green+Blue) = 23+42+93=158 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.56% from 158); Green value is 42 (16.80% from 255 or 26.58% from 158); Blue value is 93 (36.72% from 255 or 58.86% from 158); Max value from RGB is 93 - color contains mainly: blue. Hex color #172A5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172A5D is #E8D5A2. Grayscale: #292929. Windows color (decimal): -15259043 or 6105623. OLE color: 6105623.
HSL color Cylindrical-coordinate representation of color #172A5D: hue angle of 223.71º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #172A5D is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 23 | 42 | 93 | - |
| CMYK | 0.75 | 0.55 | 0 | 0.64 |
| HSL | 223.71º | 0.6% | 0.23% | - |
| HSV(B) | 223.71º | 0.75% | 0.36% | - |
| XYZ | 3.16 | 2.63 | 10.7 | - |
| YUV | 42.13 | 156.71 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 42 | 93 | 0.75 | 0.55 | 0 | 0.64 | 223.71 | 0.6 | 0.23 |
| Hex | 17 | 2A | 5D | 4B | 37 | 0 | 40 | E0 | 3C | 17 |
| Octal | 27 | 52 | 135 | 113 | 67 | 0 | 100 | 340 | 74 | 27 |
| Binary | 10111 | 101010 | 1011101 | 1001011 | 110111 | 0 | 1000000 | 11100000 | 111100 | 10111 |
Color Harmonies of #172A5D
Complementary color
Monochromatic Colors of #172A5D
Black with #172A5D
Text Example
Text Example
White with #172A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172A5D; }
p { color: rgb(23,42,93); }
H1.HeaderClassName
{
color: #172A5D;
}
.AnyTagClassName
{
color: #172A5D;
}
</style>
background-color css
<style>
a { background-color: #172A5D; }
a { background-color: rgb(23,42,93); }
div.DivClassName
{
background-color: #172A5D;
}
.BgClassName
{
background-color: #172A5D;
}
</style>
border-color css
<style>
span { border-color: #172A5D; }
span { border-color: rgb(23,42,93); }
td.TdClassName
{
border-color: #172A5D;
}
.TagClassName
{
border-color: #172A5D;
}
</style>