Shades of Regal Blue #164468
Tints of Regal Blue #164468
RGB
CMYK
RGB Variations
Color information
#164468 (or 0x164468) is known color: Regal Blue. HEX triplet: 16, 44 and 68. RGB value is (22,68,104). Sum of RGB (Red+Green+Blue) = 22+68+104=194 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.34% from 194); Green value is 68 (26.95% from 255 or 35.05% from 194); Blue value is 104 (41.02% from 255 or 53.61% from 194); Max value from RGB is 104 - color contains mainly: blue. Hex color #164468 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164468 is #E9BB97. Grayscale: #3A3A3A. Windows color (decimal): -15317912 or 6833174. OLE color: 6833174.
HSL color Cylindrical-coordinate representation of color #164468: hue angle of 206.34º 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 #164468 is Cyan = 0.79, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 22 | 68 | 104 | - |
| CMYK | 0.79 | 0.35 | 0 | 0.59 |
| HSL | 206.34º | 0.65% | 0.25% | - |
| HSV(B) | 206.34º | 0.79% | 0.41% | - |
| XYZ | 4.9 | 5.3 | 13.86 | - |
| YUV | 58.35 | 153.76 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 68 | 104 | 0.79 | 0.35 | 0 | 0.59 | 206.34 | 0.65 | 0.25 |
| Hex | 16 | 44 | 68 | 4F | 23 | 0 | 3B | CE | 41 | 19 |
| Octal | 26 | 104 | 150 | 117 | 43 | 0 | 73 | 316 | 101 | 31 |
| Binary | 10110 | 1000100 | 1101000 | 1001111 | 100011 | 0 | 111011 | 11001110 | 1000001 | 11001 |
Color Harmonies of #164468
Complementary color
Monochromatic Colors of #164468
Black with #164468
Text Example
Text Example
White with #164468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164468; }
p { color: rgb(22,68,104); }
H1.HeaderClassName
{
color: #164468;
}
.AnyTagClassName
{
color: #164468;
}
</style>
background-color css
<style>
a { background-color: #164468; }
a { background-color: rgb(22,68,104); }
div.DivClassName
{
background-color: #164468;
}
.BgClassName
{
background-color: #164468;
}
</style>
border-color css
<style>
span { border-color: #164468; }
span { border-color: rgb(22,68,104); }
td.TdClassName
{
border-color: #164468;
}
.TagClassName
{
border-color: #164468;
}
</style>