Shades of Nordic #0E313A
Tints of Nordic #0E313A
RGB
CMYK
RGB Variations
Color information
#0E313A (or 0x0E313A) is known color: Nordic. HEX triplet: 0E, 31 and 3A. RGB value is (14,49,58). Sum of RGB (Red+Green+Blue) = 14+49+58=121 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.57% from 121); Green value is 49 (19.53% from 255 or 40.50% from 121); Blue value is 58 (23.05% from 255 or 47.93% from 121); Max value from RGB is 58 - color contains mainly: blue. Hex color #0E313A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E313A is #F1CEC5. Grayscale: #272727. Windows color (decimal): -15847110 or 3813646. OLE color: 3813646.
HSL color Cylindrical-coordinate representation of color #0E313A: hue angle of 192.27º degrees, saturation: 0.61, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0E313A is Cyan = 0.76, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 14 | 49 | 58 | - |
| CMYK | 0.76 | 0.16 | 0 | 0.77 |
| HSL | 192.27º | 0.61% | 0.14% | - |
| HSV(B) | 192.27º | 0.76% | 0.23% | - |
| XYZ | 2.04 | 2.6 | 4.4 | - |
| YUV | 39.56 | 138.4 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 49 | 58 | 0.76 | 0.16 | 0 | 0.77 | 192.27 | 0.61 | 0.14 |
| Hex | E | 31 | 3A | 4C | 10 | 0 | 4D | C0 | 3D | E |
| Octal | 16 | 61 | 72 | 114 | 20 | 0 | 115 | 300 | 75 | 16 |
| Binary | 1110 | 110001 | 111010 | 1001100 | 10000 | 0 | 1001101 | 11000000 | 111101 | 1110 |
Color Harmonies of #0E313A
Complementary color
Monochromatic Colors of #0E313A
Black with #0E313A
Text Example
Text Example
White with #0E313A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E313A; }
p { color: rgb(14,49,58); }
H1.HeaderClassName
{
color: #0E313A;
}
.AnyTagClassName
{
color: #0E313A;
}
</style>
background-color css
<style>
a { background-color: #0E313A; }
a { background-color: rgb(14,49,58); }
div.DivClassName
{
background-color: #0E313A;
}
.BgClassName
{
background-color: #0E313A;
}
</style>
border-color css
<style>
span { border-color: #0E313A; }
span { border-color: rgb(14,49,58); }
td.TdClassName
{
border-color: #0E313A;
}
.TagClassName
{
border-color: #0E313A;
}
</style>