Shades of Nordic #103640
Tints of Nordic #103640
RGB
CMYK
RGB Variations
Color information
#103640 (or 0x103640) is known color: Nordic. HEX triplet: 10, 36 and 40. RGB value is (16,54,64). Sum of RGB (Red+Green+Blue) = 16+54+64=134 (17% of max value = 765). Red value is 16 (6.64% from 255 or 11.94% from 134); Green value is 54 (21.48% from 255 or 40.30% from 134); Blue value is 64 (25.39% from 255 or 47.76% from 134); Max value from RGB is 64 - color contains mainly: blue. Hex color #103640 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103640 is #EFC9BF. Grayscale: #2B2B2B. Windows color (decimal): -15714752 or 4208144. OLE color: 4208144.
HSL color Cylindrical-coordinate representation of color #103640: hue angle of 192.5º 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 #103640 is Cyan = 0.75, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 16 | 54 | 64 | - |
| CMYK | 0.75 | 0.16 | 0 | 0.75 |
| HSL | 192.5º | 0.6% | 0.16% | - |
| HSV(B) | 192.5º | 0.75% | 0.25% | - |
| XYZ | 2.46 | 3.12 | 5.32 | - |
| YUV | 43.78 | 139.41 | 108.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 54 | 64 | 0.75 | 0.16 | 0 | 0.75 | 192.5 | 0.6 | 0.16 |
| Hex | 10 | 36 | 40 | 4B | 10 | 0 | 4B | C0 | 3C | 10 |
| Octal | 20 | 66 | 100 | 113 | 20 | 0 | 113 | 300 | 74 | 20 |
| Binary | 10000 | 110110 | 1000000 | 1001011 | 10000 | 0 | 1001011 | 11000000 | 111100 | 10000 |
Color Harmonies of #103640
Complementary color
Monochromatic Colors of #103640
Black with #103640
Text Example
Text Example
White with #103640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103640; }
p { color: rgb(16,54,64); }
H1.HeaderClassName
{
color: #103640;
}
.AnyTagClassName
{
color: #103640;
}
</style>
background-color css
<style>
a { background-color: #103640; }
a { background-color: rgb(16,54,64); }
div.DivClassName
{
background-color: #103640;
}
.BgClassName
{
background-color: #103640;
}
</style>
border-color css
<style>
span { border-color: #103640; }
span { border-color: rgb(16,54,64); }
td.TdClassName
{
border-color: #103640;
}
.TagClassName
{
border-color: #103640;
}
</style>