Shades of Nordic #112E37
Tints of Nordic #112E37
RGB
CMYK
RGB Variations
Color information
#112E37 (or 0x112E37) is known color: Nordic. HEX triplet: 11, 2E and 37. RGB value is (17,46,55). Sum of RGB (Red+Green+Blue) = 17+46+55=118 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.41% from 118); Green value is 46 (18.36% from 255 or 38.98% from 118); Blue value is 55 (21.88% from 255 or 46.61% from 118); Max value from RGB is 55 - color contains mainly: blue. Hex color #112E37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112E37 is #EED1C8. Grayscale: #262626. Windows color (decimal): -15651273 or 3616273. OLE color: 3616273.
HSL color Cylindrical-coordinate representation of color #112E37: hue angle of 194.21º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #112E37 is Cyan = 0.69, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 17 | 46 | 55 | - |
| CMYK | 0.69 | 0.16 | 0 | 0.78 |
| HSL | 194.21º | 0.53% | 0.14% | - |
| HSV(B) | 194.21º | 0.69% | 0.22% | - |
| XYZ | 1.9 | 2.35 | 3.97 | - |
| YUV | 38.36 | 137.39 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 46 | 55 | 0.69 | 0.16 | 0 | 0.78 | 194.21 | 0.53 | 0.14 |
| Hex | 11 | 2E | 37 | 45 | 10 | 0 | 4E | C2 | 35 | E |
| Octal | 21 | 56 | 67 | 105 | 20 | 0 | 116 | 302 | 65 | 16 |
| Binary | 10001 | 101110 | 110111 | 1000101 | 10000 | 0 | 1001110 | 11000010 | 110101 | 1110 |
Color Harmonies of #112E37
Complementary color
Monochromatic Colors of #112E37
Black with #112E37
Text Example
Text Example
White with #112E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112E37; }
p { color: rgb(17,46,55); }
H1.HeaderClassName
{
color: #112E37;
}
.AnyTagClassName
{
color: #112E37;
}
</style>
background-color css
<style>
a { background-color: #112E37; }
a { background-color: rgb(17,46,55); }
div.DivClassName
{
background-color: #112E37;
}
.BgClassName
{
background-color: #112E37;
}
</style>
border-color css
<style>
span { border-color: #112E37; }
span { border-color: rgb(17,46,55); }
td.TdClassName
{
border-color: #112E37;
}
.TagClassName
{
border-color: #112E37;
}
</style>