Shades of Nordic #103A45
Tints of Nordic #103A45
RGB
CMYK
RGB Variations
Color information
#103A45 (or 0x103A45) is known color: Nordic. HEX triplet: 10, 3A and 45. RGB value is (16,58,69). Sum of RGB (Red+Green+Blue) = 16+58+69=143 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.19% from 143); Green value is 58 (23.05% from 255 or 40.56% from 143); Blue value is 69 (27.34% from 255 or 48.25% from 143); Max value from RGB is 69 - color contains mainly: blue. Hex color #103A45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103A45 is #EFC5BA. Grayscale: #2E2E2E. Windows color (decimal): -15713723 or 4536848. OLE color: 4536848.
HSL color Cylindrical-coordinate representation of color #103A45: hue angle of 192.45º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #103A45 is Cyan = 0.77, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 16 | 58 | 69 | - |
| CMYK | 0.77 | 0.16 | 0 | 0.73 |
| HSL | 192.45º | 0.62% | 0.17% | - |
| HSV(B) | 192.45º | 0.77% | 0.27% | - |
| XYZ | 2.8 | 3.57 | 6.17 | - |
| YUV | 46.7 | 140.59 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 58 | 69 | 0.77 | 0.16 | 0 | 0.73 | 192.45 | 0.62 | 0.17 |
| Hex | 10 | 3A | 45 | 4D | 10 | 0 | 49 | C0 | 3E | 11 |
| Octal | 20 | 72 | 105 | 115 | 20 | 0 | 111 | 300 | 76 | 21 |
| Binary | 10000 | 111010 | 1000101 | 1001101 | 10000 | 0 | 1001001 | 11000000 | 111110 | 10001 |
Color Harmonies of #103A45
Complementary color
Monochromatic Colors of #103A45
Black with #103A45
Text Example
Text Example
White with #103A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103A45; }
p { color: rgb(16,58,69); }
H1.HeaderClassName
{
color: #103A45;
}
.AnyTagClassName
{
color: #103A45;
}
</style>
background-color css
<style>
a { background-color: #103A45; }
a { background-color: rgb(16,58,69); }
div.DivClassName
{
background-color: #103A45;
}
.BgClassName
{
background-color: #103A45;
}
</style>
border-color css
<style>
span { border-color: #103A45; }
span { border-color: rgb(16,58,69); }
td.TdClassName
{
border-color: #103A45;
}
.TagClassName
{
border-color: #103A45;
}
</style>