Shades of Regal Blue #16365A
Tints of Regal Blue #16365A
RGB
CMYK
RGB Variations
Color information
#16365A (or 0x16365A) is known color: Regal Blue. HEX triplet: 16, 36 and 5A. RGB value is (22,54,90). Sum of RGB (Red+Green+Blue) = 22+54+90=166 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.25% from 166); Green value is 54 (21.48% from 255 or 32.53% from 166); Blue value is 90 (35.55% from 255 or 54.22% from 166); Max value from RGB is 90 - color contains mainly: blue. Hex color #16365A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16365A is #E9C9A5. Grayscale: #303030. Windows color (decimal): -15321510 or 5912086. OLE color: 5912086.
HSL color Cylindrical-coordinate representation of color #16365A: hue angle of 211.76º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #16365A is Cyan = 0.76, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 22 | 54 | 90 | - |
| CMYK | 0.76 | 0.40 | 0 | 0.65 |
| HSL | 211.76º | 0.61% | 0.22% | - |
| HSV(B) | 211.76º | 0.76% | 0.35% | - |
| XYZ | 3.5 | 3.55 | 10.17 | - |
| YUV | 48.54 | 151.4 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 54 | 90 | 0.76 | 0.40 | 0 | 0.65 | 211.76 | 0.61 | 0.22 |
| Hex | 16 | 36 | 5A | 4C | 28 | 0 | 41 | D4 | 3D | 16 |
| Octal | 26 | 66 | 132 | 114 | 50 | 0 | 101 | 324 | 75 | 26 |
| Binary | 10110 | 110110 | 1011010 | 1001100 | 101000 | 0 | 1000001 | 11010100 | 111101 | 10110 |
Color Harmonies of #16365A
Complementary color
Monochromatic Colors of #16365A
Black with #16365A
Text Example
Text Example
White with #16365A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16365A; }
p { color: rgb(22,54,90); }
H1.HeaderClassName
{
color: #16365A;
}
.AnyTagClassName
{
color: #16365A;
}
</style>
background-color css
<style>
a { background-color: #16365A; }
a { background-color: rgb(22,54,90); }
div.DivClassName
{
background-color: #16365A;
}
.BgClassName
{
background-color: #16365A;
}
</style>
border-color css
<style>
span { border-color: #16365A; }
span { border-color: rgb(22,54,90); }
td.TdClassName
{
border-color: #16365A;
}
.TagClassName
{
border-color: #16365A;
}
</style>