Shades of Regal Blue #16385E
Tints of Regal Blue #16385E
RGB
CMYK
RGB Variations
Color information
#16385E (or 0x16385E) is known color: Regal Blue. HEX triplet: 16, 38 and 5E. RGB value is (22,56,94). Sum of RGB (Red+Green+Blue) = 22+56+94=172 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.79% from 172); Green value is 56 (22.27% from 255 or 32.56% from 172); Blue value is 94 (37.11% from 255 or 54.65% from 172); Max value from RGB is 94 - color contains mainly: blue. Hex color #16385E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16385E is #E9C7A1. Grayscale: #313131. Windows color (decimal): -15320994 or 6174742. OLE color: 6174742.
HSL color Cylindrical-coordinate representation of color #16385E: hue angle of 211.67º 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 #16385E is Cyan = 0.77, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 22 | 56 | 94 | - |
| CMYK | 0.77 | 0.40 | 0 | 0.63 |
| HSL | 211.67º | 0.62% | 0.23% | - |
| HSV(B) | 211.67º | 0.77% | 0.37% | - |
| XYZ | 3.77 | 3.81 | 11.13 | - |
| YUV | 50.17 | 152.74 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 56 | 94 | 0.77 | 0.40 | 0 | 0.63 | 211.67 | 0.62 | 0.23 |
| Hex | 16 | 38 | 5E | 4D | 28 | 0 | 3F | D4 | 3E | 17 |
| Octal | 26 | 70 | 136 | 115 | 50 | 0 | 77 | 324 | 76 | 27 |
| Binary | 10110 | 111000 | 1011110 | 1001101 | 101000 | 0 | 111111 | 11010100 | 111110 | 10111 |
Color Harmonies of #16385E
Complementary color
Monochromatic Colors of #16385E
Black with #16385E
Text Example
Text Example
White with #16385E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16385E; }
p { color: rgb(22,56,94); }
H1.HeaderClassName
{
color: #16385E;
}
.AnyTagClassName
{
color: #16385E;
}
</style>
background-color css
<style>
a { background-color: #16385E; }
a { background-color: rgb(22,56,94); }
div.DivClassName
{
background-color: #16385E;
}
.BgClassName
{
background-color: #16385E;
}
</style>
border-color css
<style>
span { border-color: #16385E; }
span { border-color: rgb(22,56,94); }
td.TdClassName
{
border-color: #16385E;
}
.TagClassName
{
border-color: #16385E;
}
</style>