Shades of Regal Blue #173A63
Tints of Regal Blue #173A63
RGB
CMYK
RGB Variations
Color information
#173A63 (or 0x173A63) is known color: Regal Blue. HEX triplet: 17, 3A and 63. RGB value is (23,58,99). Sum of RGB (Red+Green+Blue) = 23+58+99=180 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.78% from 180); Green value is 58 (23.05% from 255 or 32.22% from 180); Blue value is 99 (39.06% from 255 or 55% from 180); Max value from RGB is 99 - color contains mainly: blue. Hex color #173A63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173A63 is #E8C59C. Grayscale: #343434. Windows color (decimal): -15254941 or 6502935. OLE color: 6502935.
HSL color Cylindrical-coordinate representation of color #173A63: hue angle of 212.37º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #173A63 is Cyan = 0.77, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 23 | 58 | 99 | - |
| CMYK | 0.77 | 0.41 | 0 | 0.61 |
| HSL | 212.37º | 0.62% | 0.24% | - |
| HSV(B) | 212.37º | 0.77% | 0.39% | - |
| XYZ | 4.12 | 4.11 | 12.38 | - |
| YUV | 52.21 | 154.4 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 58 | 99 | 0.77 | 0.41 | 0 | 0.61 | 212.37 | 0.62 | 0.24 |
| Hex | 17 | 3A | 63 | 4D | 29 | 0 | 3D | D4 | 3E | 18 |
| Octal | 27 | 72 | 143 | 115 | 51 | 0 | 75 | 324 | 76 | 30 |
| Binary | 10111 | 111010 | 1100011 | 1001101 | 101001 | 0 | 111101 | 11010100 | 111110 | 11000 |
Color Harmonies of #173A63
Complementary color
Monochromatic Colors of #173A63
Black with #173A63
Text Example
Text Example
White with #173A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173A63; }
p { color: rgb(23,58,99); }
H1.HeaderClassName
{
color: #173A63;
}
.AnyTagClassName
{
color: #173A63;
}
</style>
background-color css
<style>
a { background-color: #173A63; }
a { background-color: rgb(23,58,99); }
div.DivClassName
{
background-color: #173A63;
}
.BgClassName
{
background-color: #173A63;
}
</style>
border-color css
<style>
span { border-color: #173A63; }
span { border-color: rgb(23,58,99); }
td.TdClassName
{
border-color: #173A63;
}
.TagClassName
{
border-color: #173A63;
}
</style>