Shades of Nordic #163A39
Tints of Nordic #163A39
RGB
CMYK
RGB Variations
Color information
#163A39 (or 0x163A39) is known color: Nordic. HEX triplet: 16, 3A and 39. RGB value is (22,58,57). Sum of RGB (Red+Green+Blue) = 22+58+57=137 (18% of max value = 765). Red value is 22 (8.98% from 255 or 16.06% from 137); Green value is 58 (23.05% from 255 or 42.34% from 137); Blue value is 57 (22.66% from 255 or 41.61% from 137); Max value from RGB is 58 - color contains mainly: green. Hex color #163A39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163A39 is #E9C5C6. Grayscale: #2F2F2F. Windows color (decimal): -15320519 or 3750422. OLE color: 3750422.
HSL color Cylindrical-coordinate representation of color #163A39: hue angle of 178.33º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #163A39 is Cyan = 0.62, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 22 | 58 | 57 | - |
| CMYK | 0.62 | 0 | 0.02 | 0.77 |
| HSL | 178.33º | 0.45% | 0.16% | - |
| HSV(B) | 178.33º | 0.62% | 0.23% | - |
| XYZ | 2.58 | 3.49 | 4.41 | - |
| YUV | 47.12 | 133.57 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 58 | 57 | 0.62 | 0 | 0.02 | 0.77 | 178.33 | 0.45 | 0.16 |
| Hex | 16 | 3A | 39 | 3E | 0 | 2 | 4D | B2 | 2D | 10 |
| Octal | 26 | 72 | 71 | 76 | 0 | 2 | 115 | 262 | 55 | 20 |
| Binary | 10110 | 111010 | 111001 | 111110 | 0 | 10 | 1001101 | 10110010 | 101101 | 10000 |
Color Harmonies of #163A39
Complementary color
Monochromatic Colors of #163A39
Black with #163A39
Text Example
Text Example
White with #163A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163A39; }
p { color: rgb(22,58,57); }
H1.HeaderClassName
{
color: #163A39;
}
.AnyTagClassName
{
color: #163A39;
}
</style>
background-color css
<style>
a { background-color: #163A39; }
a { background-color: rgb(22,58,57); }
div.DivClassName
{
background-color: #163A39;
}
.BgClassName
{
background-color: #163A39;
}
</style>
border-color css
<style>
span { border-color: #163A39; }
span { border-color: rgb(22,58,57); }
td.TdClassName
{
border-color: #163A39;
}
.TagClassName
{
border-color: #163A39;
}
</style>