Shades of Regal Blue #163D65
Tints of Regal Blue #163D65
RGB
CMYK
RGB Variations
Color information
#163D65 (or 0x163D65) is known color: Regal Blue. HEX triplet: 16, 3D and 65. RGB value is (22,61,101). Sum of RGB (Red+Green+Blue) = 22+61+101=184 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.96% from 184); Green value is 61 (24.22% from 255 or 33.15% from 184); Blue value is 101 (39.84% from 255 or 54.89% from 184); Max value from RGB is 101 - color contains mainly: blue. Hex color #163D65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163D65 is #E9C29A. Grayscale: #353535. Windows color (decimal): -15319707 or 6634774. OLE color: 6634774.
HSL color Cylindrical-coordinate representation of color #163D65: hue angle of 210.38º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #163D65 is Cyan = 0.78, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 22 | 61 | 101 | - |
| CMYK | 0.78 | 0.40 | 0 | 0.60 |
| HSL | 210.38º | 0.64% | 0.24% | - |
| HSV(B) | 210.38º | 0.78% | 0.4% | - |
| XYZ | 4.35 | 4.45 | 12.94 | - |
| YUV | 53.9 | 154.58 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 61 | 101 | 0.78 | 0.40 | 0 | 0.60 | 210.38 | 0.64 | 0.24 |
| Hex | 16 | 3D | 65 | 4E | 28 | 0 | 3C | D2 | 40 | 18 |
| Octal | 26 | 75 | 145 | 116 | 50 | 0 | 74 | 322 | 100 | 30 |
| Binary | 10110 | 111101 | 1100101 | 1001110 | 101000 | 0 | 111100 | 11010010 | 1000000 | 11000 |
Color Harmonies of #163D65
Complementary color
Monochromatic Colors of #163D65
Black with #163D65
Text Example
Text Example
White with #163D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163D65; }
p { color: rgb(22,61,101); }
H1.HeaderClassName
{
color: #163D65;
}
.AnyTagClassName
{
color: #163D65;
}
</style>
background-color css
<style>
a { background-color: #163D65; }
a { background-color: rgb(22,61,101); }
div.DivClassName
{
background-color: #163D65;
}
.BgClassName
{
background-color: #163D65;
}
</style>
border-color css
<style>
span { border-color: #163D65; }
span { border-color: rgb(22,61,101); }
td.TdClassName
{
border-color: #163D65;
}
.TagClassName
{
border-color: #163D65;
}
</style>