Shades of Regal Blue #164467
Tints of Regal Blue #164467
RGB
CMYK
RGB Variations
Color information
#164467 (or 0x164467) is known color: Regal Blue. HEX triplet: 16, 44 and 67. RGB value is (22,68,103). Sum of RGB (Red+Green+Blue) = 22+68+103=193 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.40% from 193); Green value is 68 (26.95% from 255 or 35.23% from 193); Blue value is 103 (40.62% from 255 or 53.37% from 193); Max value from RGB is 103 - color contains mainly: blue. Hex color #164467 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164467 is #E9BB98. Grayscale: #3A3A3A. Windows color (decimal): -15317913 or 6767638. OLE color: 6767638.
HSL color Cylindrical-coordinate representation of color #164467: hue angle of 205.93º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #164467 is Cyan = 0.79, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 22 | 68 | 103 | - |
| CMYK | 0.79 | 0.34 | 0 | 0.60 |
| HSL | 205.93º | 0.65% | 0.25% | - |
| HSV(B) | 205.93º | 0.79% | 0.4% | - |
| XYZ | 4.85 | 5.28 | 13.6 | - |
| YUV | 58.24 | 153.26 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 68 | 103 | 0.79 | 0.34 | 0 | 0.60 | 205.93 | 0.65 | 0.25 |
| Hex | 16 | 44 | 67 | 4F | 22 | 0 | 3C | CE | 41 | 19 |
| Octal | 26 | 104 | 147 | 117 | 42 | 0 | 74 | 316 | 101 | 31 |
| Binary | 10110 | 1000100 | 1100111 | 1001111 | 100010 | 0 | 111100 | 11001110 | 1000001 | 11001 |
Color Harmonies of #164467
Complementary color
Monochromatic Colors of #164467
Black with #164467
Text Example
Text Example
White with #164467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164467; }
p { color: rgb(22,68,103); }
H1.HeaderClassName
{
color: #164467;
}
.AnyTagClassName
{
color: #164467;
}
</style>
background-color css
<style>
a { background-color: #164467; }
a { background-color: rgb(22,68,103); }
div.DivClassName
{
background-color: #164467;
}
.BgClassName
{
background-color: #164467;
}
</style>
border-color css
<style>
span { border-color: #164467; }
span { border-color: rgb(22,68,103); }
td.TdClassName
{
border-color: #164467;
}
.TagClassName
{
border-color: #164467;
}
</style>