Shades of Regal Blue #163D53
Tints of Regal Blue #163D53
RGB
CMYK
RGB Variations
Color information
#163D53 (or 0x163D53) is known color: Regal Blue. HEX triplet: 16, 3D and 53. RGB value is (22,61,83). Sum of RGB (Red+Green+Blue) = 22+61+83=166 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.25% from 166); Green value is 61 (24.22% from 255 or 36.75% from 166); Blue value is 83 (32.81% from 255 or 50% from 166); Max value from RGB is 83 - color contains mainly: blue. Hex color #163D53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163D53 is #E9C2AC. Grayscale: #333333. Windows color (decimal): -15319725 or 5455126. OLE color: 5455126.
HSL color Cylindrical-coordinate representation of color #163D53: hue angle of 201.64º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #163D53 is Cyan = 0.73, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 22 | 61 | 83 | - |
| CMYK | 0.73 | 0.27 | 0 | 0.67 |
| HSL | 201.64º | 0.58% | 0.21% | - |
| HSV(B) | 201.64º | 0.73% | 0.33% | - |
| XYZ | 3.56 | 4.13 | 8.79 | - |
| YUV | 51.85 | 145.58 | 106.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 61 | 83 | 0.73 | 0.27 | 0 | 0.67 | 201.64 | 0.58 | 0.21 |
| Hex | 16 | 3D | 53 | 49 | 1B | 0 | 43 | CA | 3A | 15 |
| Octal | 26 | 75 | 123 | 111 | 33 | 0 | 103 | 312 | 72 | 25 |
| Binary | 10110 | 111101 | 1010011 | 1001001 | 11011 | 0 | 1000011 | 11001010 | 111010 | 10101 |
Color Harmonies of #163D53
Complementary color
Monochromatic Colors of #163D53
Black with #163D53
Text Example
Text Example
White with #163D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163D53; }
p { color: rgb(22,61,83); }
H1.HeaderClassName
{
color: #163D53;
}
.AnyTagClassName
{
color: #163D53;
}
</style>
background-color css
<style>
a { background-color: #163D53; }
a { background-color: rgb(22,61,83); }
div.DivClassName
{
background-color: #163D53;
}
.BgClassName
{
background-color: #163D53;
}
</style>
border-color css
<style>
span { border-color: #163D53; }
span { border-color: rgb(22,61,83); }
td.TdClassName
{
border-color: #163D53;
}
.TagClassName
{
border-color: #163D53;
}
</style>