Shades of Nordic #113A43
Tints of Nordic #113A43
RGB
CMYK
RGB Variations
Color information
#113A43 (or 0x113A43) is known color: Nordic. HEX triplet: 11, 3A and 43. RGB value is (17,58,67). Sum of RGB (Red+Green+Blue) = 17+58+67=142 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.97% from 142); Green value is 58 (23.05% from 255 or 40.85% from 142); Blue value is 67 (26.56% from 255 or 47.18% from 142); Max value from RGB is 67 - color contains mainly: blue. Hex color #113A43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113A43 is #EEC5BC. Grayscale: #2E2E2E. Windows color (decimal): -15648189 or 4405777. OLE color: 4405777.
HSL color Cylindrical-coordinate representation of color #113A43: hue angle of 190.8º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #113A43 is Cyan = 0.75, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 17 | 58 | 67 | - |
| CMYK | 0.75 | 0.13 | 0 | 0.74 |
| HSL | 190.8º | 0.6% | 0.16% | - |
| HSV(B) | 190.8º | 0.75% | 0.26% | - |
| XYZ | 2.76 | 3.55 | 5.85 | - |
| YUV | 46.77 | 139.42 | 106.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 58 | 67 | 0.75 | 0.13 | 0 | 0.74 | 190.8 | 0.6 | 0.16 |
| Hex | 11 | 3A | 43 | 4B | D | 0 | 4A | BF | 3C | 10 |
| Octal | 21 | 72 | 103 | 113 | 15 | 0 | 112 | 277 | 74 | 20 |
| Binary | 10001 | 111010 | 1000011 | 1001011 | 1101 | 0 | 1001010 | 10111111 | 111100 | 10000 |
Color Harmonies of #113A43
Complementary color
Monochromatic Colors of #113A43
Black with #113A43
Text Example
Text Example
White with #113A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113A43; }
p { color: rgb(17,58,67); }
H1.HeaderClassName
{
color: #113A43;
}
.AnyTagClassName
{
color: #113A43;
}
</style>
background-color css
<style>
a { background-color: #113A43; }
a { background-color: rgb(17,58,67); }
div.DivClassName
{
background-color: #113A43;
}
.BgClassName
{
background-color: #113A43;
}
</style>
border-color css
<style>
span { border-color: #113A43; }
span { border-color: rgb(17,58,67); }
td.TdClassName
{
border-color: #113A43;
}
.TagClassName
{
border-color: #113A43;
}
</style>