Shades of Nordic #16353C
Tints of Nordic #16353C
RGB
CMYK
RGB Variations
Color information
#16353C (or 0x16353C) is known color: Nordic. HEX triplet: 16, 35 and 3C. RGB value is (22,53,60). Sum of RGB (Red+Green+Blue) = 22+53+60=135 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.30% from 135); Green value is 53 (21.09% from 255 or 39.26% from 135); Blue value is 60 (23.83% from 255 or 44.44% from 135); Max value from RGB is 60 - color contains mainly: blue. Hex color #16353C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16353C is #E9CAC3. Grayscale: #2C2C2C. Windows color (decimal): -15321796 or 3945750. OLE color: 3945750.
HSL color Cylindrical-coordinate representation of color #16353C: hue angle of 191.05º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #16353C is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 22 | 53 | 60 | - |
| CMYK | 0.63 | 0.12 | 0 | 0.76 |
| HSL | 191.05º | 0.46% | 0.16% | - |
| HSV(B) | 191.05º | 0.63% | 0.24% | - |
| XYZ | 2.42 | 3.04 | 4.73 | - |
| YUV | 44.53 | 136.73 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 53 | 60 | 0.63 | 0.12 | 0 | 0.76 | 191.05 | 0.46 | 0.16 |
| Hex | 16 | 35 | 3C | 3F | C | 0 | 4C | BF | 2E | 10 |
| Octal | 26 | 65 | 74 | 77 | 14 | 0 | 114 | 277 | 56 | 20 |
| Binary | 10110 | 110101 | 111100 | 111111 | 1100 | 0 | 1001100 | 10111111 | 101110 | 10000 |
Color Harmonies of #16353C
Complementary color
Monochromatic Colors of #16353C
Black with #16353C
Text Example
Text Example
White with #16353C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16353C; }
p { color: rgb(22,53,60); }
H1.HeaderClassName
{
color: #16353C;
}
.AnyTagClassName
{
color: #16353C;
}
</style>
background-color css
<style>
a { background-color: #16353C; }
a { background-color: rgb(22,53,60); }
div.DivClassName
{
background-color: #16353C;
}
.BgClassName
{
background-color: #16353C;
}
</style>
border-color css
<style>
span { border-color: #16353C; }
span { border-color: rgb(22,53,60); }
td.TdClassName
{
border-color: #16353C;
}
.TagClassName
{
border-color: #16353C;
}
</style>