Shades of Nordic #11363B
Tints of Nordic #11363B
RGB
CMYK
RGB Variations
Color information
#11363B (or 0x11363B) is known color: Nordic. HEX triplet: 11, 36 and 3B. RGB value is (17,54,59). Sum of RGB (Red+Green+Blue) = 17+54+59=130 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.08% from 130); Green value is 54 (21.48% from 255 or 41.54% from 130); Blue value is 59 (23.44% from 255 or 45.38% from 130); Max value from RGB is 59 - color contains mainly: blue. Hex color #11363B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11363B is #EEC9C4. Grayscale: #2B2B2B. Windows color (decimal): -15649221 or 3880465. OLE color: 3880465.
HSL color Cylindrical-coordinate representation of color #11363B: hue angle of 187.14º degrees, saturation: 0.55, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #11363B is Cyan = 0.71, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 17 | 54 | 59 | - |
| CMYK | 0.71 | 0.08 | 0 | 0.77 |
| HSL | 187.14º | 0.55% | 0.15% | - |
| HSV(B) | 187.14º | 0.71% | 0.23% | - |
| XYZ | 2.34 | 3.07 | 4.61 | - |
| YUV | 43.51 | 136.74 | 109.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 54 | 59 | 0.71 | 0.08 | 0 | 0.77 | 187.14 | 0.55 | 0.15 |
| Hex | 11 | 36 | 3B | 47 | 8 | 0 | 4D | BB | 37 | F |
| Octal | 21 | 66 | 73 | 107 | 10 | 0 | 115 | 273 | 67 | 17 |
| Binary | 10001 | 110110 | 111011 | 1000111 | 1000 | 0 | 1001101 | 10111011 | 110111 | 1111 |
Color Harmonies of #11363B
Complementary color
Monochromatic Colors of #11363B
Black with #11363B
Text Example
Text Example
White with #11363B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11363B; }
p { color: rgb(17,54,59); }
H1.HeaderClassName
{
color: #11363B;
}
.AnyTagClassName
{
color: #11363B;
}
</style>
background-color css
<style>
a { background-color: #11363B; }
a { background-color: rgb(17,54,59); }
div.DivClassName
{
background-color: #11363B;
}
.BgClassName
{
background-color: #11363B;
}
</style>
border-color css
<style>
span { border-color: #11363B; }
span { border-color: rgb(17,54,59); }
td.TdClassName
{
border-color: #11363B;
}
.TagClassName
{
border-color: #11363B;
}
</style>