Shades of Nordic #103944
Tints of Nordic #103944
RGB
CMYK
RGB Variations
Color information
#103944 (or 0x103944) is known color: Nordic. HEX triplet: 10, 39 and 44. RGB value is (16,57,68). Sum of RGB (Red+Green+Blue) = 16+57+68=141 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.35% from 141); Green value is 57 (22.66% from 255 or 40.43% from 141); Blue value is 68 (26.95% from 255 or 48.23% from 141); Max value from RGB is 68 - color contains mainly: blue. Hex color #103944 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103944 is #EFC6BB. Grayscale: #2D2D2D. Windows color (decimal): -15713980 or 4471056. OLE color: 4471056.
HSL color Cylindrical-coordinate representation of color #103944: hue angle of 192.69º 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 #103944 is Cyan = 0.76, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 16 | 57 | 68 | - |
| CMYK | 0.76 | 0.16 | 0 | 0.73 |
| HSL | 192.69º | 0.62% | 0.16% | - |
| HSV(B) | 192.69º | 0.76% | 0.27% | - |
| XYZ | 2.72 | 3.45 | 5.99 | - |
| YUV | 46 | 140.42 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 57 | 68 | 0.76 | 0.16 | 0 | 0.73 | 192.69 | 0.62 | 0.16 |
| Hex | 10 | 39 | 44 | 4C | 10 | 0 | 49 | C1 | 3E | 10 |
| Octal | 20 | 71 | 104 | 114 | 20 | 0 | 111 | 301 | 76 | 20 |
| Binary | 10000 | 111001 | 1000100 | 1001100 | 10000 | 0 | 1001001 | 11000001 | 111110 | 10000 |
Color Harmonies of #103944
Complementary color
Monochromatic Colors of #103944
Black with #103944
Text Example
Text Example
White with #103944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103944; }
p { color: rgb(16,57,68); }
H1.HeaderClassName
{
color: #103944;
}
.AnyTagClassName
{
color: #103944;
}
</style>
background-color css
<style>
a { background-color: #103944; }
a { background-color: rgb(16,57,68); }
div.DivClassName
{
background-color: #103944;
}
.BgClassName
{
background-color: #103944;
}
</style>
border-color css
<style>
span { border-color: #103944; }
span { border-color: rgb(16,57,68); }
td.TdClassName
{
border-color: #103944;
}
.TagClassName
{
border-color: #103944;
}
</style>