Shades of Nordic #113A45
Tints of Nordic #113A45
RGB
CMYK
RGB Variations
Color information
#113A45 (or 0x113A45) is known color: Nordic. HEX triplet: 11, 3A and 45. RGB value is (17,58,69). Sum of RGB (Red+Green+Blue) = 17+58+69=144 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.81% from 144); Green value is 58 (23.05% from 255 or 40.28% from 144); Blue value is 69 (27.34% from 255 or 47.92% from 144); Max value from RGB is 69 - color contains mainly: blue. Hex color #113A45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113A45 is #EEC5BA. Grayscale: #2E2E2E. Windows color (decimal): -15648187 or 4536849. OLE color: 4536849.
HSL color Cylindrical-coordinate representation of color #113A45: hue angle of 192.69º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #113A45 is Cyan = 0.75, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 17 | 58 | 69 | - |
| CMYK | 0.75 | 0.16 | 0 | 0.73 |
| HSL | 192.69º | 0.6% | 0.17% | - |
| HSV(B) | 192.69º | 0.75% | 0.27% | - |
| XYZ | 2.82 | 3.57 | 6.17 | - |
| YUV | 47 | 140.42 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 58 | 69 | 0.75 | 0.16 | 0 | 0.73 | 192.69 | 0.6 | 0.17 |
| Hex | 11 | 3A | 45 | 4B | 10 | 0 | 49 | C1 | 3C | 11 |
| Octal | 21 | 72 | 105 | 113 | 20 | 0 | 111 | 301 | 74 | 21 |
| Binary | 10001 | 111010 | 1000101 | 1001011 | 10000 | 0 | 1001001 | 11000001 | 111100 | 10001 |
Color Harmonies of #113A45
Complementary color
Monochromatic Colors of #113A45
Black with #113A45
Text Example
Text Example
White with #113A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113A45; }
p { color: rgb(17,58,69); }
H1.HeaderClassName
{
color: #113A45;
}
.AnyTagClassName
{
color: #113A45;
}
</style>
background-color css
<style>
a { background-color: #113A45; }
a { background-color: rgb(17,58,69); }
div.DivClassName
{
background-color: #113A45;
}
.BgClassName
{
background-color: #113A45;
}
</style>
border-color css
<style>
span { border-color: #113A45; }
span { border-color: rgb(17,58,69); }
td.TdClassName
{
border-color: #113A45;
}
.TagClassName
{
border-color: #113A45;
}
</style>