Shades of Nordic #113A42
Tints of Nordic #113A42
RGB
CMYK
RGB Variations
Color information
#113A42 (or 0x113A42) is known color: Nordic. HEX triplet: 11, 3A and 42. RGB value is (17,58,66). Sum of RGB (Red+Green+Blue) = 17+58+66=141 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.06% from 141); Green value is 58 (23.05% from 255 or 41.13% from 141); Blue value is 66 (26.17% from 255 or 46.81% from 141); Max value from RGB is 66 - color contains mainly: blue. Hex color #113A42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113A42 is #EEC5BD. Grayscale: #2E2E2E. Windows color (decimal): -15648190 or 4340241. OLE color: 4340241.
HSL color Cylindrical-coordinate representation of color #113A42: hue angle of 189.8º 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 #113A42 is Cyan = 0.74, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 17 | 58 | 66 | - |
| CMYK | 0.74 | 0.12 | 0 | 0.74 |
| HSL | 189.8º | 0.59% | 0.16% | - |
| HSV(B) | 189.8º | 0.74% | 0.26% | - |
| XYZ | 2.73 | 3.54 | 5.69 | - |
| YUV | 46.65 | 138.92 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 58 | 66 | 0.74 | 0.12 | 0 | 0.74 | 189.8 | 0.59 | 0.16 |
| Hex | 11 | 3A | 42 | 4A | C | 0 | 4A | BE | 3B | 10 |
| Octal | 21 | 72 | 102 | 112 | 14 | 0 | 112 | 276 | 73 | 20 |
| Binary | 10001 | 111010 | 1000010 | 1001010 | 1100 | 0 | 1001010 | 10111110 | 111011 | 10000 |
Color Harmonies of #113A42
Complementary color
Monochromatic Colors of #113A42
Black with #113A42
Text Example
Text Example
White with #113A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113A42; }
p { color: rgb(17,58,66); }
H1.HeaderClassName
{
color: #113A42;
}
.AnyTagClassName
{
color: #113A42;
}
</style>
background-color css
<style>
a { background-color: #113A42; }
a { background-color: rgb(17,58,66); }
div.DivClassName
{
background-color: #113A42;
}
.BgClassName
{
background-color: #113A42;
}
</style>
border-color css
<style>
span { border-color: #113A42; }
span { border-color: rgb(17,58,66); }
td.TdClassName
{
border-color: #113A42;
}
.TagClassName
{
border-color: #113A42;
}
</style>