Shades of Regal Blue #16385F
Tints of Regal Blue #16385F
RGB
CMYK
RGB Variations
Color information
#16385F (or 0x16385F) is known color: Regal Blue. HEX triplet: 16, 38 and 5F. RGB value is (22,56,95). Sum of RGB (Red+Green+Blue) = 22+56+95=173 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.72% from 173); Green value is 56 (22.27% from 255 or 32.37% from 173); Blue value is 95 (37.5% from 255 or 54.91% from 173); Max value from RGB is 95 - color contains mainly: blue. Hex color #16385F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16385F is #E9C7A0. Grayscale: #323232. Windows color (decimal): -15320993 or 6240278. OLE color: 6240278.
HSL color Cylindrical-coordinate representation of color #16385F: hue angle of 212.05º 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 #16385F is Cyan = 0.77, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 22 | 56 | 95 | - |
| CMYK | 0.77 | 0.41 | 0 | 0.63 |
| HSL | 212.05º | 0.62% | 0.23% | - |
| HSV(B) | 212.05º | 0.77% | 0.37% | - |
| XYZ | 3.81 | 3.83 | 11.36 | - |
| YUV | 50.28 | 153.24 | 107.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 56 | 95 | 0.77 | 0.41 | 0 | 0.63 | 212.05 | 0.62 | 0.23 |
| Hex | 16 | 38 | 5F | 4D | 29 | 0 | 3F | D4 | 3E | 17 |
| Octal | 26 | 70 | 137 | 115 | 51 | 0 | 77 | 324 | 76 | 27 |
| Binary | 10110 | 111000 | 1011111 | 1001101 | 101001 | 0 | 111111 | 11010100 | 111110 | 10111 |
Color Harmonies of #16385F
Complementary color
Monochromatic Colors of #16385F
Black with #16385F
Text Example
Text Example
White with #16385F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16385F; }
p { color: rgb(22,56,95); }
H1.HeaderClassName
{
color: #16385F;
}
.AnyTagClassName
{
color: #16385F;
}
</style>
background-color css
<style>
a { background-color: #16385F; }
a { background-color: rgb(22,56,95); }
div.DivClassName
{
background-color: #16385F;
}
.BgClassName
{
background-color: #16385F;
}
</style>
border-color css
<style>
span { border-color: #16385F; }
span { border-color: rgb(22,56,95); }
td.TdClassName
{
border-color: #16385F;
}
.TagClassName
{
border-color: #16385F;
}
</style>