Shades of Regal Blue #174066
Tints of Regal Blue #174066
RGB
CMYK
RGB Variations
Color information
#174066 (or 0x174066) is known color: Regal Blue. HEX triplet: 17, 40 and 66. RGB value is (23,64,102). Sum of RGB (Red+Green+Blue) = 23+64+102=189 (25% of max value = 765). Red value is 23 (9.38% from 255 or 12.17% from 189); Green value is 64 (25.39% from 255 or 33.86% from 189); Blue value is 102 (40.23% from 255 or 53.97% from 189); Max value from RGB is 102 - color contains mainly: blue. Hex color #174066 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174066 is #E8BF99. Grayscale: #373737. Windows color (decimal): -15253402 or 6701079. OLE color: 6701079.
HSL color Cylindrical-coordinate representation of color #174066: hue angle of 208.86º 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 #174066 is Cyan = 0.77, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 23 | 64 | 102 | - |
| CMYK | 0.77 | 0.37 | 0 | 0.6 |
| HSL | 208.86º | 0.63% | 0.25% | - |
| HSV(B) | 208.86º | 0.77% | 0.4% | - |
| XYZ | 4.59 | 4.81 | 13.26 | - |
| YUV | 56.07 | 153.92 | 104.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 64 | 102 | 0.77 | 0.37 | 0 | 0.6 | 208.86 | 0.63 | 0.25 |
| Hex | 17 | 40 | 66 | 4D | 25 | 0 | 3C | D1 | 3F | 19 |
| Octal | 27 | 100 | 146 | 115 | 45 | 0 | 74 | 321 | 77 | 31 |
| Binary | 10111 | 1000000 | 1100110 | 1001101 | 100101 | 0 | 111100 | 11010001 | 111111 | 11001 |
Color Harmonies of #174066
Complementary color
Monochromatic Colors of #174066
Black with #174066
Text Example
Text Example
White with #174066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174066; }
p { color: rgb(23,64,102); }
H1.HeaderClassName
{
color: #174066;
}
.AnyTagClassName
{
color: #174066;
}
</style>
background-color css
<style>
a { background-color: #174066; }
a { background-color: rgb(23,64,102); }
div.DivClassName
{
background-color: #174066;
}
.BgClassName
{
background-color: #174066;
}
</style>
border-color css
<style>
span { border-color: #174066; }
span { border-color: rgb(23,64,102); }
td.TdClassName
{
border-color: #174066;
}
.TagClassName
{
border-color: #174066;
}
</style>