Shades of Nordic #113C46
Tints of Nordic #113C46
RGB
CMYK
RGB Variations
Color information
#113C46 (or 0x113C46) is known color: Nordic. HEX triplet: 11, 3C and 46. RGB value is (17,60,70). Sum of RGB (Red+Green+Blue) = 17+60+70=147 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.56% from 147); Green value is 60 (23.83% from 255 or 40.82% from 147); Blue value is 70 (27.73% from 255 or 47.62% from 147); Max value from RGB is 70 - color contains mainly: blue. Hex color #113C46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113C46 is #EEC3B9. Grayscale: #303030. Windows color (decimal): -15647674 or 4602897. OLE color: 4602897.
HSL color Cylindrical-coordinate representation of color #113C46: hue angle of 191.32º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #113C46 is Cyan = 0.76, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 17 | 60 | 70 | - |
| CMYK | 0.76 | 0.14 | 0 | 0.73 |
| HSL | 191.32º | 0.61% | 0.17% | - |
| HSV(B) | 191.32º | 0.76% | 0.27% | - |
| XYZ | 2.95 | 3.79 | 6.37 | - |
| YUV | 48.28 | 140.25 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 60 | 70 | 0.76 | 0.14 | 0 | 0.73 | 191.32 | 0.61 | 0.17 |
| Hex | 11 | 3C | 46 | 4C | E | 0 | 49 | BF | 3D | 11 |
| Octal | 21 | 74 | 106 | 114 | 16 | 0 | 111 | 277 | 75 | 21 |
| Binary | 10001 | 111100 | 1000110 | 1001100 | 1110 | 0 | 1001001 | 10111111 | 111101 | 10001 |
Color Harmonies of #113C46
Complementary color
Monochromatic Colors of #113C46
Black with #113C46
Text Example
Text Example
White with #113C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113C46; }
p { color: rgb(17,60,70); }
H1.HeaderClassName
{
color: #113C46;
}
.AnyTagClassName
{
color: #113C46;
}
</style>
background-color css
<style>
a { background-color: #113C46; }
a { background-color: rgb(17,60,70); }
div.DivClassName
{
background-color: #113C46;
}
.BgClassName
{
background-color: #113C46;
}
</style>
border-color css
<style>
span { border-color: #113C46; }
span { border-color: rgb(17,60,70); }
td.TdClassName
{
border-color: #113C46;
}
.TagClassName
{
border-color: #113C46;
}
</style>