Shades of Nordic #16393B
Tints of Nordic #16393B
RGB
CMYK
RGB Variations
Color information
#16393B (or 0x16393B) is known color: Nordic. HEX triplet: 16, 39 and 3B. RGB value is (22,57,59). Sum of RGB (Red+Green+Blue) = 22+57+59=138 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.94% from 138); Green value is 57 (22.66% from 255 or 41.30% from 138); Blue value is 59 (23.44% from 255 or 42.75% from 138); Max value from RGB is 59 - color contains mainly: blue. Hex color #16393B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16393B is #E9C6C4. Grayscale: #2E2E2E. Windows color (decimal): -15320773 or 3881238. OLE color: 3881238.
HSL color Cylindrical-coordinate representation of color #16393B: hue angle of 183.24º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #16393B is Cyan = 0.63, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 22 | 57 | 59 | - |
| CMYK | 0.63 | 0.03 | 0 | 0.77 |
| HSL | 183.24º | 0.46% | 0.16% | - |
| HSV(B) | 183.24º | 0.63% | 0.23% | - |
| XYZ | 2.58 | 3.41 | 4.66 | - |
| YUV | 46.76 | 134.9 | 110.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 57 | 59 | 0.63 | 0.03 | 0 | 0.77 | 183.24 | 0.46 | 0.16 |
| Hex | 16 | 39 | 3B | 3F | 3 | 0 | 4D | B7 | 2E | 10 |
| Octal | 26 | 71 | 73 | 77 | 3 | 0 | 115 | 267 | 56 | 20 |
| Binary | 10110 | 111001 | 111011 | 111111 | 11 | 0 | 1001101 | 10110111 | 101110 | 10000 |
Color Harmonies of #16393B
Complementary color
Monochromatic Colors of #16393B
Black with #16393B
Text Example
Text Example
White with #16393B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16393B; }
p { color: rgb(22,57,59); }
H1.HeaderClassName
{
color: #16393B;
}
.AnyTagClassName
{
color: #16393B;
}
</style>
background-color css
<style>
a { background-color: #16393B; }
a { background-color: rgb(22,57,59); }
div.DivClassName
{
background-color: #16393B;
}
.BgClassName
{
background-color: #16393B;
}
</style>
border-color css
<style>
span { border-color: #16393B; }
span { border-color: rgb(22,57,59); }
td.TdClassName
{
border-color: #16393B;
}
.TagClassName
{
border-color: #16393B;
}
</style>