Shades of Nordic #16333A
Tints of Nordic #16333A
RGB
CMYK
RGB Variations
Color information
#16333A (or 0x16333A) is known color: Nordic. HEX triplet: 16, 33 and 3A. RGB value is (22,51,58). Sum of RGB (Red+Green+Blue) = 22+51+58=131 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.79% from 131); Green value is 51 (20.31% from 255 or 38.93% from 131); Blue value is 58 (23.05% from 255 or 44.27% from 131); Max value from RGB is 58 - color contains mainly: blue. Hex color #16333A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16333A is #E9CCC5. Grayscale: #2B2B2B. Windows color (decimal): -15322310 or 3814166. OLE color: 3814166.
HSL color Cylindrical-coordinate representation of color #16333A: hue angle of 191.67º 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 #16333A is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 22 | 51 | 58 | - |
| CMYK | 0.62 | 0.12 | 0 | 0.77 |
| HSL | 191.67º | 0.45% | 0.16% | - |
| HSV(B) | 191.67º | 0.62% | 0.23% | - |
| XYZ | 2.28 | 2.84 | 4.43 | - |
| YUV | 43.13 | 136.39 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 51 | 58 | 0.62 | 0.12 | 0 | 0.77 | 191.67 | 0.45 | 0.16 |
| Hex | 16 | 33 | 3A | 3E | C | 0 | 4D | C0 | 2D | 10 |
| Octal | 26 | 63 | 72 | 76 | 14 | 0 | 115 | 300 | 55 | 20 |
| Binary | 10110 | 110011 | 111010 | 111110 | 1100 | 0 | 1001101 | 11000000 | 101101 | 10000 |
Color Harmonies of #16333A
Complementary color
Monochromatic Colors of #16333A
Black with #16333A
Text Example
Text Example
White with #16333A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16333A; }
p { color: rgb(22,51,58); }
H1.HeaderClassName
{
color: #16333A;
}
.AnyTagClassName
{
color: #16333A;
}
</style>
background-color css
<style>
a { background-color: #16333A; }
a { background-color: rgb(22,51,58); }
div.DivClassName
{
background-color: #16333A;
}
.BgClassName
{
background-color: #16333A;
}
</style>
border-color css
<style>
span { border-color: #16333A; }
span { border-color: rgb(22,51,58); }
td.TdClassName
{
border-color: #16333A;
}
.TagClassName
{
border-color: #16333A;
}
</style>