Shades of Regal Blue #163D6A
Tints of Regal Blue #163D6A
RGB
CMYK
RGB Variations
Color information
#163D6A (or 0x163D6A) is known color: Regal Blue. HEX triplet: 16, 3D and 6A. RGB value is (22,61,106). Sum of RGB (Red+Green+Blue) = 22+61+106=189 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.64% from 189); Green value is 61 (24.22% from 255 or 32.28% from 189); Blue value is 106 (41.80% from 255 or 56.08% from 189); Max value from RGB is 106 - color contains mainly: blue. Hex color #163D6A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163D6A is #E9C295. Grayscale: #363636. Windows color (decimal): -15319702 or 6962454. OLE color: 6962454.
HSL color Cylindrical-coordinate representation of color #163D6A: hue angle of 212.14º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #163D6A is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 22 | 61 | 106 | - |
| CMYK | 0.79 | 0.42 | 0 | 0.58 |
| HSL | 212.14º | 0.66% | 0.25% | - |
| HSV(B) | 212.14º | 0.79% | 0.42% | - |
| XYZ | 4.6 | 4.55 | 14.27 | - |
| YUV | 54.47 | 157.08 | 104.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 61 | 106 | 0.79 | 0.42 | 0 | 0.58 | 212.14 | 0.66 | 0.25 |
| Hex | 16 | 3D | 6A | 4F | 2A | 0 | 3A | D4 | 42 | 19 |
| Octal | 26 | 75 | 152 | 117 | 52 | 0 | 72 | 324 | 102 | 31 |
| Binary | 10110 | 111101 | 1101010 | 1001111 | 101010 | 0 | 111010 | 11010100 | 1000010 | 11001 |
Color Harmonies of #163D6A
Complementary color
Monochromatic Colors of #163D6A
Black with #163D6A
Text Example
Text Example
White with #163D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163D6A; }
p { color: rgb(22,61,106); }
H1.HeaderClassName
{
color: #163D6A;
}
.AnyTagClassName
{
color: #163D6A;
}
</style>
background-color css
<style>
a { background-color: #163D6A; }
a { background-color: rgb(22,61,106); }
div.DivClassName
{
background-color: #163D6A;
}
.BgClassName
{
background-color: #163D6A;
}
</style>
border-color css
<style>
span { border-color: #163D6A; }
span { border-color: rgb(22,61,106); }
td.TdClassName
{
border-color: #163D6A;
}
.TagClassName
{
border-color: #163D6A;
}
</style>