Shades of Nordic #113B42
Tints of Nordic #113B42
RGB
CMYK
RGB Variations
Color information
#113B42 (or 0x113B42) is known color: Nordic. HEX triplet: 11, 3B and 42. RGB value is (17,59,66). Sum of RGB (Red+Green+Blue) = 17+59+66=142 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.97% from 142); Green value is 59 (23.44% from 255 or 41.55% from 142); Blue value is 66 (26.17% from 255 or 46.48% from 142); Max value from RGB is 66 - color contains mainly: blue. Hex color #113B42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113B42 is #EEC4BD. Grayscale: #2F2F2F. Windows color (decimal): -15647934 or 4340497. OLE color: 4340497.
HSL color Cylindrical-coordinate representation of color #113B42: hue angle of 188.57º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #113B42 is Cyan = 0.74, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 17 | 59 | 66 | - |
| CMYK | 0.74 | 0.11 | 0 | 0.74 |
| HSL | 188.57º | 0.59% | 0.16% | - |
| HSV(B) | 188.57º | 0.74% | 0.26% | - |
| XYZ | 2.78 | 3.64 | 5.71 | - |
| YUV | 47.24 | 138.59 | 106.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 59 | 66 | 0.74 | 0.11 | 0 | 0.74 | 188.57 | 0.59 | 0.16 |
| Hex | 11 | 3B | 42 | 4A | B | 0 | 4A | BD | 3B | 10 |
| Octal | 21 | 73 | 102 | 112 | 13 | 0 | 112 | 275 | 73 | 20 |
| Binary | 10001 | 111011 | 1000010 | 1001010 | 1011 | 0 | 1001010 | 10111101 | 111011 | 10000 |
Color Harmonies of #113B42
Complementary color
Monochromatic Colors of #113B42
Black with #113B42
Text Example
Text Example
White with #113B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113B42; }
p { color: rgb(17,59,66); }
H1.HeaderClassName
{
color: #113B42;
}
.AnyTagClassName
{
color: #113B42;
}
</style>
background-color css
<style>
a { background-color: #113B42; }
a { background-color: rgb(17,59,66); }
div.DivClassName
{
background-color: #113B42;
}
.BgClassName
{
background-color: #113B42;
}
</style>
border-color css
<style>
span { border-color: #113B42; }
span { border-color: rgb(17,59,66); }
td.TdClassName
{
border-color: #113B42;
}
.TagClassName
{
border-color: #113B42;
}
</style>