Shades of Nordic #163B41
Tints of Nordic #163B41
RGB
CMYK
RGB Variations
Color information
#163B41 (or 0x163B41) is known color: Nordic. HEX triplet: 16, 3B and 41. RGB value is (22,59,65). Sum of RGB (Red+Green+Blue) = 22+59+65=146 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.07% from 146); Green value is 59 (23.44% from 255 or 40.41% from 146); Blue value is 65 (25.78% from 255 or 44.52% from 146); Max value from RGB is 65 - color contains mainly: blue. Hex color #163B41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163B41 is #E9C4BE. Grayscale: #303030. Windows color (decimal): -15320255 or 4274966. OLE color: 4274966.
HSL color Cylindrical-coordinate representation of color #163B41: hue angle of 188.37º 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 #163B41 is Cyan = 0.66, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 22 | 59 | 65 | - |
| CMYK | 0.66 | 0.09 | 0 | 0.75 |
| HSL | 188.37º | 0.49% | 0.17% | - |
| HSV(B) | 188.37º | 0.66% | 0.25% | - |
| XYZ | 2.85 | 3.68 | 5.56 | - |
| YUV | 48.62 | 137.24 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 59 | 65 | 0.66 | 0.09 | 0 | 0.75 | 188.37 | 0.49 | 0.17 |
| Hex | 16 | 3B | 41 | 42 | 9 | 0 | 4B | BC | 31 | 11 |
| Octal | 26 | 73 | 101 | 102 | 11 | 0 | 113 | 274 | 61 | 21 |
| Binary | 10110 | 111011 | 1000001 | 1000010 | 1001 | 0 | 1001011 | 10111100 | 110001 | 10001 |
Color Harmonies of #163B41
Complementary color
Monochromatic Colors of #163B41
Black with #163B41
Text Example
Text Example
White with #163B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163B41; }
p { color: rgb(22,59,65); }
H1.HeaderClassName
{
color: #163B41;
}
.AnyTagClassName
{
color: #163B41;
}
</style>
background-color css
<style>
a { background-color: #163B41; }
a { background-color: rgb(22,59,65); }
div.DivClassName
{
background-color: #163B41;
}
.BgClassName
{
background-color: #163B41;
}
</style>
border-color css
<style>
span { border-color: #163B41; }
span { border-color: rgb(22,59,65); }
td.TdClassName
{
border-color: #163B41;
}
.TagClassName
{
border-color: #163B41;
}
</style>