Shades of Nordic #163A41
Tints of Nordic #163A41
RGB
CMYK
RGB Variations
Color information
#163A41 (or 0x163A41) is known color: Nordic. HEX triplet: 16, 3A and 41. RGB value is (22,58,65). Sum of RGB (Red+Green+Blue) = 22+58+65=145 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.17% from 145); Green value is 58 (23.05% from 255 or 40% from 145); Blue value is 65 (25.78% from 255 or 44.83% from 145); Max value from RGB is 65 - color contains mainly: blue. Hex color #163A41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163A41 is #E9C5BE. Grayscale: #2F2F2F. Windows color (decimal): -15320511 or 4274710. OLE color: 4274710.
HSL color Cylindrical-coordinate representation of color #163A41: hue angle of 189.77º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #163A41 is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 22 | 58 | 65 | - |
| CMYK | 0.66 | 0.11 | 0 | 0.75 |
| HSL | 189.77º | 0.49% | 0.17% | - |
| HSV(B) | 189.77º | 0.66% | 0.25% | - |
| XYZ | 2.8 | 3.58 | 5.54 | - |
| YUV | 48.03 | 137.57 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 58 | 65 | 0.66 | 0.11 | 0 | 0.75 | 189.77 | 0.49 | 0.17 |
| Hex | 16 | 3A | 41 | 42 | B | 0 | 4B | BE | 31 | 11 |
| Octal | 26 | 72 | 101 | 102 | 13 | 0 | 113 | 276 | 61 | 21 |
| Binary | 10110 | 111010 | 1000001 | 1000010 | 1011 | 0 | 1001011 | 10111110 | 110001 | 10001 |
Color Harmonies of #163A41
Complementary color
Monochromatic Colors of #163A41
Black with #163A41
Text Example
Text Example
White with #163A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163A41; }
p { color: rgb(22,58,65); }
H1.HeaderClassName
{
color: #163A41;
}
.AnyTagClassName
{
color: #163A41;
}
</style>
background-color css
<style>
a { background-color: #163A41; }
a { background-color: rgb(22,58,65); }
div.DivClassName
{
background-color: #163A41;
}
.BgClassName
{
background-color: #163A41;
}
</style>
border-color css
<style>
span { border-color: #163A41; }
span { border-color: rgb(22,58,65); }
td.TdClassName
{
border-color: #163A41;
}
.TagClassName
{
border-color: #163A41;
}
</style>