Shades of Regal Blue #163658
Tints of Regal Blue #163658
RGB
CMYK
RGB Variations
Color information
#163658 (or 0x163658) is known color: Regal Blue. HEX triplet: 16, 36 and 58. RGB value is (22,54,88). Sum of RGB (Red+Green+Blue) = 22+54+88=164 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.41% from 164); Green value is 54 (21.48% from 255 or 32.93% from 164); Blue value is 88 (34.77% from 255 or 53.66% from 164); Max value from RGB is 88 - color contains mainly: blue. Hex color #163658 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163658 is #E9C9A7. Grayscale: #303030. Windows color (decimal): -15321512 or 5781014. OLE color: 5781014.
HSL color Cylindrical-coordinate representation of color #163658: hue angle of 210.91º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #163658 is Cyan = 0.75, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 22 | 54 | 88 | - |
| CMYK | 0.75 | 0.39 | 0 | 0.65 |
| HSL | 210.91º | 0.6% | 0.22% | - |
| HSV(B) | 210.91º | 0.75% | 0.35% | - |
| XYZ | 3.41 | 3.51 | 9.73 | - |
| YUV | 48.31 | 150.4 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 54 | 88 | 0.75 | 0.39 | 0 | 0.65 | 210.91 | 0.6 | 0.22 |
| Hex | 16 | 36 | 58 | 4B | 27 | 0 | 41 | D3 | 3C | 16 |
| Octal | 26 | 66 | 130 | 113 | 47 | 0 | 101 | 323 | 74 | 26 |
| Binary | 10110 | 110110 | 1011000 | 1001011 | 100111 | 0 | 1000001 | 11010011 | 111100 | 10110 |
Color Harmonies of #163658
Complementary color
Monochromatic Colors of #163658
Black with #163658
Text Example
Text Example
White with #163658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163658; }
p { color: rgb(22,54,88); }
H1.HeaderClassName
{
color: #163658;
}
.AnyTagClassName
{
color: #163658;
}
</style>
background-color css
<style>
a { background-color: #163658; }
a { background-color: rgb(22,54,88); }
div.DivClassName
{
background-color: #163658;
}
.BgClassName
{
background-color: #163658;
}
</style>
border-color css
<style>
span { border-color: #163658; }
span { border-color: rgb(22,54,88); }
td.TdClassName
{
border-color: #163658;
}
.TagClassName
{
border-color: #163658;
}
</style>