Shades of Nordic #16393F
Tints of Nordic #16393F
RGB
CMYK
RGB Variations
Color information
#16393F (or 0x16393F) is known color: Nordic. HEX triplet: 16, 39 and 3F. RGB value is (22,57,63). Sum of RGB (Red+Green+Blue) = 22+57+63=142 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.49% from 142); Green value is 57 (22.66% from 255 or 40.14% from 142); Blue value is 63 (25% from 255 or 44.37% from 142); Max value from RGB is 63 - color contains mainly: blue. Hex color #16393F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16393F is #E9C6C0. Grayscale: #2F2F2F. Windows color (decimal): -15320769 or 4143382. OLE color: 4143382.
HSL color Cylindrical-coordinate representation of color #16393F: hue angle of 188.78º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #16393F is Cyan = 0.65, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 22 | 57 | 63 | - |
| CMYK | 0.65 | 0.10 | 0 | 0.75 |
| HSL | 188.78º | 0.48% | 0.17% | - |
| HSV(B) | 188.78º | 0.65% | 0.25% | - |
| XYZ | 2.69 | 3.46 | 5.23 | - |
| YUV | 47.22 | 136.9 | 110.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 57 | 63 | 0.65 | 0.10 | 0 | 0.75 | 188.78 | 0.48 | 0.17 |
| Hex | 16 | 39 | 3F | 41 | A | 0 | 4B | BD | 30 | 11 |
| Octal | 26 | 71 | 77 | 101 | 12 | 0 | 113 | 275 | 60 | 21 |
| Binary | 10110 | 111001 | 111111 | 1000001 | 1010 | 0 | 1001011 | 10111101 | 110000 | 10001 |
Color Harmonies of #16393F
Complementary color
Monochromatic Colors of #16393F
Black with #16393F
Text Example
Text Example
White with #16393F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16393F; }
p { color: rgb(22,57,63); }
H1.HeaderClassName
{
color: #16393F;
}
.AnyTagClassName
{
color: #16393F;
}
</style>
background-color css
<style>
a { background-color: #16393F; }
a { background-color: rgb(22,57,63); }
div.DivClassName
{
background-color: #16393F;
}
.BgClassName
{
background-color: #16393F;
}
</style>
border-color css
<style>
span { border-color: #16393F; }
span { border-color: rgb(22,57,63); }
td.TdClassName
{
border-color: #16393F;
}
.TagClassName
{
border-color: #16393F;
}
</style>