Shades of Regal Blue #174266
Tints of Regal Blue #174266
RGB
CMYK
RGB Variations
Color information
#174266 (or 0x174266) is known color: Regal Blue. HEX triplet: 17, 42 and 66. RGB value is (23,66,102). Sum of RGB (Red+Green+Blue) = 23+66+102=191 (25% of max value = 765). Red value is 23 (9.38% from 255 or 12.04% from 191); Green value is 66 (26.17% from 255 or 34.55% from 191); Blue value is 102 (40.23% from 255 or 53.40% from 191); Max value from RGB is 102 - color contains mainly: blue. Hex color #174266 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174266 is #E8BD99. Grayscale: #393939. Windows color (decimal): -15252890 or 6701591. OLE color: 6701591.
HSL color Cylindrical-coordinate representation of color #174266: hue angle of 207.34º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #174266 is Cyan = 0.77, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 23 | 66 | 102 | - |
| CMYK | 0.77 | 0.35 | 0 | 0.6 |
| HSL | 207.34º | 0.63% | 0.25% | - |
| HSV(B) | 207.34º | 0.77% | 0.4% | - |
| XYZ | 4.7 | 5.04 | 13.3 | - |
| YUV | 57.25 | 153.25 | 103.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 66 | 102 | 0.77 | 0.35 | 0 | 0.6 | 207.34 | 0.63 | 0.25 |
| Hex | 17 | 42 | 66 | 4D | 23 | 0 | 3C | CF | 3F | 19 |
| Octal | 27 | 102 | 146 | 115 | 43 | 0 | 74 | 317 | 77 | 31 |
| Binary | 10111 | 1000010 | 1100110 | 1001101 | 100011 | 0 | 111100 | 11001111 | 111111 | 11001 |
Color Harmonies of #174266
Complementary color
Monochromatic Colors of #174266
Black with #174266
Text Example
Text Example
White with #174266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174266; }
p { color: rgb(23,66,102); }
H1.HeaderClassName
{
color: #174266;
}
.AnyTagClassName
{
color: #174266;
}
</style>
background-color css
<style>
a { background-color: #174266; }
a { background-color: rgb(23,66,102); }
div.DivClassName
{
background-color: #174266;
}
.BgClassName
{
background-color: #174266;
}
</style>
border-color css
<style>
span { border-color: #174266; }
span { border-color: rgb(23,66,102); }
td.TdClassName
{
border-color: #174266;
}
.TagClassName
{
border-color: #174266;
}
</style>