Shades of Regal Blue #16365D
Tints of Regal Blue #16365D
RGB
CMYK
RGB Variations
Color information
#16365D (or 0x16365D) is known color: Regal Blue. HEX triplet: 16, 36 and 5D. RGB value is (22,54,93). Sum of RGB (Red+Green+Blue) = 22+54+93=169 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.02% from 169); Green value is 54 (21.48% from 255 or 31.95% from 169); Blue value is 93 (36.72% from 255 or 55.03% from 169); Max value from RGB is 93 - color contains mainly: blue. Hex color #16365D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16365D is #E9C9A2. Grayscale: #303030. Windows color (decimal): -15321507 or 6108694. OLE color: 6108694.
HSL color Cylindrical-coordinate representation of color #16365D: hue angle of 212.96º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #16365D is Cyan = 0.76, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 22 | 54 | 93 | - |
| CMYK | 0.76 | 0.42 | 0 | 0.64 |
| HSL | 212.96º | 0.62% | 0.23% | - |
| HSV(B) | 212.96º | 0.76% | 0.36% | - |
| XYZ | 3.63 | 3.6 | 10.86 | - |
| YUV | 48.88 | 152.9 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 54 | 93 | 0.76 | 0.42 | 0 | 0.64 | 212.96 | 0.62 | 0.23 |
| Hex | 16 | 36 | 5D | 4C | 2A | 0 | 40 | D5 | 3E | 17 |
| Octal | 26 | 66 | 135 | 114 | 52 | 0 | 100 | 325 | 76 | 27 |
| Binary | 10110 | 110110 | 1011101 | 1001100 | 101010 | 0 | 1000000 | 11010101 | 111110 | 10111 |
Color Harmonies of #16365D
Complementary color
Monochromatic Colors of #16365D
Black with #16365D
Text Example
Text Example
White with #16365D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16365D; }
p { color: rgb(22,54,93); }
H1.HeaderClassName
{
color: #16365D;
}
.AnyTagClassName
{
color: #16365D;
}
</style>
background-color css
<style>
a { background-color: #16365D; }
a { background-color: rgb(22,54,93); }
div.DivClassName
{
background-color: #16365D;
}
.BgClassName
{
background-color: #16365D;
}
</style>
border-color css
<style>
span { border-color: #16365D; }
span { border-color: rgb(22,54,93); }
td.TdClassName
{
border-color: #16365D;
}
.TagClassName
{
border-color: #16365D;
}
</style>