Shades of Regal Blue #164160
Tints of Regal Blue #164160
RGB
CMYK
RGB Variations
Color information
#164160 (or 0x164160) is known color: Regal Blue. HEX triplet: 16, 41 and 60. RGB value is (22,65,96). Sum of RGB (Red+Green+Blue) = 22+65+96=183 (24% of max value = 765). Red value is 22 (8.98% from 255 or 12.02% from 183); Green value is 65 (25.78% from 255 or 35.52% from 183); Blue value is 96 (37.89% from 255 or 52.46% from 183); Max value from RGB is 96 - color contains mainly: blue. Hex color #164160 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164160 is #E9BE9F. Grayscale: #373737. Windows color (decimal): -15318688 or 6308118. OLE color: 6308118.
HSL color Cylindrical-coordinate representation of color #164160: hue angle of 205.14º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #164160 is Cyan = 0.77, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 22 | 65 | 96 | - |
| CMYK | 0.77 | 0.32 | 0 | 0.62 |
| HSL | 205.14º | 0.63% | 0.23% | - |
| HSV(B) | 205.14º | 0.77% | 0.38% | - |
| XYZ | 4.33 | 4.8 | 11.76 | - |
| YUV | 55.68 | 150.75 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 65 | 96 | 0.77 | 0.32 | 0 | 0.62 | 205.14 | 0.63 | 0.23 |
| Hex | 16 | 41 | 60 | 4D | 20 | 0 | 3E | CD | 3F | 17 |
| Octal | 26 | 101 | 140 | 115 | 40 | 0 | 76 | 315 | 77 | 27 |
| Binary | 10110 | 1000001 | 1100000 | 1001101 | 100000 | 0 | 111110 | 11001101 | 111111 | 10111 |
Color Harmonies of #164160
Complementary color
Monochromatic Colors of #164160
Black with #164160
Text Example
Text Example
White with #164160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164160; }
p { color: rgb(22,65,96); }
H1.HeaderClassName
{
color: #164160;
}
.AnyTagClassName
{
color: #164160;
}
</style>
background-color css
<style>
a { background-color: #164160; }
a { background-color: rgb(22,65,96); }
div.DivClassName
{
background-color: #164160;
}
.BgClassName
{
background-color: #164160;
}
</style>
border-color css
<style>
span { border-color: #164160; }
span { border-color: rgb(22,65,96); }
td.TdClassName
{
border-color: #164160;
}
.TagClassName
{
border-color: #164160;
}
</style>