Shades of Regal Blue #16395E
Tints of Regal Blue #16395E
RGB
CMYK
RGB Variations
Color information
#16395E (or 0x16395E) is known color: Regal Blue. HEX triplet: 16, 39 and 5E. RGB value is (22,57,94). Sum of RGB (Red+Green+Blue) = 22+57+94=173 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.72% from 173); Green value is 57 (22.66% from 255 or 32.95% from 173); Blue value is 94 (37.11% from 255 or 54.34% from 173); Max value from RGB is 94 - color contains mainly: blue. Hex color #16395E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16395E is #E9C6A1. Grayscale: #323232. Windows color (decimal): -15320738 or 6174998. OLE color: 6174998.
HSL color Cylindrical-coordinate representation of color #16395E: hue angle of 210.83º 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 #16395E is Cyan = 0.77, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 22 | 57 | 94 | - |
| CMYK | 0.77 | 0.39 | 0 | 0.63 |
| HSL | 210.83º | 0.62% | 0.23% | - |
| HSV(B) | 210.83º | 0.77% | 0.37% | - |
| XYZ | 3.81 | 3.9 | 11.14 | - |
| YUV | 50.75 | 152.4 | 107.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 57 | 94 | 0.77 | 0.39 | 0 | 0.63 | 210.83 | 0.62 | 0.23 |
| Hex | 16 | 39 | 5E | 4D | 27 | 0 | 3F | D3 | 3E | 17 |
| Octal | 26 | 71 | 136 | 115 | 47 | 0 | 77 | 323 | 76 | 27 |
| Binary | 10110 | 111001 | 1011110 | 1001101 | 100111 | 0 | 111111 | 11010011 | 111110 | 10111 |
Color Harmonies of #16395E
Complementary color
Monochromatic Colors of #16395E
Black with #16395E
Text Example
Text Example
White with #16395E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16395E; }
p { color: rgb(22,57,94); }
H1.HeaderClassName
{
color: #16395E;
}
.AnyTagClassName
{
color: #16395E;
}
</style>
background-color css
<style>
a { background-color: #16395E; }
a { background-color: rgb(22,57,94); }
div.DivClassName
{
background-color: #16395E;
}
.BgClassName
{
background-color: #16395E;
}
</style>
border-color css
<style>
span { border-color: #16395E; }
span { border-color: rgb(22,57,94); }
td.TdClassName
{
border-color: #16395E;
}
.TagClassName
{
border-color: #16395E;
}
</style>