Shades of Nordic #0E363A
Tints of Nordic #0E363A
RGB
CMYK
RGB Variations
Color information
#0E363A (or 0x0E363A) is known color: Nordic. HEX triplet: 0E, 36 and 3A. RGB value is (14,54,58). Sum of RGB (Red+Green+Blue) = 14+54+58=126 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.11% from 126); Green value is 54 (21.48% from 255 or 42.86% from 126); Blue value is 58 (23.05% from 255 or 46.03% from 126); Max value from RGB is 58 - color contains mainly: blue. Hex color #0E363A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E363A is #F1C9C5. Grayscale: #2A2A2A. Windows color (decimal): -15845830 or 3814926. OLE color: 3814926.
HSL color Cylindrical-coordinate representation of color #0E363A: hue angle of 185.45º 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 #0E363A is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 14 | 54 | 58 | - |
| CMYK | 0.76 | 0.07 | 0 | 0.77 |
| HSL | 185.45º | 0.61% | 0.14% | - |
| HSV(B) | 185.45º | 0.76% | 0.23% | - |
| XYZ | 2.26 | 3.04 | 4.47 | - |
| YUV | 42.5 | 136.75 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 54 | 58 | 0.76 | 0.07 | 0 | 0.77 | 185.45 | 0.61 | 0.14 |
| Hex | E | 36 | 3A | 4C | 7 | 0 | 4D | B9 | 3D | E |
| Octal | 16 | 66 | 72 | 114 | 7 | 0 | 115 | 271 | 75 | 16 |
| Binary | 1110 | 110110 | 111010 | 1001100 | 111 | 0 | 1001101 | 10111001 | 111101 | 1110 |
Color Harmonies of #0E363A
Complementary color
Monochromatic Colors of #0E363A
Black with #0E363A
Text Example
Text Example
White with #0E363A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E363A; }
p { color: rgb(14,54,58); }
H1.HeaderClassName
{
color: #0E363A;
}
.AnyTagClassName
{
color: #0E363A;
}
</style>
background-color css
<style>
a { background-color: #0E363A; }
a { background-color: rgb(14,54,58); }
div.DivClassName
{
background-color: #0E363A;
}
.BgClassName
{
background-color: #0E363A;
}
</style>
border-color css
<style>
span { border-color: #0E363A; }
span { border-color: rgb(14,54,58); }
td.TdClassName
{
border-color: #0E363A;
}
.TagClassName
{
border-color: #0E363A;
}
</style>