Shades of Regal Blue #173C51
Tints of Regal Blue #173C51
RGB
CMYK
RGB Variations
Color information
#173C51 (or 0x173C51) is known color: Regal Blue. HEX triplet: 17, 3C and 51. RGB value is (23,60,81). Sum of RGB (Red+Green+Blue) = 23+60+81=164 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.02% from 164); Green value is 60 (23.83% from 255 or 36.59% from 164); Blue value is 81 (32.03% from 255 or 49.39% from 164); Max value from RGB is 81 - color contains mainly: blue. Hex color #173C51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173C51 is #E8C3AE. Grayscale: #333333. Windows color (decimal): -15254447 or 5323799. OLE color: 5323799.
HSL color Cylindrical-coordinate representation of color #173C51: hue angle of 201.72º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #173C51 is Cyan = 0.72, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 23 | 60 | 81 | - |
| CMYK | 0.72 | 0.26 | 0 | 0.68 |
| HSL | 201.72º | 0.56% | 0.2% | - |
| HSV(B) | 201.72º | 0.72% | 0.32% | - |
| XYZ | 3.45 | 4.01 | 8.38 | - |
| YUV | 51.33 | 144.74 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 60 | 81 | 0.72 | 0.26 | 0 | 0.68 | 201.72 | 0.56 | 0.2 |
| Hex | 17 | 3C | 51 | 48 | 1A | 0 | 44 | CA | 38 | 14 |
| Octal | 27 | 74 | 121 | 110 | 32 | 0 | 104 | 312 | 70 | 24 |
| Binary | 10111 | 111100 | 1010001 | 1001000 | 11010 | 0 | 1000100 | 11001010 | 111000 | 10100 |
Color Harmonies of #173C51
Complementary color
Monochromatic Colors of #173C51
Black with #173C51
Text Example
Text Example
White with #173C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173C51; }
p { color: rgb(23,60,81); }
H1.HeaderClassName
{
color: #173C51;
}
.AnyTagClassName
{
color: #173C51;
}
</style>
background-color css
<style>
a { background-color: #173C51; }
a { background-color: rgb(23,60,81); }
div.DivClassName
{
background-color: #173C51;
}
.BgClassName
{
background-color: #173C51;
}
</style>
border-color css
<style>
span { border-color: #173C51; }
span { border-color: rgb(23,60,81); }
td.TdClassName
{
border-color: #173C51;
}
.TagClassName
{
border-color: #173C51;
}
</style>