Shades of Regal Blue #173B67
Tints of Regal Blue #173B67
RGB
CMYK
RGB Variations
Color information
#173B67 (or 0x173B67) is known color: Regal Blue. HEX triplet: 17, 3B and 67. RGB value is (23,59,103). Sum of RGB (Red+Green+Blue) = 23+59+103=185 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.43% from 185); Green value is 59 (23.44% from 255 or 31.89% from 185); Blue value is 103 (40.62% from 255 or 55.68% from 185); Max value from RGB is 103 - color contains mainly: blue. Hex color #173B67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173B67 is #E8C498. Grayscale: #353535. Windows color (decimal): -15254681 or 6765335. OLE color: 6765335.
HSL color Cylindrical-coordinate representation of color #173B67: hue angle of 213º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #173B67 is Cyan = 0.78, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 23 | 59 | 103 | - |
| CMYK | 0.78 | 0.43 | 0 | 0.60 |
| HSL | 213º | 0.63% | 0.25% | - |
| HSV(B) | 213º | 0.78% | 0.4% | - |
| XYZ | 4.37 | 4.29 | 13.43 | - |
| YUV | 53.25 | 156.07 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 59 | 103 | 0.78 | 0.43 | 0 | 0.60 | 213 | 0.63 | 0.25 |
| Hex | 17 | 3B | 67 | 4E | 2B | 0 | 3C | D5 | 3F | 19 |
| Octal | 27 | 73 | 147 | 116 | 53 | 0 | 74 | 325 | 77 | 31 |
| Binary | 10111 | 111011 | 1100111 | 1001110 | 101011 | 0 | 111100 | 11010101 | 111111 | 11001 |
Color Harmonies of #173B67
Complementary color
Monochromatic Colors of #173B67
Black with #173B67
Text Example
Text Example
White with #173B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173B67; }
p { color: rgb(23,59,103); }
H1.HeaderClassName
{
color: #173B67;
}
.AnyTagClassName
{
color: #173B67;
}
</style>
background-color css
<style>
a { background-color: #173B67; }
a { background-color: rgb(23,59,103); }
div.DivClassName
{
background-color: #173B67;
}
.BgClassName
{
background-color: #173B67;
}
</style>
border-color css
<style>
span { border-color: #173B67; }
span { border-color: rgb(23,59,103); }
td.TdClassName
{
border-color: #173B67;
}
.TagClassName
{
border-color: #173B67;
}
</style>