Shades of Regal Blue #163958
Tints of Regal Blue #163958
RGB
CMYK
RGB Variations
Color information
#163958 (or 0x163958) is known color: Regal Blue. HEX triplet: 16, 39 and 58. RGB value is (22,57,88). Sum of RGB (Red+Green+Blue) = 22+57+88=167 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.17% from 167); Green value is 57 (22.66% from 255 or 34.13% from 167); Blue value is 88 (34.77% from 255 or 52.69% from 167); Max value from RGB is 88 - color contains mainly: blue. Hex color #163958 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163958 is #E9C6A7. Grayscale: #313131. Windows color (decimal): -15320744 or 5781782. OLE color: 5781782.
HSL color Cylindrical-coordinate representation of color #163958: hue angle of 208.18º 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 #163958 is Cyan = 0.75, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 22 | 57 | 88 | - |
| CMYK | 0.75 | 0.35 | 0 | 0.65 |
| HSL | 208.18º | 0.6% | 0.22% | - |
| HSV(B) | 208.18º | 0.75% | 0.35% | - |
| XYZ | 3.56 | 3.8 | 9.78 | - |
| YUV | 50.07 | 149.4 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 57 | 88 | 0.75 | 0.35 | 0 | 0.65 | 208.18 | 0.6 | 0.22 |
| Hex | 16 | 39 | 58 | 4B | 23 | 0 | 41 | D0 | 3C | 16 |
| Octal | 26 | 71 | 130 | 113 | 43 | 0 | 101 | 320 | 74 | 26 |
| Binary | 10110 | 111001 | 1011000 | 1001011 | 100011 | 0 | 1000001 | 11010000 | 111100 | 10110 |
Color Harmonies of #163958
Complementary color
Monochromatic Colors of #163958
Black with #163958
Text Example
Text Example
White with #163958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163958; }
p { color: rgb(22,57,88); }
H1.HeaderClassName
{
color: #163958;
}
.AnyTagClassName
{
color: #163958;
}
</style>
background-color css
<style>
a { background-color: #163958; }
a { background-color: rgb(22,57,88); }
div.DivClassName
{
background-color: #163958;
}
.BgClassName
{
background-color: #163958;
}
</style>
border-color css
<style>
span { border-color: #163958; }
span { border-color: rgb(22,57,88); }
td.TdClassName
{
border-color: #163958;
}
.TagClassName
{
border-color: #163958;
}
</style>