Shades of Nordic #103136
Tints of Nordic #103136
RGB
CMYK
RGB Variations
Color information
#103136 (or 0x103136) is known color: Nordic. HEX triplet: 10, 31 and 36. RGB value is (16,49,54). Sum of RGB (Red+Green+Blue) = 16+49+54=119 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.45% from 119); Green value is 49 (19.53% from 255 or 41.18% from 119); Blue value is 54 (21.48% from 255 or 45.38% from 119); Max value from RGB is 54 - color contains mainly: blue. Hex color #103136 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103136 is #EFCEC9. Grayscale: #272727. Windows color (decimal): -15716042 or 3551504. OLE color: 3551504.
HSL color Cylindrical-coordinate representation of color #103136: hue angle of 187.89º degrees, saturation: 0.54, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #103136 is Cyan = 0.70, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 16 | 49 | 54 | - |
| CMYK | 0.70 | 0.09 | 0 | 0.79 |
| HSL | 187.89º | 0.54% | 0.14% | - |
| HSV(B) | 187.89º | 0.7% | 0.21% | - |
| XYZ | 1.98 | 2.57 | 3.88 | - |
| YUV | 39.7 | 136.07 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 49 | 54 | 0.70 | 0.09 | 0 | 0.79 | 187.89 | 0.54 | 0.14 |
| Hex | 10 | 31 | 36 | 46 | 9 | 0 | 4F | BC | 36 | E |
| Octal | 20 | 61 | 66 | 106 | 11 | 0 | 117 | 274 | 66 | 16 |
| Binary | 10000 | 110001 | 110110 | 1000110 | 1001 | 0 | 1001111 | 10111100 | 110110 | 1110 |
Color Harmonies of #103136
Complementary color
Monochromatic Colors of #103136
Black with #103136
Text Example
Text Example
White with #103136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103136; }
p { color: rgb(16,49,54); }
H1.HeaderClassName
{
color: #103136;
}
.AnyTagClassName
{
color: #103136;
}
</style>
background-color css
<style>
a { background-color: #103136; }
a { background-color: rgb(16,49,54); }
div.DivClassName
{
background-color: #103136;
}
.BgClassName
{
background-color: #103136;
}
</style>
border-color css
<style>
span { border-color: #103136; }
span { border-color: rgb(16,49,54); }
td.TdClassName
{
border-color: #103136;
}
.TagClassName
{
border-color: #103136;
}
</style>