Shades of Regal Blue #174063
Tints of Regal Blue #174063
RGB
CMYK
RGB Variations
Color information
#174063 (or 0x174063) is known color: Regal Blue. HEX triplet: 17, 40 and 63. RGB value is (23,64,99). Sum of RGB (Red+Green+Blue) = 23+64+99=186 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.37% from 186); Green value is 64 (25.39% from 255 or 34.41% from 186); Blue value is 99 (39.06% from 255 or 53.23% from 186); Max value from RGB is 99 - color contains mainly: blue. Hex color #174063 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174063 is #E8BF9C. Grayscale: #373737. Windows color (decimal): -15253405 or 6504471. OLE color: 6504471.
HSL color Cylindrical-coordinate representation of color #174063: hue angle of 207.63º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #174063 is Cyan = 0.77, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 23 | 64 | 99 | - |
| CMYK | 0.77 | 0.35 | 0 | 0.61 |
| HSL | 207.63º | 0.62% | 0.24% | - |
| HSV(B) | 207.63º | 0.77% | 0.39% | - |
| XYZ | 4.44 | 4.75 | 12.49 | - |
| YUV | 55.73 | 152.42 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 64 | 99 | 0.77 | 0.35 | 0 | 0.61 | 207.63 | 0.62 | 0.24 |
| Hex | 17 | 40 | 63 | 4D | 23 | 0 | 3D | D0 | 3E | 18 |
| Octal | 27 | 100 | 143 | 115 | 43 | 0 | 75 | 320 | 76 | 30 |
| Binary | 10111 | 1000000 | 1100011 | 1001101 | 100011 | 0 | 111101 | 11010000 | 111110 | 11000 |
Color Harmonies of #174063
Complementary color
Monochromatic Colors of #174063
Black with #174063
Text Example
Text Example
White with #174063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174063; }
p { color: rgb(23,64,99); }
H1.HeaderClassName
{
color: #174063;
}
.AnyTagClassName
{
color: #174063;
}
</style>
background-color css
<style>
a { background-color: #174063; }
a { background-color: rgb(23,64,99); }
div.DivClassName
{
background-color: #174063;
}
.BgClassName
{
background-color: #174063;
}
</style>
border-color css
<style>
span { border-color: #174063; }
span { border-color: rgb(23,64,99); }
td.TdClassName
{
border-color: #174063;
}
.TagClassName
{
border-color: #174063;
}
</style>