Shades of Nordic #163D43
Tints of Nordic #163D43
RGB
CMYK
RGB Variations
Color information
#163D43 (or 0x163D43) is known color: Nordic. HEX triplet: 16, 3D and 43. RGB value is (22,61,67). Sum of RGB (Red+Green+Blue) = 22+61+67=150 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.67% from 150); Green value is 61 (24.22% from 255 or 40.67% from 150); Blue value is 67 (26.56% from 255 or 44.67% from 150); Max value from RGB is 67 - color contains mainly: blue. Hex color #163D43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163D43 is #E9C2BC. Grayscale: #313131. Windows color (decimal): -15319741 or 4406550. OLE color: 4406550.
HSL color Cylindrical-coordinate representation of color #163D43: hue angle of 188º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #163D43 is Cyan = 0.67, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 22 | 61 | 67 | - |
| CMYK | 0.67 | 0.09 | 0 | 0.74 |
| HSL | 188º | 0.51% | 0.17% | - |
| HSV(B) | 188º | 0.67% | 0.26% | - |
| XYZ | 3.01 | 3.91 | 5.91 | - |
| YUV | 50.02 | 137.58 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 61 | 67 | 0.67 | 0.09 | 0 | 0.74 | 188 | 0.51 | 0.17 |
| Hex | 16 | 3D | 43 | 43 | 9 | 0 | 4A | BC | 33 | 11 |
| Octal | 26 | 75 | 103 | 103 | 11 | 0 | 112 | 274 | 63 | 21 |
| Binary | 10110 | 111101 | 1000011 | 1000011 | 1001 | 0 | 1001010 | 10111100 | 110011 | 10001 |
Color Harmonies of #163D43
Complementary color
Monochromatic Colors of #163D43
Black with #163D43
Text Example
Text Example
White with #163D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163D43; }
p { color: rgb(22,61,67); }
H1.HeaderClassName
{
color: #163D43;
}
.AnyTagClassName
{
color: #163D43;
}
</style>
background-color css
<style>
a { background-color: #163D43; }
a { background-color: rgb(22,61,67); }
div.DivClassName
{
background-color: #163D43;
}
.BgClassName
{
background-color: #163D43;
}
</style>
border-color css
<style>
span { border-color: #163D43; }
span { border-color: rgb(22,61,67); }
td.TdClassName
{
border-color: #163D43;
}
.TagClassName
{
border-color: #163D43;
}
</style>