Shades of Regal Blue #173653
Tints of Regal Blue #173653
RGB
CMYK
RGB Variations
Color information
#173653 (or 0x173653) is known color: Regal Blue. HEX triplet: 17, 36 and 53. RGB value is (23,54,83). Sum of RGB (Red+Green+Blue) = 23+54+83=160 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.38% from 160); Green value is 54 (21.48% from 255 or 33.75% from 160); Blue value is 83 (32.81% from 255 or 51.88% from 160); Max value from RGB is 83 - color contains mainly: blue. Hex color #173653 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173653 is #E8C9AC. Grayscale: #2F2F2F. Windows color (decimal): -15255981 or 5453335. OLE color: 5453335.
HSL color Cylindrical-coordinate representation of color #173653: hue angle of 209º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #173653 is Cyan = 0.72, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 23 | 54 | 83 | - |
| CMYK | 0.72 | 0.35 | 0 | 0.67 |
| HSL | 209º | 0.57% | 0.21% | - |
| HSV(B) | 209º | 0.72% | 0.33% | - |
| XYZ | 3.23 | 3.45 | 8.68 | - |
| YUV | 48.04 | 147.73 | 110.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 54 | 83 | 0.72 | 0.35 | 0 | 0.67 | 209 | 0.57 | 0.21 |
| Hex | 17 | 36 | 53 | 48 | 23 | 0 | 43 | D1 | 39 | 15 |
| Octal | 27 | 66 | 123 | 110 | 43 | 0 | 103 | 321 | 71 | 25 |
| Binary | 10111 | 110110 | 1010011 | 1001000 | 100011 | 0 | 1000011 | 11010001 | 111001 | 10101 |
Color Harmonies of #173653
Complementary color
Monochromatic Colors of #173653
Black with #173653
Text Example
Text Example
White with #173653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173653; }
p { color: rgb(23,54,83); }
H1.HeaderClassName
{
color: #173653;
}
.AnyTagClassName
{
color: #173653;
}
</style>
background-color css
<style>
a { background-color: #173653; }
a { background-color: rgb(23,54,83); }
div.DivClassName
{
background-color: #173653;
}
.BgClassName
{
background-color: #173653;
}
</style>
border-color css
<style>
span { border-color: #173653; }
span { border-color: rgb(23,54,83); }
td.TdClassName
{
border-color: #173653;
}
.TagClassName
{
border-color: #173653;
}
</style>