Shades of Regal Blue #163F6A
Tints of Regal Blue #163F6A
RGB
CMYK
RGB Variations
Color information
#163F6A (or 0x163F6A) is known color: Regal Blue. HEX triplet: 16, 3F and 6A. RGB value is (22,63,106). Sum of RGB (Red+Green+Blue) = 22+63+106=191 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.52% from 191); Green value is 63 (25% from 255 or 32.98% from 191); Blue value is 106 (41.80% from 255 or 55.50% from 191); Max value from RGB is 106 - color contains mainly: blue. Hex color #163F6A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163F6A is #E9C095. Grayscale: #373737. Windows color (decimal): -15319190 or 6962966. OLE color: 6962966.
HSL color Cylindrical-coordinate representation of color #163F6A: hue angle of 210.71º 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 #163F6A is Cyan = 0.79, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 22 | 63 | 106 | - |
| CMYK | 0.79 | 0.41 | 0 | 0.58 |
| HSL | 210.71º | 0.66% | 0.25% | - |
| HSV(B) | 210.71º | 0.79% | 0.42% | - |
| XYZ | 4.71 | 4.77 | 14.31 | - |
| YUV | 55.64 | 156.42 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 63 | 106 | 0.79 | 0.41 | 0 | 0.58 | 210.71 | 0.66 | 0.25 |
| Hex | 16 | 3F | 6A | 4F | 29 | 0 | 3A | D3 | 42 | 19 |
| Octal | 26 | 77 | 152 | 117 | 51 | 0 | 72 | 323 | 102 | 31 |
| Binary | 10110 | 111111 | 1101010 | 1001111 | 101001 | 0 | 111010 | 11010011 | 1000010 | 11001 |
Color Harmonies of #163F6A
Complementary color
Monochromatic Colors of #163F6A
Black with #163F6A
Text Example
Text Example
White with #163F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163F6A; }
p { color: rgb(22,63,106); }
H1.HeaderClassName
{
color: #163F6A;
}
.AnyTagClassName
{
color: #163F6A;
}
</style>
background-color css
<style>
a { background-color: #163F6A; }
a { background-color: rgb(22,63,106); }
div.DivClassName
{
background-color: #163F6A;
}
.BgClassName
{
background-color: #163F6A;
}
</style>
border-color css
<style>
span { border-color: #163F6A; }
span { border-color: rgb(22,63,106); }
td.TdClassName
{
border-color: #163F6A;
}
.TagClassName
{
border-color: #163F6A;
}
</style>