Shades of Nordic #113A40
Tints of Nordic #113A40
RGB
CMYK
RGB Variations
Color information
#113A40 (or 0x113A40) is known color: Nordic. HEX triplet: 11, 3A and 40. RGB value is (17,58,64). Sum of RGB (Red+Green+Blue) = 17+58+64=139 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.23% from 139); Green value is 58 (23.05% from 255 or 41.73% from 139); Blue value is 64 (25.39% from 255 or 46.04% from 139); Max value from RGB is 64 - color contains mainly: blue. Hex color #113A40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113A40 is #EEC5BF. Grayscale: #2E2E2E. Windows color (decimal): -15648192 or 4209169. OLE color: 4209169.
HSL color Cylindrical-coordinate representation of color #113A40: hue angle of 187.66º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #113A40 is Cyan = 0.73, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 17 | 58 | 64 | - |
| CMYK | 0.73 | 0.09 | 0 | 0.75 |
| HSL | 187.66º | 0.58% | 0.16% | - |
| HSV(B) | 187.66º | 0.73% | 0.25% | - |
| XYZ | 2.67 | 3.52 | 5.39 | - |
| YUV | 46.43 | 137.92 | 107.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 58 | 64 | 0.73 | 0.09 | 0 | 0.75 | 187.66 | 0.58 | 0.16 |
| Hex | 11 | 3A | 40 | 49 | 9 | 0 | 4B | BC | 3A | 10 |
| Octal | 21 | 72 | 100 | 111 | 11 | 0 | 113 | 274 | 72 | 20 |
| Binary | 10001 | 111010 | 1000000 | 1001001 | 1001 | 0 | 1001011 | 10111100 | 111010 | 10000 |
Color Harmonies of #113A40
Complementary color
Monochromatic Colors of #113A40
Black with #113A40
Text Example
Text Example
White with #113A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113A40; }
p { color: rgb(17,58,64); }
H1.HeaderClassName
{
color: #113A40;
}
.AnyTagClassName
{
color: #113A40;
}
</style>
background-color css
<style>
a { background-color: #113A40; }
a { background-color: rgb(17,58,64); }
div.DivClassName
{
background-color: #113A40;
}
.BgClassName
{
background-color: #113A40;
}
</style>
border-color css
<style>
span { border-color: #113A40; }
span { border-color: rgb(17,58,64); }
td.TdClassName
{
border-color: #113A40;
}
.TagClassName
{
border-color: #113A40;
}
</style>