Shades of Nordic #163D47
Tints of Nordic #163D47
RGB
CMYK
RGB Variations
Color information
#163D47 (or 0x163D47) is known color: Nordic. HEX triplet: 16, 3D and 47. RGB value is (22,61,71). Sum of RGB (Red+Green+Blue) = 22+61+71=154 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.29% from 154); Green value is 61 (24.22% from 255 or 39.61% from 154); Blue value is 71 (28.12% from 255 or 46.10% from 154); Max value from RGB is 71 - color contains mainly: blue. Hex color #163D47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163D47 is #E9C2B8. Grayscale: #323232. Windows color (decimal): -15319737 or 4668694. OLE color: 4668694.
HSL color Cylindrical-coordinate representation of color #163D47: hue angle of 192.24º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #163D47 is Cyan = 0.69, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 22 | 61 | 71 | - |
| CMYK | 0.69 | 0.14 | 0 | 0.72 |
| HSL | 192.24º | 0.53% | 0.18% | - |
| HSV(B) | 192.24º | 0.69% | 0.28% | - |
| XYZ | 3.14 | 3.96 | 6.56 | - |
| YUV | 50.48 | 139.58 | 107.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 61 | 71 | 0.69 | 0.14 | 0 | 0.72 | 192.24 | 0.53 | 0.18 |
| Hex | 16 | 3D | 47 | 45 | E | 0 | 48 | C0 | 35 | 12 |
| Octal | 26 | 75 | 107 | 105 | 16 | 0 | 110 | 300 | 65 | 22 |
| Binary | 10110 | 111101 | 1000111 | 1000101 | 1110 | 0 | 1001000 | 11000000 | 110101 | 10010 |
Color Harmonies of #163D47
Complementary color
Monochromatic Colors of #163D47
Black with #163D47
Text Example
Text Example
White with #163D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163D47; }
p { color: rgb(22,61,71); }
H1.HeaderClassName
{
color: #163D47;
}
.AnyTagClassName
{
color: #163D47;
}
</style>
background-color css
<style>
a { background-color: #163D47; }
a { background-color: rgb(22,61,71); }
div.DivClassName
{
background-color: #163D47;
}
.BgClassName
{
background-color: #163D47;
}
</style>
border-color css
<style>
span { border-color: #163D47; }
span { border-color: rgb(22,61,71); }
td.TdClassName
{
border-color: #163D47;
}
.TagClassName
{
border-color: #163D47;
}
</style>