Shades of Nordic #103540
Tints of Nordic #103540
RGB
CMYK
RGB Variations
Color information
#103540 (or 0x103540) is known color: Nordic. HEX triplet: 10, 35 and 40. RGB value is (16,53,64). Sum of RGB (Red+Green+Blue) = 16+53+64=133 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.03% from 133); Green value is 53 (21.09% from 255 or 39.85% from 133); Blue value is 64 (25.39% from 255 or 48.12% from 133); Max value from RGB is 64 - color contains mainly: blue. Hex color #103540 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103540 is #EFCABF. Grayscale: #2B2B2B. Windows color (decimal): -15715008 or 4207888. OLE color: 4207888.
HSL color Cylindrical-coordinate representation of color #103540: hue angle of 193.75º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #103540 is Cyan = 0.75, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 16 | 53 | 64 | - |
| CMYK | 0.75 | 0.17 | 0 | 0.75 |
| HSL | 193.75º | 0.6% | 0.16% | - |
| HSV(B) | 193.75º | 0.75% | 0.25% | - |
| XYZ | 2.41 | 3.03 | 5.31 | - |
| YUV | 43.19 | 139.74 | 108.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 53 | 64 | 0.75 | 0.17 | 0 | 0.75 | 193.75 | 0.6 | 0.16 |
| Hex | 10 | 35 | 40 | 4B | 11 | 0 | 4B | C2 | 3C | 10 |
| Octal | 20 | 65 | 100 | 113 | 21 | 0 | 113 | 302 | 74 | 20 |
| Binary | 10000 | 110101 | 1000000 | 1001011 | 10001 | 0 | 1001011 | 11000010 | 111100 | 10000 |
Color Harmonies of #103540
Complementary color
Monochromatic Colors of #103540
Black with #103540
Text Example
Text Example
White with #103540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103540; }
p { color: rgb(16,53,64); }
H1.HeaderClassName
{
color: #103540;
}
.AnyTagClassName
{
color: #103540;
}
</style>
background-color css
<style>
a { background-color: #103540; }
a { background-color: rgb(16,53,64); }
div.DivClassName
{
background-color: #103540;
}
.BgClassName
{
background-color: #103540;
}
</style>
border-color css
<style>
span { border-color: #103540; }
span { border-color: rgb(16,53,64); }
td.TdClassName
{
border-color: #103540;
}
.TagClassName
{
border-color: #103540;
}
</style>