Shades of Nordic #16333B
Tints of Nordic #16333B
RGB
CMYK
RGB Variations
Color information
#16333B (or 0x16333B) is known color: Nordic. HEX triplet: 16, 33 and 3B. RGB value is (22,51,59). Sum of RGB (Red+Green+Blue) = 22+51+59=132 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.67% from 132); Green value is 51 (20.31% from 255 or 38.64% from 132); Blue value is 59 (23.44% from 255 or 44.70% from 132); Max value from RGB is 59 - color contains mainly: blue. Hex color #16333B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16333B is #E9CCC4. Grayscale: #2B2B2B. Windows color (decimal): -15322309 or 3879702. OLE color: 3879702.
HSL color Cylindrical-coordinate representation of color #16333B: hue angle of 192.97º 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 #16333B is Cyan = 0.63, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 22 | 51 | 59 | - |
| CMYK | 0.63 | 0.14 | 0 | 0.77 |
| HSL | 192.97º | 0.46% | 0.16% | - |
| HSV(B) | 192.97º | 0.63% | 0.23% | - |
| XYZ | 2.3 | 2.85 | 4.57 | - |
| YUV | 43.24 | 136.89 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 51 | 59 | 0.63 | 0.14 | 0 | 0.77 | 192.97 | 0.46 | 0.16 |
| Hex | 16 | 33 | 3B | 3F | E | 0 | 4D | C1 | 2E | 10 |
| Octal | 26 | 63 | 73 | 77 | 16 | 0 | 115 | 301 | 56 | 20 |
| Binary | 10110 | 110011 | 111011 | 111111 | 1110 | 0 | 1001101 | 11000001 | 101110 | 10000 |
Color Harmonies of #16333B
Complementary color
Monochromatic Colors of #16333B
Black with #16333B
Text Example
Text Example
White with #16333B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16333B; }
p { color: rgb(22,51,59); }
H1.HeaderClassName
{
color: #16333B;
}
.AnyTagClassName
{
color: #16333B;
}
</style>
background-color css
<style>
a { background-color: #16333B; }
a { background-color: rgb(22,51,59); }
div.DivClassName
{
background-color: #16333B;
}
.BgClassName
{
background-color: #16333B;
}
</style>
border-color css
<style>
span { border-color: #16333B; }
span { border-color: rgb(22,51,59); }
td.TdClassName
{
border-color: #16333B;
}
.TagClassName
{
border-color: #16333B;
}
</style>