Shades of Nordic #113D47
Tints of Nordic #113D47
RGB
CMYK
RGB Variations
Color information
#113D47 (or 0x113D47) is known color: Nordic. HEX triplet: 11, 3D and 47. RGB value is (17,61,71). Sum of RGB (Red+Green+Blue) = 17+61+71=149 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.41% from 149); Green value is 61 (24.22% from 255 or 40.94% from 149); Blue value is 71 (28.12% from 255 or 47.65% from 149); Max value from RGB is 71 - color contains mainly: blue. Hex color #113D47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113D47 is #EEC2B8. Grayscale: #303030. Windows color (decimal): -15647417 or 4668689. OLE color: 4668689.
HSL color Cylindrical-coordinate representation of color #113D47: hue angle of 191.11º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #113D47 is Cyan = 0.76, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 17 | 61 | 71 | - |
| CMYK | 0.76 | 0.14 | 0 | 0.72 |
| HSL | 191.11º | 0.61% | 0.17% | - |
| HSV(B) | 191.11º | 0.76% | 0.28% | - |
| XYZ | 3.04 | 3.91 | 6.56 | - |
| YUV | 48.98 | 140.42 | 105.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 61 | 71 | 0.76 | 0.14 | 0 | 0.72 | 191.11 | 0.61 | 0.17 |
| Hex | 11 | 3D | 47 | 4C | E | 0 | 48 | BF | 3D | 11 |
| Octal | 21 | 75 | 107 | 114 | 16 | 0 | 110 | 277 | 75 | 21 |
| Binary | 10001 | 111101 | 1000111 | 1001100 | 1110 | 0 | 1001000 | 10111111 | 111101 | 10001 |
Color Harmonies of #113D47
Complementary color
Monochromatic Colors of #113D47
Black with #113D47
Text Example
Text Example
White with #113D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113D47; }
p { color: rgb(17,61,71); }
H1.HeaderClassName
{
color: #113D47;
}
.AnyTagClassName
{
color: #113D47;
}
</style>
background-color css
<style>
a { background-color: #113D47; }
a { background-color: rgb(17,61,71); }
div.DivClassName
{
background-color: #113D47;
}
.BgClassName
{
background-color: #113D47;
}
</style>
border-color css
<style>
span { border-color: #113D47; }
span { border-color: rgb(17,61,71); }
td.TdClassName
{
border-color: #113D47;
}
.TagClassName
{
border-color: #113D47;
}
</style>