Shades of Regal Blue #16355C
Tints of Regal Blue #16355C
RGB
CMYK
RGB Variations
Color information
#16355C (or 0x16355C) is known color: Regal Blue. HEX triplet: 16, 35 and 5C. RGB value is (22,53,92). Sum of RGB (Red+Green+Blue) = 22+53+92=167 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.17% from 167); Green value is 53 (21.09% from 255 or 31.74% from 167); Blue value is 92 (36.33% from 255 or 55.09% from 167); Max value from RGB is 92 - color contains mainly: blue. Hex color #16355C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16355C is #E9CAA3. Grayscale: #2F2F2F. Windows color (decimal): -15321764 or 6042902. OLE color: 6042902.
HSL color Cylindrical-coordinate representation of color #16355C: hue angle of 213.43º 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 #16355C is Cyan = 0.76, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 22 | 53 | 92 | - |
| CMYK | 0.76 | 0.42 | 0 | 0.64 |
| HSL | 213.43º | 0.61% | 0.22% | - |
| HSV(B) | 213.43º | 0.76% | 0.36% | - |
| XYZ | 3.54 | 3.49 | 10.61 | - |
| YUV | 48.18 | 152.73 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 53 | 92 | 0.76 | 0.42 | 0 | 0.64 | 213.43 | 0.61 | 0.22 |
| Hex | 16 | 35 | 5C | 4C | 2A | 0 | 40 | D5 | 3D | 16 |
| Octal | 26 | 65 | 134 | 114 | 52 | 0 | 100 | 325 | 75 | 26 |
| Binary | 10110 | 110101 | 1011100 | 1001100 | 101010 | 0 | 1000000 | 11010101 | 111101 | 10110 |
Color Harmonies of #16355C
Complementary color
Monochromatic Colors of #16355C
Black with #16355C
Text Example
Text Example
White with #16355C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16355C; }
p { color: rgb(22,53,92); }
H1.HeaderClassName
{
color: #16355C;
}
.AnyTagClassName
{
color: #16355C;
}
</style>
background-color css
<style>
a { background-color: #16355C; }
a { background-color: rgb(22,53,92); }
div.DivClassName
{
background-color: #16355C;
}
.BgClassName
{
background-color: #16355C;
}
</style>
border-color css
<style>
span { border-color: #16355C; }
span { border-color: rgb(22,53,92); }
td.TdClassName
{
border-color: #16355C;
}
.TagClassName
{
border-color: #16355C;
}
</style>