Shades of Regal Blue #16405B
Tints of Regal Blue #16405B
RGB
CMYK
RGB Variations
Color information
#16405B (or 0x16405B) is known color: Regal Blue. HEX triplet: 16, 40 and 5B. RGB value is (22,64,91). Sum of RGB (Red+Green+Blue) = 22+64+91=177 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.43% from 177); Green value is 64 (25.39% from 255 or 36.16% from 177); Blue value is 91 (35.94% from 255 or 51.41% from 177); Max value from RGB is 91 - color contains mainly: blue. Hex color #16405B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16405B is #E9BFA4. Grayscale: #363636. Windows color (decimal): -15318949 or 5980182. OLE color: 5980182.
HSL color Cylindrical-coordinate representation of color #16405B: hue angle of 203.48º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #16405B is Cyan = 0.76, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 22 | 64 | 91 | - |
| CMYK | 0.76 | 0.30 | 0 | 0.64 |
| HSL | 203.48º | 0.61% | 0.22% | - |
| HSV(B) | 203.48º | 0.76% | 0.36% | - |
| XYZ | 4.05 | 4.59 | 10.57 | - |
| YUV | 54.52 | 148.59 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 64 | 91 | 0.76 | 0.30 | 0 | 0.64 | 203.48 | 0.61 | 0.22 |
| Hex | 16 | 40 | 5B | 4C | 1E | 0 | 40 | CB | 3D | 16 |
| Octal | 26 | 100 | 133 | 114 | 36 | 0 | 100 | 313 | 75 | 26 |
| Binary | 10110 | 1000000 | 1011011 | 1001100 | 11110 | 0 | 1000000 | 11001011 | 111101 | 10110 |
Color Harmonies of #16405B
Complementary color
Monochromatic Colors of #16405B
Black with #16405B
Text Example
Text Example
White with #16405B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16405B; }
p { color: rgb(22,64,91); }
H1.HeaderClassName
{
color: #16405B;
}
.AnyTagClassName
{
color: #16405B;
}
</style>
background-color css
<style>
a { background-color: #16405B; }
a { background-color: rgb(22,64,91); }
div.DivClassName
{
background-color: #16405B;
}
.BgClassName
{
background-color: #16405B;
}
</style>
border-color css
<style>
span { border-color: #16405B; }
span { border-color: rgb(22,64,91); }
td.TdClassName
{
border-color: #16405B;
}
.TagClassName
{
border-color: #16405B;
}
</style>