Shades of Nordic #103A3F
Tints of Nordic #103A3F
RGB
CMYK
RGB Variations
Color information
#103A3F (or 0x103A3F) is known color: Nordic. HEX triplet: 10, 3A and 3F. RGB value is (16,58,63). Sum of RGB (Red+Green+Blue) = 16+58+63=137 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.68% from 137); Green value is 58 (23.05% from 255 or 42.34% from 137); Blue value is 63 (25% from 255 or 45.99% from 137); Max value from RGB is 63 - color contains mainly: blue. Hex color #103A3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103A3F is #EFC5C0. Grayscale: #2D2D2D. Windows color (decimal): -15713729 or 4143632. OLE color: 4143632.
HSL color Cylindrical-coordinate representation of color #103A3F: hue angle of 186.38º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #103A3F is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 16 | 58 | 63 | - |
| CMYK | 0.75 | 0.08 | 0 | 0.75 |
| HSL | 186.38º | 0.59% | 0.15% | - |
| HSV(B) | 186.38º | 0.75% | 0.25% | - |
| XYZ | 2.62 | 3.5 | 5.24 | - |
| YUV | 46.01 | 137.59 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 58 | 63 | 0.75 | 0.08 | 0 | 0.75 | 186.38 | 0.59 | 0.15 |
| Hex | 10 | 3A | 3F | 4B | 8 | 0 | 4B | BA | 3B | F |
| Octal | 20 | 72 | 77 | 113 | 10 | 0 | 113 | 272 | 73 | 17 |
| Binary | 10000 | 111010 | 111111 | 1001011 | 1000 | 0 | 1001011 | 10111010 | 111011 | 1111 |
Color Harmonies of #103A3F
Complementary color
Monochromatic Colors of #103A3F
Black with #103A3F
Text Example
Text Example
White with #103A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103A3F; }
p { color: rgb(16,58,63); }
H1.HeaderClassName
{
color: #103A3F;
}
.AnyTagClassName
{
color: #103A3F;
}
</style>
background-color css
<style>
a { background-color: #103A3F; }
a { background-color: rgb(16,58,63); }
div.DivClassName
{
background-color: #103A3F;
}
.BgClassName
{
background-color: #103A3F;
}
</style>
border-color css
<style>
span { border-color: #103A3F; }
span { border-color: rgb(16,58,63); }
td.TdClassName
{
border-color: #103A3F;
}
.TagClassName
{
border-color: #103A3F;
}
</style>