Shades of Nordic #113B41
Tints of Nordic #113B41
RGB
CMYK
RGB Variations
Color information
#113B41 (or 0x113B41) is known color: Nordic. HEX triplet: 11, 3B and 41. RGB value is (17,59,65). Sum of RGB (Red+Green+Blue) = 17+59+65=141 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.06% from 141); Green value is 59 (23.44% from 255 or 41.84% from 141); Blue value is 65 (25.78% from 255 or 46.10% from 141); Max value from RGB is 65 - color contains mainly: blue. Hex color #113B41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113B41 is #EEC4BE. Grayscale: #2F2F2F. Windows color (decimal): -15647935 or 4274961. OLE color: 4274961.
HSL color Cylindrical-coordinate representation of color #113B41: hue angle of 187.5º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #113B41 is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 17 | 59 | 65 | - |
| CMYK | 0.74 | 0.09 | 0 | 0.75 |
| HSL | 187.5º | 0.59% | 0.16% | - |
| HSV(B) | 187.5º | 0.74% | 0.25% | - |
| XYZ | 2.75 | 3.63 | 5.56 | - |
| YUV | 47.13 | 138.09 | 106.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 59 | 65 | 0.74 | 0.09 | 0 | 0.75 | 187.5 | 0.59 | 0.16 |
| Hex | 11 | 3B | 41 | 4A | 9 | 0 | 4B | BC | 3B | 10 |
| Octal | 21 | 73 | 101 | 112 | 11 | 0 | 113 | 274 | 73 | 20 |
| Binary | 10001 | 111011 | 1000001 | 1001010 | 1001 | 0 | 1001011 | 10111100 | 111011 | 10000 |
Color Harmonies of #113B41
Complementary color
Monochromatic Colors of #113B41
Black with #113B41
Text Example
Text Example
White with #113B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113B41; }
p { color: rgb(17,59,65); }
H1.HeaderClassName
{
color: #113B41;
}
.AnyTagClassName
{
color: #113B41;
}
</style>
background-color css
<style>
a { background-color: #113B41; }
a { background-color: rgb(17,59,65); }
div.DivClassName
{
background-color: #113B41;
}
.BgClassName
{
background-color: #113B41;
}
</style>
border-color css
<style>
span { border-color: #113B41; }
span { border-color: rgb(17,59,65); }
td.TdClassName
{
border-color: #113B41;
}
.TagClassName
{
border-color: #113B41;
}
</style>