Shades of Regal Blue #173C6B
Tints of Regal Blue #173C6B
RGB
CMYK
RGB Variations
Color information
#173C6B (or 0x173C6B) is known color: Regal Blue. HEX triplet: 17, 3C and 6B. RGB value is (23,60,107). Sum of RGB (Red+Green+Blue) = 23+60+107=190 (25% of max value = 765). Red value is 23 (9.38% from 255 or 12.11% from 190); Green value is 60 (23.83% from 255 or 31.58% from 190); Blue value is 107 (42.19% from 255 or 56.32% from 190); Max value from RGB is 107 - color contains mainly: blue. Hex color #173C6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173C6B is #E8C394. Grayscale: #363636. Windows color (decimal): -15254421 or 7027735. OLE color: 7027735.
HSL color Cylindrical-coordinate representation of color #173C6B: hue angle of 213.57º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #173C6B is Cyan = 0.79, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 23 | 60 | 107 | - |
| CMYK | 0.79 | 0.44 | 0 | 0.58 |
| HSL | 213.57º | 0.65% | 0.25% | - |
| HSV(B) | 213.57º | 0.79% | 0.42% | - |
| XYZ | 4.62 | 4.48 | 14.53 | - |
| YUV | 54.3 | 157.74 | 105.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 60 | 107 | 0.79 | 0.44 | 0 | 0.58 | 213.57 | 0.65 | 0.25 |
| Hex | 17 | 3C | 6B | 4F | 2C | 0 | 3A | D6 | 41 | 19 |
| Octal | 27 | 74 | 153 | 117 | 54 | 0 | 72 | 326 | 101 | 31 |
| Binary | 10111 | 111100 | 1101011 | 1001111 | 101100 | 0 | 111010 | 11010110 | 1000001 | 11001 |
Color Harmonies of #173C6B
Complementary color
Monochromatic Colors of #173C6B
Black with #173C6B
Text Example
Text Example
White with #173C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173C6B; }
p { color: rgb(23,60,107); }
H1.HeaderClassName
{
color: #173C6B;
}
.AnyTagClassName
{
color: #173C6B;
}
</style>
background-color css
<style>
a { background-color: #173C6B; }
a { background-color: rgb(23,60,107); }
div.DivClassName
{
background-color: #173C6B;
}
.BgClassName
{
background-color: #173C6B;
}
</style>
border-color css
<style>
span { border-color: #173C6B; }
span { border-color: rgb(23,60,107); }
td.TdClassName
{
border-color: #173C6B;
}
.TagClassName
{
border-color: #173C6B;
}
</style>