Shades of Regal Blue #174469
Tints of Regal Blue #174469
RGB
CMYK
RGB Variations
Color information
#174469 (or 0x174469) is known color: Regal Blue. HEX triplet: 17, 44 and 69. RGB value is (23,68,105). Sum of RGB (Red+Green+Blue) = 23+68+105=196 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.73% from 196); Green value is 68 (26.95% from 255 or 34.69% from 196); Blue value is 105 (41.41% from 255 or 53.57% from 196); Max value from RGB is 105 - color contains mainly: blue. Hex color #174469 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174469 is #E8BB96. Grayscale: #3A3A3A. Windows color (decimal): -15252375 or 6898711. OLE color: 6898711.
HSL color Cylindrical-coordinate representation of color #174469: hue angle of 207.07º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #174469 is Cyan = 0.78, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 23 | 68 | 105 | - |
| CMYK | 0.78 | 0.35 | 0 | 0.59 |
| HSL | 207.07º | 0.64% | 0.25% | - |
| HSV(B) | 207.07º | 0.78% | 0.41% | - |
| XYZ | 4.97 | 5.34 | 14.13 | - |
| YUV | 58.76 | 154.09 | 102.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 68 | 105 | 0.78 | 0.35 | 0 | 0.59 | 207.07 | 0.64 | 0.25 |
| Hex | 17 | 44 | 69 | 4E | 23 | 0 | 3B | CF | 40 | 19 |
| Octal | 27 | 104 | 151 | 116 | 43 | 0 | 73 | 317 | 100 | 31 |
| Binary | 10111 | 1000100 | 1101001 | 1001110 | 100011 | 0 | 111011 | 11001111 | 1000000 | 11001 |
Color Harmonies of #174469
Complementary color
Monochromatic Colors of #174469
Black with #174469
Text Example
Text Example
White with #174469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174469; }
p { color: rgb(23,68,105); }
H1.HeaderClassName
{
color: #174469;
}
.AnyTagClassName
{
color: #174469;
}
</style>
background-color css
<style>
a { background-color: #174469; }
a { background-color: rgb(23,68,105); }
div.DivClassName
{
background-color: #174469;
}
.BgClassName
{
background-color: #174469;
}
</style>
border-color css
<style>
span { border-color: #174469; }
span { border-color: rgb(23,68,105); }
td.TdClassName
{
border-color: #174469;
}
.TagClassName
{
border-color: #174469;
}
</style>