Shades of Nordic #103C43
Tints of Nordic #103C43
RGB
CMYK
RGB Variations
Color information
#103C43 (or 0x103C43) is known color: Nordic. HEX triplet: 10, 3C and 43. RGB value is (16,60,67). Sum of RGB (Red+Green+Blue) = 16+60+67=143 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.19% from 143); Green value is 60 (23.83% from 255 or 41.96% from 143); Blue value is 67 (26.56% from 255 or 46.85% from 143); Max value from RGB is 67 - color contains mainly: blue. Hex color #103C43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103C43 is #EFC3BC. Grayscale: #2F2F2F. Windows color (decimal): -15713213 or 4406288. OLE color: 4406288.
HSL color Cylindrical-coordinate representation of color #103C43: hue angle of 188.24º 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 #103C43 is Cyan = 0.76, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 16 | 60 | 67 | - |
| CMYK | 0.76 | 0.10 | 0 | 0.74 |
| HSL | 188.24º | 0.61% | 0.16% | - |
| HSV(B) | 188.24º | 0.76% | 0.26% | - |
| XYZ | 2.84 | 3.75 | 5.88 | - |
| YUV | 47.64 | 138.92 | 105.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 60 | 67 | 0.76 | 0.10 | 0 | 0.74 | 188.24 | 0.61 | 0.16 |
| Hex | 10 | 3C | 43 | 4C | A | 0 | 4A | BC | 3D | 10 |
| Octal | 20 | 74 | 103 | 114 | 12 | 0 | 112 | 274 | 75 | 20 |
| Binary | 10000 | 111100 | 1000011 | 1001100 | 1010 | 0 | 1001010 | 10111100 | 111101 | 10000 |
Color Harmonies of #103C43
Complementary color
Monochromatic Colors of #103C43
Black with #103C43
Text Example
Text Example
White with #103C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103C43; }
p { color: rgb(16,60,67); }
H1.HeaderClassName
{
color: #103C43;
}
.AnyTagClassName
{
color: #103C43;
}
</style>
background-color css
<style>
a { background-color: #103C43; }
a { background-color: rgb(16,60,67); }
div.DivClassName
{
background-color: #103C43;
}
.BgClassName
{
background-color: #103C43;
}
</style>
border-color css
<style>
span { border-color: #103C43; }
span { border-color: rgb(16,60,67); }
td.TdClassName
{
border-color: #103C43;
}
.TagClassName
{
border-color: #103C43;
}
</style>