Shades of Regal Blue #173C68
Tints of Regal Blue #173C68
RGB
CMYK
RGB Variations
Color information
#173C68 (or 0x173C68) is known color: Regal Blue. HEX triplet: 17, 3C and 68. RGB value is (23,60,104). Sum of RGB (Red+Green+Blue) = 23+60+104=187 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.30% from 187); Green value is 60 (23.83% from 255 or 32.09% from 187); Blue value is 104 (41.02% from 255 or 55.61% from 187); Max value from RGB is 104 - color contains mainly: blue. Hex color #173C68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173C68 is #E8C397. Grayscale: #353535. Windows color (decimal): -15254424 or 6831127. OLE color: 6831127.
HSL color Cylindrical-coordinate representation of color #173C68: hue angle of 212.59º 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 #173C68 is Cyan = 0.78, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 23 | 60 | 104 | - |
| CMYK | 0.78 | 0.42 | 0 | 0.59 |
| HSL | 212.59º | 0.64% | 0.25% | - |
| HSV(B) | 212.59º | 0.78% | 0.41% | - |
| XYZ | 4.47 | 4.41 | 13.71 | - |
| YUV | 53.95 | 156.24 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 60 | 104 | 0.78 | 0.42 | 0 | 0.59 | 212.59 | 0.64 | 0.25 |
| Hex | 17 | 3C | 68 | 4E | 2A | 0 | 3B | D5 | 40 | 19 |
| Octal | 27 | 74 | 150 | 116 | 52 | 0 | 73 | 325 | 100 | 31 |
| Binary | 10111 | 111100 | 1101000 | 1001110 | 101010 | 0 | 111011 | 11010101 | 1000000 | 11001 |
Color Harmonies of #173C68
Complementary color
Monochromatic Colors of #173C68
Black with #173C68
Text Example
Text Example
White with #173C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173C68; }
p { color: rgb(23,60,104); }
H1.HeaderClassName
{
color: #173C68;
}
.AnyTagClassName
{
color: #173C68;
}
</style>
background-color css
<style>
a { background-color: #173C68; }
a { background-color: rgb(23,60,104); }
div.DivClassName
{
background-color: #173C68;
}
.BgClassName
{
background-color: #173C68;
}
</style>
border-color css
<style>
span { border-color: #173C68; }
span { border-color: rgb(23,60,104); }
td.TdClassName
{
border-color: #173C68;
}
.TagClassName
{
border-color: #173C68;
}
</style>