Shades of Nordic #103B42
Tints of Nordic #103B42
RGB
CMYK
RGB Variations
Color information
#103B42 (or 0x103B42) is known color: Nordic. HEX triplet: 10, 3B and 42. RGB value is (16,59,66). Sum of RGB (Red+Green+Blue) = 16+59+66=141 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.35% from 141); Green value is 59 (23.44% from 255 or 41.84% from 141); Blue value is 66 (26.17% from 255 or 46.81% from 141); Max value from RGB is 66 - color contains mainly: blue. Hex color #103B42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103B42 is #EFC4BD. Grayscale: #2E2E2E. Windows color (decimal): -15713470 or 4340496. OLE color: 4340496.
HSL color Cylindrical-coordinate representation of color #103B42: hue angle of 188.4º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #103B42 is Cyan = 0.76, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 16 | 59 | 66 | - |
| CMYK | 0.76 | 0.11 | 0 | 0.74 |
| HSL | 188.4º | 0.61% | 0.16% | - |
| HSV(B) | 188.4º | 0.76% | 0.26% | - |
| XYZ | 2.76 | 3.63 | 5.71 | - |
| YUV | 46.94 | 138.75 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 59 | 66 | 0.76 | 0.11 | 0 | 0.74 | 188.4 | 0.61 | 0.16 |
| Hex | 10 | 3B | 42 | 4C | B | 0 | 4A | BC | 3D | 10 |
| Octal | 20 | 73 | 102 | 114 | 13 | 0 | 112 | 274 | 75 | 20 |
| Binary | 10000 | 111011 | 1000010 | 1001100 | 1011 | 0 | 1001010 | 10111100 | 111101 | 10000 |
Color Harmonies of #103B42
Complementary color
Monochromatic Colors of #103B42
Black with #103B42
Text Example
Text Example
White with #103B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103B42; }
p { color: rgb(16,59,66); }
H1.HeaderClassName
{
color: #103B42;
}
.AnyTagClassName
{
color: #103B42;
}
</style>
background-color css
<style>
a { background-color: #103B42; }
a { background-color: rgb(16,59,66); }
div.DivClassName
{
background-color: #103B42;
}
.BgClassName
{
background-color: #103B42;
}
</style>
border-color css
<style>
span { border-color: #103B42; }
span { border-color: rgb(16,59,66); }
td.TdClassName
{
border-color: #103B42;
}
.TagClassName
{
border-color: #103B42;
}
</style>