Shades of Nordic #11363A
Tints of Nordic #11363A
RGB
CMYK
RGB Variations
Color information
#11363A (or 0x11363A) is known color: Nordic. HEX triplet: 11, 36 and 3A. RGB value is (17,54,58). Sum of RGB (Red+Green+Blue) = 17+54+58=129 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.18% from 129); Green value is 54 (21.48% from 255 or 41.86% from 129); Blue value is 58 (23.05% from 255 or 44.96% from 129); Max value from RGB is 58 - color contains mainly: blue. Hex color #11363A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11363A is #EEC9C5. Grayscale: #2B2B2B. Windows color (decimal): -15649222 or 3814929. OLE color: 3814929.
HSL color Cylindrical-coordinate representation of color #11363A: hue angle of 185.85º 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 #11363A is Cyan = 0.71, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 17 | 54 | 58 | - |
| CMYK | 0.71 | 0.07 | 0 | 0.77 |
| HSL | 185.85º | 0.55% | 0.15% | - |
| HSV(B) | 185.85º | 0.71% | 0.23% | - |
| XYZ | 2.31 | 3.06 | 4.47 | - |
| YUV | 43.39 | 136.24 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 54 | 58 | 0.71 | 0.07 | 0 | 0.77 | 185.85 | 0.55 | 0.15 |
| Hex | 11 | 36 | 3A | 47 | 7 | 0 | 4D | BA | 37 | F |
| Octal | 21 | 66 | 72 | 107 | 7 | 0 | 115 | 272 | 67 | 17 |
| Binary | 10001 | 110110 | 111010 | 1000111 | 111 | 0 | 1001101 | 10111010 | 110111 | 1111 |
Color Harmonies of #11363A
Complementary color
Monochromatic Colors of #11363A
Black with #11363A
Text Example
Text Example
White with #11363A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11363A; }
p { color: rgb(17,54,58); }
H1.HeaderClassName
{
color: #11363A;
}
.AnyTagClassName
{
color: #11363A;
}
</style>
background-color css
<style>
a { background-color: #11363A; }
a { background-color: rgb(17,54,58); }
div.DivClassName
{
background-color: #11363A;
}
.BgClassName
{
background-color: #11363A;
}
</style>
border-color css
<style>
span { border-color: #11363A; }
span { border-color: rgb(17,54,58); }
td.TdClassName
{
border-color: #11363A;
}
.TagClassName
{
border-color: #11363A;
}
</style>