Shades of Regal Blue #174466
Tints of Regal Blue #174466
RGB
CMYK
RGB Variations
Color information
#174466 (or 0x174466) is known color: Regal Blue. HEX triplet: 17, 44 and 66. RGB value is (23,68,102). Sum of RGB (Red+Green+Blue) = 23+68+102=193 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.92% from 193); Green value is 68 (26.95% from 255 or 35.23% from 193); Blue value is 102 (40.23% from 255 or 52.85% from 193); Max value from RGB is 102 - color contains mainly: blue. Hex color #174466 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174466 is #E8BB99. Grayscale: #3A3A3A. Windows color (decimal): -15252378 or 6702103. OLE color: 6702103.
HSL color Cylindrical-coordinate representation of color #174466: hue angle of 205.82º 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 #174466 is Cyan = 0.77, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 23 | 68 | 102 | - |
| CMYK | 0.77 | 0.33 | 0 | 0.6 |
| HSL | 205.82º | 0.63% | 0.25% | - |
| HSV(B) | 205.82º | 0.77% | 0.4% | - |
| XYZ | 4.82 | 5.28 | 13.33 | - |
| YUV | 58.42 | 152.59 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 68 | 102 | 0.77 | 0.33 | 0 | 0.6 | 205.82 | 0.63 | 0.25 |
| Hex | 17 | 44 | 66 | 4D | 21 | 0 | 3C | CE | 3F | 19 |
| Octal | 27 | 104 | 146 | 115 | 41 | 0 | 74 | 316 | 77 | 31 |
| Binary | 10111 | 1000100 | 1100110 | 1001101 | 100001 | 0 | 111100 | 11001110 | 111111 | 11001 |
Color Harmonies of #174466
Complementary color
Monochromatic Colors of #174466
Black with #174466
Text Example
Text Example
White with #174466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174466; }
p { color: rgb(23,68,102); }
H1.HeaderClassName
{
color: #174466;
}
.AnyTagClassName
{
color: #174466;
}
</style>
background-color css
<style>
a { background-color: #174466; }
a { background-color: rgb(23,68,102); }
div.DivClassName
{
background-color: #174466;
}
.BgClassName
{
background-color: #174466;
}
</style>
border-color css
<style>
span { border-color: #174466; }
span { border-color: rgb(23,68,102); }
td.TdClassName
{
border-color: #174466;
}
.TagClassName
{
border-color: #174466;
}
</style>