Shades of Sapphire #172A68
Tints of Sapphire #172A68
RGB
CMYK
RGB Variations
Color information
#172A68 (or 0x172A68) is known color: Sapphire. HEX triplet: 17, 2A and 68. RGB value is (23,42,104). Sum of RGB (Red+Green+Blue) = 23+42+104=169 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.61% from 169); Green value is 42 (16.80% from 255 or 24.85% from 169); Blue value is 104 (41.02% from 255 or 61.54% from 169); Max value from RGB is 104 - color contains mainly: blue. Hex color #172A68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172A68 is #E8D597. Grayscale: #2B2B2B. Windows color (decimal): -15259032 or 6826519. OLE color: 6826519.
HSL color Cylindrical-coordinate representation of color #172A68: hue angle of 225.93º 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 #172A68 is Cyan = 0.78, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 23 | 42 | 104 | - |
| CMYK | 0.78 | 0.60 | 0 | 0.59 |
| HSL | 225.93º | 0.64% | 0.25% | - |
| HSV(B) | 225.93º | 0.78% | 0.41% | - |
| XYZ | 3.68 | 2.84 | 13.45 | - |
| YUV | 43.39 | 162.21 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 42 | 104 | 0.78 | 0.60 | 0 | 0.59 | 225.93 | 0.64 | 0.25 |
| Hex | 17 | 2A | 68 | 4E | 3C | 0 | 3B | E2 | 40 | 19 |
| Octal | 27 | 52 | 150 | 116 | 74 | 0 | 73 | 342 | 100 | 31 |
| Binary | 10111 | 101010 | 1101000 | 1001110 | 111100 | 0 | 111011 | 11100010 | 1000000 | 11001 |
Color Harmonies of #172A68
Complementary color
Monochromatic Colors of #172A68
Black with #172A68
Text Example
Text Example
White with #172A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172A68; }
p { color: rgb(23,42,104); }
H1.HeaderClassName
{
color: #172A68;
}
.AnyTagClassName
{
color: #172A68;
}
</style>
background-color css
<style>
a { background-color: #172A68; }
a { background-color: rgb(23,42,104); }
div.DivClassName
{
background-color: #172A68;
}
.BgClassName
{
background-color: #172A68;
}
</style>
border-color css
<style>
span { border-color: #172A68; }
span { border-color: rgb(23,42,104); }
td.TdClassName
{
border-color: #172A68;
}
.TagClassName
{
border-color: #172A68;
}
</style>