Shades of Regal Blue #16385A
Tints of Regal Blue #16385A
RGB
CMYK
RGB Variations
Color information
#16385A (or 0x16385A) is known color: Regal Blue. HEX triplet: 16, 38 and 5A. RGB value is (22,56,90). Sum of RGB (Red+Green+Blue) = 22+56+90=168 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.10% from 168); Green value is 56 (22.27% from 255 or 33.33% from 168); Blue value is 90 (35.55% from 255 or 53.57% from 168); Max value from RGB is 90 - color contains mainly: blue. Hex color #16385A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16385A is #E9C7A5. Grayscale: #313131. Windows color (decimal): -15320998 or 5912598. OLE color: 5912598.
HSL color Cylindrical-coordinate representation of color #16385A: hue angle of 210º 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 #16385A is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 22 | 56 | 90 | - |
| CMYK | 0.76 | 0.38 | 0 | 0.65 |
| HSL | 210º | 0.61% | 0.22% | - |
| HSV(B) | 210º | 0.76% | 0.35% | - |
| XYZ | 3.59 | 3.74 | 10.2 | - |
| YUV | 49.71 | 150.74 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 56 | 90 | 0.76 | 0.38 | 0 | 0.65 | 210 | 0.61 | 0.22 |
| Hex | 16 | 38 | 5A | 4C | 26 | 0 | 41 | D2 | 3D | 16 |
| Octal | 26 | 70 | 132 | 114 | 46 | 0 | 101 | 322 | 75 | 26 |
| Binary | 10110 | 111000 | 1011010 | 1001100 | 100110 | 0 | 1000001 | 11010010 | 111101 | 10110 |
Color Harmonies of #16385A
Complementary color
Monochromatic Colors of #16385A
Black with #16385A
Text Example
Text Example
White with #16385A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16385A; }
p { color: rgb(22,56,90); }
H1.HeaderClassName
{
color: #16385A;
}
.AnyTagClassName
{
color: #16385A;
}
</style>
background-color css
<style>
a { background-color: #16385A; }
a { background-color: rgb(22,56,90); }
div.DivClassName
{
background-color: #16385A;
}
.BgClassName
{
background-color: #16385A;
}
</style>
border-color css
<style>
span { border-color: #16385A; }
span { border-color: rgb(22,56,90); }
td.TdClassName
{
border-color: #16385A;
}
.TagClassName
{
border-color: #16385A;
}
</style>