Shades of Regal Blue #163D6C
Tints of Regal Blue #163D6C
RGB
CMYK
RGB Variations
Color information
#163D6C (or 0x163D6C) is known color: Regal Blue. HEX triplet: 16, 3D and 6C. RGB value is (22,61,108). Sum of RGB (Red+Green+Blue) = 22+61+108=191 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.52% from 191); Green value is 61 (24.22% from 255 or 31.94% from 191); Blue value is 108 (42.58% from 255 or 56.54% from 191); Max value from RGB is 108 - color contains mainly: blue. Hex color #163D6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163D6C is #E9C293. Grayscale: #363636. Windows color (decimal): -15319700 or 7093526. OLE color: 7093526.
HSL color Cylindrical-coordinate representation of color #163D6C: hue angle of 212.79º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #163D6C is Cyan = 0.80, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 22 | 61 | 108 | - |
| CMYK | 0.80 | 0.44 | 0 | 0.58 |
| HSL | 212.79º | 0.66% | 0.25% | - |
| HSV(B) | 212.79º | 0.8% | 0.42% | - |
| XYZ | 4.71 | 4.59 | 14.83 | - |
| YUV | 54.7 | 158.08 | 104.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 61 | 108 | 0.80 | 0.44 | 0 | 0.58 | 212.79 | 0.66 | 0.25 |
| Hex | 16 | 3D | 6C | 50 | 2C | 0 | 3A | D5 | 42 | 19 |
| Octal | 26 | 75 | 154 | 120 | 54 | 0 | 72 | 325 | 102 | 31 |
| Binary | 10110 | 111101 | 1101100 | 1010000 | 101100 | 0 | 111010 | 11010101 | 1000010 | 11001 |
Color Harmonies of #163D6C
Complementary color
Monochromatic Colors of #163D6C
Black with #163D6C
Text Example
Text Example
White with #163D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163D6C; }
p { color: rgb(22,61,108); }
H1.HeaderClassName
{
color: #163D6C;
}
.AnyTagClassName
{
color: #163D6C;
}
</style>
background-color css
<style>
a { background-color: #163D6C; }
a { background-color: rgb(22,61,108); }
div.DivClassName
{
background-color: #163D6C;
}
.BgClassName
{
background-color: #163D6C;
}
</style>
border-color css
<style>
span { border-color: #163D6C; }
span { border-color: rgb(22,61,108); }
td.TdClassName
{
border-color: #163D6C;
}
.TagClassName
{
border-color: #163D6C;
}
</style>