Shades of Regal Blue #173B5C
Tints of Regal Blue #173B5C
RGB
CMYK
RGB Variations
Color information
#173B5C (or 0x173B5C) is known color: Regal Blue. HEX triplet: 17, 3B and 5C. RGB value is (23,59,92). Sum of RGB (Red+Green+Blue) = 23+59+92=174 (23% of max value = 765). Red value is 23 (9.38% from 255 or 13.22% from 174); Green value is 59 (23.44% from 255 or 33.91% from 174); Blue value is 92 (36.33% from 255 or 52.87% from 174); Max value from RGB is 92 - color contains mainly: blue. Hex color #173B5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173B5C is #E8C4A3. Grayscale: #333333. Windows color (decimal): -15254692 or 6044439. OLE color: 6044439.
HSL color Cylindrical-coordinate representation of color #173B5C: hue angle of 208.7º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #173B5C is Cyan = 0.75, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 23 | 59 | 92 | - |
| CMYK | 0.75 | 0.36 | 0 | 0.64 |
| HSL | 208.7º | 0.6% | 0.23% | - |
| HSV(B) | 208.7º | 0.75% | 0.36% | - |
| XYZ | 3.85 | 4.08 | 10.71 | - |
| YUV | 52 | 150.57 | 107.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 59 | 92 | 0.75 | 0.36 | 0 | 0.64 | 208.7 | 0.6 | 0.23 |
| Hex | 17 | 3B | 5C | 4B | 24 | 0 | 40 | D1 | 3C | 17 |
| Octal | 27 | 73 | 134 | 113 | 44 | 0 | 100 | 321 | 74 | 27 |
| Binary | 10111 | 111011 | 1011100 | 1001011 | 100100 | 0 | 1000000 | 11010001 | 111100 | 10111 |
Color Harmonies of #173B5C
Complementary color
Monochromatic Colors of #173B5C
Black with #173B5C
Text Example
Text Example
White with #173B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173B5C; }
p { color: rgb(23,59,92); }
H1.HeaderClassName
{
color: #173B5C;
}
.AnyTagClassName
{
color: #173B5C;
}
</style>
background-color css
<style>
a { background-color: #173B5C; }
a { background-color: rgb(23,59,92); }
div.DivClassName
{
background-color: #173B5C;
}
.BgClassName
{
background-color: #173B5C;
}
</style>
border-color css
<style>
span { border-color: #173B5C; }
span { border-color: rgb(23,59,92); }
td.TdClassName
{
border-color: #173B5C;
}
.TagClassName
{
border-color: #173B5C;
}
</style>