Shades of Regal Blue #173753
Tints of Regal Blue #173753
RGB
CMYK
RGB Variations
Color information
#173753 (or 0x173753) is known color: Regal Blue. HEX triplet: 17, 37 and 53. RGB value is (23,55,83). Sum of RGB (Red+Green+Blue) = 23+55+83=161 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.29% from 161); Green value is 55 (21.88% from 255 or 34.16% from 161); Blue value is 83 (32.81% from 255 or 51.55% from 161); Max value from RGB is 83 - color contains mainly: blue. Hex color #173753 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173753 is #E8C8AC. Grayscale: #303030. Windows color (decimal): -15255725 or 5453591. OLE color: 5453591.
HSL color Cylindrical-coordinate representation of color #173753: hue angle of 208º 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 #173753 is Cyan = 0.72, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 23 | 55 | 83 | - |
| CMYK | 0.72 | 0.34 | 0 | 0.67 |
| HSL | 208º | 0.57% | 0.21% | - |
| HSV(B) | 208º | 0.72% | 0.33% | - |
| XYZ | 3.28 | 3.54 | 8.69 | - |
| YUV | 48.62 | 147.4 | 109.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 55 | 83 | 0.72 | 0.34 | 0 | 0.67 | 208 | 0.57 | 0.21 |
| Hex | 17 | 37 | 53 | 48 | 22 | 0 | 43 | D0 | 39 | 15 |
| Octal | 27 | 67 | 123 | 110 | 42 | 0 | 103 | 320 | 71 | 25 |
| Binary | 10111 | 110111 | 1010011 | 1001000 | 100010 | 0 | 1000011 | 11010000 | 111001 | 10101 |
Color Harmonies of #173753
Complementary color
Monochromatic Colors of #173753
Black with #173753
Text Example
Text Example
White with #173753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173753; }
p { color: rgb(23,55,83); }
H1.HeaderClassName
{
color: #173753;
}
.AnyTagClassName
{
color: #173753;
}
</style>
background-color css
<style>
a { background-color: #173753; }
a { background-color: rgb(23,55,83); }
div.DivClassName
{
background-color: #173753;
}
.BgClassName
{
background-color: #173753;
}
</style>
border-color css
<style>
span { border-color: #173753; }
span { border-color: rgb(23,55,83); }
td.TdClassName
{
border-color: #173753;
}
.TagClassName
{
border-color: #173753;
}
</style>