Shades of Regal Blue #164069
Tints of Regal Blue #164069
RGB
CMYK
RGB Variations
Color information
#164069 (or 0x164069) is known color: Regal Blue. HEX triplet: 16, 40 and 69. RGB value is (22,64,105). Sum of RGB (Red+Green+Blue) = 22+64+105=191 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.52% from 191); Green value is 64 (25.39% from 255 or 33.51% from 191); Blue value is 105 (41.41% from 255 or 54.97% from 191); Max value from RGB is 105 - color contains mainly: blue. Hex color #164069 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164069 is #E9BF96. Grayscale: #373737. Windows color (decimal): -15318935 or 6897686. OLE color: 6897686.
HSL color Cylindrical-coordinate representation of color #164069: hue angle of 209.64º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #164069 is Cyan = 0.79, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 22 | 64 | 105 | - |
| CMYK | 0.79 | 0.39 | 0 | 0.59 |
| HSL | 209.64º | 0.65% | 0.25% | - |
| HSV(B) | 209.64º | 0.79% | 0.41% | - |
| XYZ | 4.71 | 4.86 | 14.05 | - |
| YUV | 56.12 | 155.59 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 64 | 105 | 0.79 | 0.39 | 0 | 0.59 | 209.64 | 0.65 | 0.25 |
| Hex | 16 | 40 | 69 | 4F | 27 | 0 | 3B | D2 | 41 | 19 |
| Octal | 26 | 100 | 151 | 117 | 47 | 0 | 73 | 322 | 101 | 31 |
| Binary | 10110 | 1000000 | 1101001 | 1001111 | 100111 | 0 | 111011 | 11010010 | 1000001 | 11001 |
Color Harmonies of #164069
Complementary color
Monochromatic Colors of #164069
Black with #164069
Text Example
Text Example
White with #164069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164069; }
p { color: rgb(22,64,105); }
H1.HeaderClassName
{
color: #164069;
}
.AnyTagClassName
{
color: #164069;
}
</style>
background-color css
<style>
a { background-color: #164069; }
a { background-color: rgb(22,64,105); }
div.DivClassName
{
background-color: #164069;
}
.BgClassName
{
background-color: #164069;
}
</style>
border-color css
<style>
span { border-color: #164069; }
span { border-color: rgb(22,64,105); }
td.TdClassName
{
border-color: #164069;
}
.TagClassName
{
border-color: #164069;
}
</style>