Shades of Nordic #113C45
Tints of Nordic #113C45
RGB
CMYK
RGB Variations
Color information
#113C45 (or 0x113C45) is known color: Nordic. HEX triplet: 11, 3C and 45. RGB value is (17,60,69). Sum of RGB (Red+Green+Blue) = 17+60+69=146 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.64% from 146); Green value is 60 (23.83% from 255 or 41.10% from 146); Blue value is 69 (27.34% from 255 or 47.26% from 146); Max value from RGB is 69 - color contains mainly: blue. Hex color #113C45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113C45 is #EEC3BA. Grayscale: #303030. Windows color (decimal): -15647675 or 4537361. OLE color: 4537361.
HSL color Cylindrical-coordinate representation of color #113C45: hue angle of 190.38º 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 #113C45 is Cyan = 0.75, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 17 | 60 | 69 | - |
| CMYK | 0.75 | 0.13 | 0 | 0.73 |
| HSL | 190.38º | 0.6% | 0.17% | - |
| HSV(B) | 190.38º | 0.75% | 0.27% | - |
| XYZ | 2.92 | 3.78 | 6.21 | - |
| YUV | 48.17 | 139.75 | 105.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 60 | 69 | 0.75 | 0.13 | 0 | 0.73 | 190.38 | 0.6 | 0.17 |
| Hex | 11 | 3C | 45 | 4B | D | 0 | 49 | BE | 3C | 11 |
| Octal | 21 | 74 | 105 | 113 | 15 | 0 | 111 | 276 | 74 | 21 |
| Binary | 10001 | 111100 | 1000101 | 1001011 | 1101 | 0 | 1001001 | 10111110 | 111100 | 10001 |
Color Harmonies of #113C45
Complementary color
Monochromatic Colors of #113C45
Black with #113C45
Text Example
Text Example
White with #113C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113C45; }
p { color: rgb(17,60,69); }
H1.HeaderClassName
{
color: #113C45;
}
.AnyTagClassName
{
color: #113C45;
}
</style>
background-color css
<style>
a { background-color: #113C45; }
a { background-color: rgb(17,60,69); }
div.DivClassName
{
background-color: #113C45;
}
.BgClassName
{
background-color: #113C45;
}
</style>
border-color css
<style>
span { border-color: #113C45; }
span { border-color: rgb(17,60,69); }
td.TdClassName
{
border-color: #113C45;
}
.TagClassName
{
border-color: #113C45;
}
</style>