Shades of Regal Blue #173C5A
Tints of Regal Blue #173C5A
RGB
CMYK
RGB Variations
Color information
#173C5A (or 0x173C5A) is known color: Regal Blue. HEX triplet: 17, 3C and 5A. RGB value is (23,60,90). Sum of RGB (Red+Green+Blue) = 23+60+90=173 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.29% from 173); Green value is 60 (23.83% from 255 or 34.68% from 173); Blue value is 90 (35.55% from 255 or 52.02% from 173); Max value from RGB is 90 - color contains mainly: blue. Hex color #173C5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173C5A is #E8C3A5. Grayscale: #343434. Windows color (decimal): -15254438 or 5913623. OLE color: 5913623.
HSL color Cylindrical-coordinate representation of color #173C5A: hue angle of 206.87º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #173C5A is Cyan = 0.74, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 23 | 60 | 90 | - |
| CMYK | 0.74 | 0.33 | 0 | 0.65 |
| HSL | 206.87º | 0.59% | 0.22% | - |
| HSV(B) | 206.87º | 0.74% | 0.35% | - |
| XYZ | 3.81 | 4.15 | 10.27 | - |
| YUV | 52.36 | 149.24 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 60 | 90 | 0.74 | 0.33 | 0 | 0.65 | 206.87 | 0.59 | 0.22 |
| Hex | 17 | 3C | 5A | 4A | 21 | 0 | 41 | CF | 3B | 16 |
| Octal | 27 | 74 | 132 | 112 | 41 | 0 | 101 | 317 | 73 | 26 |
| Binary | 10111 | 111100 | 1011010 | 1001010 | 100001 | 0 | 1000001 | 11001111 | 111011 | 10110 |
Color Harmonies of #173C5A
Complementary color
Monochromatic Colors of #173C5A
Black with #173C5A
Text Example
Text Example
White with #173C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173C5A; }
p { color: rgb(23,60,90); }
H1.HeaderClassName
{
color: #173C5A;
}
.AnyTagClassName
{
color: #173C5A;
}
</style>
background-color css
<style>
a { background-color: #173C5A; }
a { background-color: rgb(23,60,90); }
div.DivClassName
{
background-color: #173C5A;
}
.BgClassName
{
background-color: #173C5A;
}
</style>
border-color css
<style>
span { border-color: #173C5A; }
span { border-color: rgb(23,60,90); }
td.TdClassName
{
border-color: #173C5A;
}
.TagClassName
{
border-color: #173C5A;
}
</style>