Shades of Regal Blue #163D5D
Tints of Regal Blue #163D5D
RGB
CMYK
RGB Variations
Color information
#163D5D (or 0x163D5D) is known color: Regal Blue. HEX triplet: 16, 3D and 5D. RGB value is (22,61,93). Sum of RGB (Red+Green+Blue) = 22+61+93=176 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.5% from 176); Green value is 61 (24.22% from 255 or 34.66% from 176); Blue value is 93 (36.72% from 255 or 52.84% from 176); Max value from RGB is 93 - color contains mainly: blue. Hex color #163D5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163D5D is #E9C2A2. Grayscale: #343434. Windows color (decimal): -15319715 or 6110486. OLE color: 6110486.
HSL color Cylindrical-coordinate representation of color #163D5D: hue angle of 207.04º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #163D5D is Cyan = 0.76, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 22 | 61 | 93 | - |
| CMYK | 0.76 | 0.34 | 0 | 0.64 |
| HSL | 207.04º | 0.62% | 0.23% | - |
| HSV(B) | 207.04º | 0.76% | 0.36% | - |
| XYZ | 3.98 | 4.3 | 10.98 | - |
| YUV | 52.99 | 150.58 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 61 | 93 | 0.76 | 0.34 | 0 | 0.64 | 207.04 | 0.62 | 0.23 |
| Hex | 16 | 3D | 5D | 4C | 22 | 0 | 40 | CF | 3E | 17 |
| Octal | 26 | 75 | 135 | 114 | 42 | 0 | 100 | 317 | 76 | 27 |
| Binary | 10110 | 111101 | 1011101 | 1001100 | 100010 | 0 | 1000000 | 11001111 | 111110 | 10111 |
Color Harmonies of #163D5D
Complementary color
Monochromatic Colors of #163D5D
Black with #163D5D
Text Example
Text Example
White with #163D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163D5D; }
p { color: rgb(22,61,93); }
H1.HeaderClassName
{
color: #163D5D;
}
.AnyTagClassName
{
color: #163D5D;
}
</style>
background-color css
<style>
a { background-color: #163D5D; }
a { background-color: rgb(22,61,93); }
div.DivClassName
{
background-color: #163D5D;
}
.BgClassName
{
background-color: #163D5D;
}
</style>
border-color css
<style>
span { border-color: #163D5D; }
span { border-color: rgb(22,61,93); }
td.TdClassName
{
border-color: #163D5D;
}
.TagClassName
{
border-color: #163D5D;
}
</style>