Shades of Regal Blue #16405E
Tints of Regal Blue #16405E
RGB
CMYK
RGB Variations
Color information
#16405E (or 0x16405E) is known color: Regal Blue. HEX triplet: 16, 40 and 5E. RGB value is (22,64,94). Sum of RGB (Red+Green+Blue) = 22+64+94=180 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.22% from 180); Green value is 64 (25.39% from 255 or 35.56% from 180); Blue value is 94 (37.11% from 255 or 52.22% from 180); Max value from RGB is 94 - color contains mainly: blue. Hex color #16405E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16405E is #E9BFA1. Grayscale: #363636. Windows color (decimal): -15318946 or 6176790. OLE color: 6176790.
HSL color Cylindrical-coordinate representation of color #16405E: hue angle of 205º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #16405E is Cyan = 0.77, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 22 | 64 | 94 | - |
| CMYK | 0.77 | 0.32 | 0 | 0.63 |
| HSL | 205º | 0.62% | 0.23% | - |
| HSV(B) | 205º | 0.77% | 0.37% | - |
| XYZ | 4.18 | 4.65 | 11.27 | - |
| YUV | 54.86 | 150.09 | 104.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 64 | 94 | 0.77 | 0.32 | 0 | 0.63 | 205 | 0.62 | 0.23 |
| Hex | 16 | 40 | 5E | 4D | 20 | 0 | 3F | CD | 3E | 17 |
| Octal | 26 | 100 | 136 | 115 | 40 | 0 | 77 | 315 | 76 | 27 |
| Binary | 10110 | 1000000 | 1011110 | 1001101 | 100000 | 0 | 111111 | 11001101 | 111110 | 10111 |
Color Harmonies of #16405E
Complementary color
Monochromatic Colors of #16405E
Black with #16405E
Text Example
Text Example
White with #16405E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16405E; }
p { color: rgb(22,64,94); }
H1.HeaderClassName
{
color: #16405E;
}
.AnyTagClassName
{
color: #16405E;
}
</style>
background-color css
<style>
a { background-color: #16405E; }
a { background-color: rgb(22,64,94); }
div.DivClassName
{
background-color: #16405E;
}
.BgClassName
{
background-color: #16405E;
}
</style>
border-color css
<style>
span { border-color: #16405E; }
span { border-color: rgb(22,64,94); }
td.TdClassName
{
border-color: #16405E;
}
.TagClassName
{
border-color: #16405E;
}
</style>