Shades of Nordic #113739
Tints of Nordic #113739
RGB
CMYK
RGB Variations
Color information
#113739 (or 0x113739) is known color: Nordic. HEX triplet: 11, 37 and 39. RGB value is (17,55,57). Sum of RGB (Red+Green+Blue) = 17+55+57=129 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.18% from 129); Green value is 55 (21.88% from 255 or 42.64% from 129); Blue value is 57 (22.66% from 255 or 44.19% from 129); Max value from RGB is 57 - color contains mainly: blue. Hex color #113739 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113739 is #EEC8C6. Grayscale: #2B2B2B. Windows color (decimal): -15648967 or 3749649. OLE color: 3749649.
HSL color Cylindrical-coordinate representation of color #113739: hue angle of 183º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #113739 is Cyan = 0.70, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 17 | 55 | 57 | - |
| CMYK | 0.70 | 0.04 | 0 | 0.78 |
| HSL | 183º | 0.54% | 0.15% | - |
| HSV(B) | 183º | 0.7% | 0.22% | - |
| XYZ | 2.34 | 3.15 | 4.36 | - |
| YUV | 43.87 | 135.41 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 55 | 57 | 0.70 | 0.04 | 0 | 0.78 | 183 | 0.54 | 0.15 |
| Hex | 11 | 37 | 39 | 46 | 4 | 0 | 4E | B7 | 36 | F |
| Octal | 21 | 67 | 71 | 106 | 4 | 0 | 116 | 267 | 66 | 17 |
| Binary | 10001 | 110111 | 111001 | 1000110 | 100 | 0 | 1001110 | 10110111 | 110110 | 1111 |
Color Harmonies of #113739
Complementary color
Monochromatic Colors of #113739
Black with #113739
Text Example
Text Example
White with #113739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113739; }
p { color: rgb(17,55,57); }
H1.HeaderClassName
{
color: #113739;
}
.AnyTagClassName
{
color: #113739;
}
</style>
background-color css
<style>
a { background-color: #113739; }
a { background-color: rgb(17,55,57); }
div.DivClassName
{
background-color: #113739;
}
.BgClassName
{
background-color: #113739;
}
</style>
border-color css
<style>
span { border-color: #113739; }
span { border-color: rgb(17,55,57); }
td.TdClassName
{
border-color: #113739;
}
.TagClassName
{
border-color: #113739;
}
</style>