Shades of Regal Blue #173D5B
Tints of Regal Blue #173D5B
RGB
CMYK
RGB Variations
Color information
#173D5B (or 0x173D5B) is known color: Regal Blue. HEX triplet: 17, 3D and 5B. RGB value is (23,61,91). Sum of RGB (Red+Green+Blue) = 23+61+91=175 (23% of max value = 765). Red value is 23 (9.38% from 255 or 13.14% from 175); Green value is 61 (24.22% from 255 or 34.86% from 175); Blue value is 91 (35.94% from 255 or 52% from 175); Max value from RGB is 91 - color contains mainly: blue. Hex color #173D5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173D5B is #E8C2A4. Grayscale: #343434. Windows color (decimal): -15254181 or 5979415. OLE color: 5979415.
HSL color Cylindrical-coordinate representation of color #173D5B: hue angle of 206.47º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #173D5B is Cyan = 0.75, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 23 | 61 | 91 | - |
| CMYK | 0.75 | 0.33 | 0 | 0.64 |
| HSL | 206.47º | 0.6% | 0.22% | - |
| HSV(B) | 206.47º | 0.75% | 0.36% | - |
| XYZ | 3.91 | 4.27 | 10.52 | - |
| YUV | 53.06 | 149.41 | 106.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 61 | 91 | 0.75 | 0.33 | 0 | 0.64 | 206.47 | 0.6 | 0.22 |
| Hex | 17 | 3D | 5B | 4B | 21 | 0 | 40 | CE | 3C | 16 |
| Octal | 27 | 75 | 133 | 113 | 41 | 0 | 100 | 316 | 74 | 26 |
| Binary | 10111 | 111101 | 1011011 | 1001011 | 100001 | 0 | 1000000 | 11001110 | 111100 | 10110 |
Color Harmonies of #173D5B
Complementary color
Monochromatic Colors of #173D5B
Black with #173D5B
Text Example
Text Example
White with #173D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173D5B; }
p { color: rgb(23,61,91); }
H1.HeaderClassName
{
color: #173D5B;
}
.AnyTagClassName
{
color: #173D5B;
}
</style>
background-color css
<style>
a { background-color: #173D5B; }
a { background-color: rgb(23,61,91); }
div.DivClassName
{
background-color: #173D5B;
}
.BgClassName
{
background-color: #173D5B;
}
</style>
border-color css
<style>
span { border-color: #173D5B; }
span { border-color: rgb(23,61,91); }
td.TdClassName
{
border-color: #173D5B;
}
.TagClassName
{
border-color: #173D5B;
}
</style>