Shades of Regal Blue #163F5A
Tints of Regal Blue #163F5A
RGB
CMYK
RGB Variations
Color information
#163F5A (or 0x163F5A) is known color: Regal Blue. HEX triplet: 16, 3F and 5A. RGB value is (22,63,90). Sum of RGB (Red+Green+Blue) = 22+63+90=175 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.57% from 175); Green value is 63 (25% from 255 or 36% from 175); Blue value is 90 (35.55% from 255 or 51.43% from 175); Max value from RGB is 90 - color contains mainly: blue. Hex color #163F5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163F5A is #E9C0A5. Grayscale: #353535. Windows color (decimal): -15319206 or 5914390. OLE color: 5914390.
HSL color Cylindrical-coordinate representation of color #163F5A: hue angle of 203.82º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #163F5A is Cyan = 0.76, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 22 | 63 | 90 | - |
| CMYK | 0.76 | 0.30 | 0 | 0.65 |
| HSL | 203.82º | 0.61% | 0.22% | - |
| HSV(B) | 203.82º | 0.76% | 0.35% | - |
| XYZ | 3.95 | 4.46 | 10.33 | - |
| YUV | 53.82 | 148.42 | 105.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 63 | 90 | 0.76 | 0.30 | 0 | 0.65 | 203.82 | 0.61 | 0.22 |
| Hex | 16 | 3F | 5A | 4C | 1E | 0 | 41 | CC | 3D | 16 |
| Octal | 26 | 77 | 132 | 114 | 36 | 0 | 101 | 314 | 75 | 26 |
| Binary | 10110 | 111111 | 1011010 | 1001100 | 11110 | 0 | 1000001 | 11001100 | 111101 | 10110 |
Color Harmonies of #163F5A
Complementary color
Monochromatic Colors of #163F5A
Black with #163F5A
Text Example
Text Example
White with #163F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163F5A; }
p { color: rgb(22,63,90); }
H1.HeaderClassName
{
color: #163F5A;
}
.AnyTagClassName
{
color: #163F5A;
}
</style>
background-color css
<style>
a { background-color: #163F5A; }
a { background-color: rgb(22,63,90); }
div.DivClassName
{
background-color: #163F5A;
}
.BgClassName
{
background-color: #163F5A;
}
</style>
border-color css
<style>
span { border-color: #163F5A; }
span { border-color: rgb(22,63,90); }
td.TdClassName
{
border-color: #163F5A;
}
.TagClassName
{
border-color: #163F5A;
}
</style>