Shades of Regal Blue #16375B
Tints of Regal Blue #16375B
RGB
CMYK
RGB Variations
Color information
#16375B (or 0x16375B) is known color: Regal Blue. HEX triplet: 16, 37 and 5B. RGB value is (22,55,91). Sum of RGB (Red+Green+Blue) = 22+55+91=168 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.10% from 168); Green value is 55 (21.88% from 255 or 32.74% from 168); Blue value is 91 (35.94% from 255 or 54.17% from 168); Max value from RGB is 91 - color contains mainly: blue. Hex color #16375B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16375B is #E9C8A4. Grayscale: #313131. Windows color (decimal): -15321253 or 5977878. OLE color: 5977878.
HSL color Cylindrical-coordinate representation of color #16375B: hue angle of 211.3º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #16375B is Cyan = 0.76, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 22 | 55 | 91 | - |
| CMYK | 0.76 | 0.40 | 0 | 0.64 |
| HSL | 211.3º | 0.61% | 0.22% | - |
| HSV(B) | 211.3º | 0.76% | 0.36% | - |
| XYZ | 3.59 | 3.66 | 10.41 | - |
| YUV | 49.24 | 151.57 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 55 | 91 | 0.76 | 0.40 | 0 | 0.64 | 211.3 | 0.61 | 0.22 |
| Hex | 16 | 37 | 5B | 4C | 28 | 0 | 40 | D3 | 3D | 16 |
| Octal | 26 | 67 | 133 | 114 | 50 | 0 | 100 | 323 | 75 | 26 |
| Binary | 10110 | 110111 | 1011011 | 1001100 | 101000 | 0 | 1000000 | 11010011 | 111101 | 10110 |
Color Harmonies of #16375B
Complementary color
Monochromatic Colors of #16375B
Black with #16375B
Text Example
Text Example
White with #16375B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16375B; }
p { color: rgb(22,55,91); }
H1.HeaderClassName
{
color: #16375B;
}
.AnyTagClassName
{
color: #16375B;
}
</style>
background-color css
<style>
a { background-color: #16375B; }
a { background-color: rgb(22,55,91); }
div.DivClassName
{
background-color: #16375B;
}
.BgClassName
{
background-color: #16375B;
}
</style>
border-color css
<style>
span { border-color: #16375B; }
span { border-color: rgb(22,55,91); }
td.TdClassName
{
border-color: #16375B;
}
.TagClassName
{
border-color: #16375B;
}
</style>