Shades of Regal Blue #164168
Tints of Regal Blue #164168
RGB
CMYK
RGB Variations
Color information
#164168 (or 0x164168) is known color: Regal Blue. HEX triplet: 16, 41 and 68. RGB value is (22,65,104). Sum of RGB (Red+Green+Blue) = 22+65+104=191 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.52% from 191); Green value is 65 (25.78% from 255 or 34.03% from 191); Blue value is 104 (41.02% from 255 or 54.45% from 191); Max value from RGB is 104 - color contains mainly: blue. Hex color #164168 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164168 is #E9BE97. Grayscale: #383838. Windows color (decimal): -15318680 or 6832406. OLE color: 6832406.
HSL color Cylindrical-coordinate representation of color #164168: hue angle of 208.54º 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 #164168 is Cyan = 0.79, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 22 | 65 | 104 | - |
| CMYK | 0.79 | 0.38 | 0 | 0.59 |
| HSL | 208.54º | 0.65% | 0.25% | - |
| HSV(B) | 208.54º | 0.79% | 0.41% | - |
| XYZ | 4.72 | 4.95 | 13.8 | - |
| YUV | 56.59 | 154.75 | 103.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 65 | 104 | 0.79 | 0.38 | 0 | 0.59 | 208.54 | 0.65 | 0.25 |
| Hex | 16 | 41 | 68 | 4F | 26 | 0 | 3B | D1 | 41 | 19 |
| Octal | 26 | 101 | 150 | 117 | 46 | 0 | 73 | 321 | 101 | 31 |
| Binary | 10110 | 1000001 | 1101000 | 1001111 | 100110 | 0 | 111011 | 11010001 | 1000001 | 11001 |
Color Harmonies of #164168
Complementary color
Monochromatic Colors of #164168
Black with #164168
Text Example
Text Example
White with #164168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164168; }
p { color: rgb(22,65,104); }
H1.HeaderClassName
{
color: #164168;
}
.AnyTagClassName
{
color: #164168;
}
</style>
background-color css
<style>
a { background-color: #164168; }
a { background-color: rgb(22,65,104); }
div.DivClassName
{
background-color: #164168;
}
.BgClassName
{
background-color: #164168;
}
</style>
border-color css
<style>
span { border-color: #164168; }
span { border-color: rgb(22,65,104); }
td.TdClassName
{
border-color: #164168;
}
.TagClassName
{
border-color: #164168;
}
</style>