Shades of Nordic #0E3039
Tints of Nordic #0E3039
RGB
CMYK
RGB Variations
Color information
#0E3039 (or 0x0E3039) is known color: Nordic. HEX triplet: 0E, 30 and 39. RGB value is (14,48,57). Sum of RGB (Red+Green+Blue) = 14+48+57=119 (15% of max value = 765). Red value is 14 (5.86% from 255 or 11.76% from 119); Green value is 48 (19.14% from 255 or 40.34% from 119); Blue value is 57 (22.66% from 255 or 47.90% from 119); Max value from RGB is 57 - color contains mainly: blue. Hex color #0E3039 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3039 is #F1CFC6. Grayscale: #262626. Windows color (decimal): -15847367 or 3747854. OLE color: 3747854.
HSL color Cylindrical-coordinate representation of color #0E3039: hue angle of 192.56º degrees, saturation: 0.61, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0E3039 is Cyan = 0.75, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 14 | 48 | 57 | - |
| CMYK | 0.75 | 0.16 | 0 | 0.78 |
| HSL | 192.56º | 0.61% | 0.14% | - |
| HSV(B) | 192.56º | 0.75% | 0.22% | - |
| XYZ | 1.98 | 2.5 | 4.25 | - |
| YUV | 38.86 | 138.24 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 48 | 57 | 0.75 | 0.16 | 0 | 0.78 | 192.56 | 0.61 | 0.14 |
| Hex | E | 30 | 39 | 4B | 10 | 0 | 4E | C1 | 3D | E |
| Octal | 16 | 60 | 71 | 113 | 20 | 0 | 116 | 301 | 75 | 16 |
| Binary | 1110 | 110000 | 111001 | 1001011 | 10000 | 0 | 1001110 | 11000001 | 111101 | 1110 |
Color Harmonies of #0E3039
Complementary color
Monochromatic Colors of #0E3039
Black with #0E3039
Text Example
Text Example
White with #0E3039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3039; }
p { color: rgb(14,48,57); }
H1.HeaderClassName
{
color: #0E3039;
}
.AnyTagClassName
{
color: #0E3039;
}
</style>
background-color css
<style>
a { background-color: #0E3039; }
a { background-color: rgb(14,48,57); }
div.DivClassName
{
background-color: #0E3039;
}
.BgClassName
{
background-color: #0E3039;
}
</style>
border-color css
<style>
span { border-color: #0E3039; }
span { border-color: rgb(14,48,57); }
td.TdClassName
{
border-color: #0E3039;
}
.TagClassName
{
border-color: #0E3039;
}
</style>