Shades of Regal Blue #164366
Tints of Regal Blue #164366
RGB
CMYK
RGB Variations
Color information
#164366 (or 0x164366) is known color: Regal Blue. HEX triplet: 16, 43 and 66. RGB value is (22,67,102). Sum of RGB (Red+Green+Blue) = 22+67+102=191 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.52% from 191); Green value is 67 (26.56% from 255 or 35.08% from 191); Blue value is 102 (40.23% from 255 or 53.40% from 191); Max value from RGB is 102 - color contains mainly: blue. Hex color #164366 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164366 is #E9BC99. Grayscale: #393939. Windows color (decimal): -15318170 or 6701846. OLE color: 6701846.
HSL color Cylindrical-coordinate representation of color #164366: hue angle of 206.25º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #164366 is Cyan = 0.78, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 22 | 67 | 102 | - |
| CMYK | 0.78 | 0.34 | 0 | 0.6 |
| HSL | 206.25º | 0.65% | 0.24% | - |
| HSV(B) | 206.25º | 0.78% | 0.4% | - |
| XYZ | 4.74 | 5.14 | 13.31 | - |
| YUV | 57.54 | 153.09 | 102.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 67 | 102 | 0.78 | 0.34 | 0 | 0.6 | 206.25 | 0.65 | 0.24 |
| Hex | 16 | 43 | 66 | 4E | 22 | 0 | 3C | CE | 41 | 18 |
| Octal | 26 | 103 | 146 | 116 | 42 | 0 | 74 | 316 | 101 | 30 |
| Binary | 10110 | 1000011 | 1100110 | 1001110 | 100010 | 0 | 111100 | 11001110 | 1000001 | 11000 |
Color Harmonies of #164366
Complementary color
Monochromatic Colors of #164366
Black with #164366
Text Example
Text Example
White with #164366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164366; }
p { color: rgb(22,67,102); }
H1.HeaderClassName
{
color: #164366;
}
.AnyTagClassName
{
color: #164366;
}
</style>
background-color css
<style>
a { background-color: #164366; }
a { background-color: rgb(22,67,102); }
div.DivClassName
{
background-color: #164366;
}
.BgClassName
{
background-color: #164366;
}
</style>
border-color css
<style>
span { border-color: #164366; }
span { border-color: rgb(22,67,102); }
td.TdClassName
{
border-color: #164366;
}
.TagClassName
{
border-color: #164366;
}
</style>