Shades of Regal Blue #173D6B
Tints of Regal Blue #173D6B
RGB
CMYK
RGB Variations
Color information
#173D6B (or 0x173D6B) is known color: Regal Blue. HEX triplet: 17, 3D and 6B. RGB value is (23,61,107). Sum of RGB (Red+Green+Blue) = 23+61+107=191 (25% of max value = 765). Red value is 23 (9.38% from 255 or 12.04% from 191); Green value is 61 (24.22% from 255 or 31.94% from 191); Blue value is 107 (42.19% from 255 or 56.02% from 191); Max value from RGB is 107 - color contains mainly: blue. Hex color #173D6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173D6B is #E8C294. Grayscale: #363636. Windows color (decimal): -15254165 or 7027991. OLE color: 7027991.
HSL color Cylindrical-coordinate representation of color #173D6B: hue angle of 212.86º 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 #173D6B is Cyan = 0.79, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 23 | 61 | 107 | - |
| CMYK | 0.79 | 0.43 | 0 | 0.58 |
| HSL | 212.86º | 0.65% | 0.25% | - |
| HSV(B) | 212.86º | 0.79% | 0.42% | - |
| XYZ | 4.68 | 4.58 | 14.55 | - |
| YUV | 54.88 | 157.41 | 105.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 61 | 107 | 0.79 | 0.43 | 0 | 0.58 | 212.86 | 0.65 | 0.25 |
| Hex | 17 | 3D | 6B | 4F | 2B | 0 | 3A | D5 | 41 | 19 |
| Octal | 27 | 75 | 153 | 117 | 53 | 0 | 72 | 325 | 101 | 31 |
| Binary | 10111 | 111101 | 1101011 | 1001111 | 101011 | 0 | 111010 | 11010101 | 1000001 | 11001 |
Color Harmonies of #173D6B
Complementary color
Monochromatic Colors of #173D6B
Black with #173D6B
Text Example
Text Example
White with #173D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173D6B; }
p { color: rgb(23,61,107); }
H1.HeaderClassName
{
color: #173D6B;
}
.AnyTagClassName
{
color: #173D6B;
}
</style>
background-color css
<style>
a { background-color: #173D6B; }
a { background-color: rgb(23,61,107); }
div.DivClassName
{
background-color: #173D6B;
}
.BgClassName
{
background-color: #173D6B;
}
</style>
border-color css
<style>
span { border-color: #173D6B; }
span { border-color: rgb(23,61,107); }
td.TdClassName
{
border-color: #173D6B;
}
.TagClassName
{
border-color: #173D6B;
}
</style>