Shades of Nordic #103844
Tints of Nordic #103844
RGB
CMYK
RGB Variations
Color information
#103844 (or 0x103844) is known color: Nordic. HEX triplet: 10, 38 and 44. RGB value is (16,56,68). Sum of RGB (Red+Green+Blue) = 16+56+68=140 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.43% from 140); Green value is 56 (22.27% from 255 or 40% from 140); Blue value is 68 (26.95% from 255 or 48.57% from 140); Max value from RGB is 68 - color contains mainly: blue. Hex color #103844 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103844 is #EFC7BB. Grayscale: #2D2D2D. Windows color (decimal): -15714236 or 4470800. OLE color: 4470800.
HSL color Cylindrical-coordinate representation of color #103844: hue angle of 193.85º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #103844 is Cyan = 0.76, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 16 | 56 | 68 | - |
| CMYK | 0.76 | 0.18 | 0 | 0.73 |
| HSL | 193.85º | 0.62% | 0.16% | - |
| HSV(B) | 193.85º | 0.76% | 0.27% | - |
| XYZ | 2.67 | 3.36 | 5.98 | - |
| YUV | 45.41 | 140.75 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 56 | 68 | 0.76 | 0.18 | 0 | 0.73 | 193.85 | 0.62 | 0.16 |
| Hex | 10 | 38 | 44 | 4C | 12 | 0 | 49 | C2 | 3E | 10 |
| Octal | 20 | 70 | 104 | 114 | 22 | 0 | 111 | 302 | 76 | 20 |
| Binary | 10000 | 111000 | 1000100 | 1001100 | 10010 | 0 | 1001001 | 11000010 | 111110 | 10000 |
Color Harmonies of #103844
Complementary color
Monochromatic Colors of #103844
Black with #103844
Text Example
Text Example
White with #103844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103844; }
p { color: rgb(16,56,68); }
H1.HeaderClassName
{
color: #103844;
}
.AnyTagClassName
{
color: #103844;
}
</style>
background-color css
<style>
a { background-color: #103844; }
a { background-color: rgb(16,56,68); }
div.DivClassName
{
background-color: #103844;
}
.BgClassName
{
background-color: #103844;
}
</style>
border-color css
<style>
span { border-color: #103844; }
span { border-color: rgb(16,56,68); }
td.TdClassName
{
border-color: #103844;
}
.TagClassName
{
border-color: #103844;
}
</style>