Shades of Regal Blue #164063
Tints of Regal Blue #164063
RGB
CMYK
RGB Variations
Color information
#164063 (or 0x164063) is known color: Regal Blue. HEX triplet: 16, 40 and 63. RGB value is (22,64,99). Sum of RGB (Red+Green+Blue) = 22+64+99=185 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.89% from 185); Green value is 64 (25.39% from 255 or 34.59% from 185); Blue value is 99 (39.06% from 255 or 53.51% from 185); Max value from RGB is 99 - color contains mainly: blue. Hex color #164063 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164063 is #E9BF9C. Grayscale: #373737. Windows color (decimal): -15318941 or 6504470. OLE color: 6504470.
HSL color Cylindrical-coordinate representation of color #164063: hue angle of 207.27º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #164063 is Cyan = 0.78, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 22 | 64 | 99 | - |
| CMYK | 0.78 | 0.35 | 0 | 0.61 |
| HSL | 207.27º | 0.64% | 0.24% | - |
| HSV(B) | 207.27º | 0.78% | 0.39% | - |
| XYZ | 4.42 | 4.74 | 12.49 | - |
| YUV | 55.43 | 152.59 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 64 | 99 | 0.78 | 0.35 | 0 | 0.61 | 207.27 | 0.64 | 0.24 |
| Hex | 16 | 40 | 63 | 4E | 23 | 0 | 3D | CF | 40 | 18 |
| Octal | 26 | 100 | 143 | 116 | 43 | 0 | 75 | 317 | 100 | 30 |
| Binary | 10110 | 1000000 | 1100011 | 1001110 | 100011 | 0 | 111101 | 11001111 | 1000000 | 11000 |
Color Harmonies of #164063
Complementary color
Monochromatic Colors of #164063
Black with #164063
Text Example
Text Example
White with #164063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164063; }
p { color: rgb(22,64,99); }
H1.HeaderClassName
{
color: #164063;
}
.AnyTagClassName
{
color: #164063;
}
</style>
background-color css
<style>
a { background-color: #164063; }
a { background-color: rgb(22,64,99); }
div.DivClassName
{
background-color: #164063;
}
.BgClassName
{
background-color: #164063;
}
</style>
border-color css
<style>
span { border-color: #164063; }
span { border-color: rgb(22,64,99); }
td.TdClassName
{
border-color: #164063;
}
.TagClassName
{
border-color: #164063;
}
</style>