Shades of Nordic #103C47
Tints of Nordic #103C47
RGB
CMYK
RGB Variations
Color information
#103C47 (or 0x103C47) is known color: Nordic. HEX triplet: 10, 3C and 47. RGB value is (16,60,71). Sum of RGB (Red+Green+Blue) = 16+60+71=147 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.88% from 147); Green value is 60 (23.83% from 255 or 40.82% from 147); Blue value is 71 (28.12% from 255 or 48.30% from 147); Max value from RGB is 71 - color contains mainly: blue. Hex color #103C47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103C47 is #EFC3B8. Grayscale: #303030. Windows color (decimal): -15713209 or 4668432. OLE color: 4668432.
HSL color Cylindrical-coordinate representation of color #103C47: hue angle of 192º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #103C47 is Cyan = 0.77, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 16 | 60 | 71 | - |
| CMYK | 0.77 | 0.15 | 0 | 0.72 |
| HSL | 192º | 0.63% | 0.17% | - |
| HSV(B) | 192º | 0.77% | 0.28% | - |
| XYZ | 2.97 | 3.8 | 6.54 | - |
| YUV | 48.1 | 140.92 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 60 | 71 | 0.77 | 0.15 | 0 | 0.72 | 192 | 0.63 | 0.17 |
| Hex | 10 | 3C | 47 | 4D | F | 0 | 48 | C0 | 3F | 11 |
| Octal | 20 | 74 | 107 | 115 | 17 | 0 | 110 | 300 | 77 | 21 |
| Binary | 10000 | 111100 | 1000111 | 1001101 | 1111 | 0 | 1001000 | 11000000 | 111111 | 10001 |
Color Harmonies of #103C47
Complementary color
Monochromatic Colors of #103C47
Black with #103C47
Text Example
Text Example
White with #103C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103C47; }
p { color: rgb(16,60,71); }
H1.HeaderClassName
{
color: #103C47;
}
.AnyTagClassName
{
color: #103C47;
}
</style>
background-color css
<style>
a { background-color: #103C47; }
a { background-color: rgb(16,60,71); }
div.DivClassName
{
background-color: #103C47;
}
.BgClassName
{
background-color: #103C47;
}
</style>
border-color css
<style>
span { border-color: #103C47; }
span { border-color: rgb(16,60,71); }
td.TdClassName
{
border-color: #103C47;
}
.TagClassName
{
border-color: #103C47;
}
</style>