Shades of Nordic #11393E
Tints of Nordic #11393E
RGB
CMYK
RGB Variations
Color information
#11393E (or 0x11393E) is known color: Nordic. HEX triplet: 11, 39 and 3E. RGB value is (17,57,62). Sum of RGB (Red+Green+Blue) = 17+57+62=136 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.5% from 136); Green value is 57 (22.66% from 255 or 41.91% from 136); Blue value is 62 (24.61% from 255 or 45.59% from 136); Max value from RGB is 62 - color contains mainly: blue. Hex color #11393E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11393E is #EEC6C1. Grayscale: #2D2D2D. Windows color (decimal): -15648450 or 4077841. OLE color: 4077841.
HSL color Cylindrical-coordinate representation of color #11393E: hue angle of 186.67º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #11393E is Cyan = 0.73, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 17 | 57 | 62 | - |
| CMYK | 0.73 | 0.08 | 0 | 0.76 |
| HSL | 186.67º | 0.57% | 0.15% | - |
| HSV(B) | 186.67º | 0.73% | 0.24% | - |
| XYZ | 2.56 | 3.39 | 5.08 | - |
| YUV | 45.61 | 137.25 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 57 | 62 | 0.73 | 0.08 | 0 | 0.76 | 186.67 | 0.57 | 0.15 |
| Hex | 11 | 39 | 3E | 49 | 8 | 0 | 4C | BB | 39 | F |
| Octal | 21 | 71 | 76 | 111 | 10 | 0 | 114 | 273 | 71 | 17 |
| Binary | 10001 | 111001 | 111110 | 1001001 | 1000 | 0 | 1001100 | 10111011 | 111001 | 1111 |
Color Harmonies of #11393E
Complementary color
Monochromatic Colors of #11393E
Black with #11393E
Text Example
Text Example
White with #11393E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11393E; }
p { color: rgb(17,57,62); }
H1.HeaderClassName
{
color: #11393E;
}
.AnyTagClassName
{
color: #11393E;
}
</style>
background-color css
<style>
a { background-color: #11393E; }
a { background-color: rgb(17,57,62); }
div.DivClassName
{
background-color: #11393E;
}
.BgClassName
{
background-color: #11393E;
}
</style>
border-color css
<style>
span { border-color: #11393E; }
span { border-color: rgb(17,57,62); }
td.TdClassName
{
border-color: #11393E;
}
.TagClassName
{
border-color: #11393E;
}
</style>