Shades of Nordic #0E363B
Tints of Nordic #0E363B
RGB
CMYK
RGB Variations
Color information
#0E363B (or 0x0E363B) is known color: Nordic. HEX triplet: 0E, 36 and 3B. RGB value is (14,54,59). Sum of RGB (Red+Green+Blue) = 14+54+59=127 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.02% from 127); Green value is 54 (21.48% from 255 or 42.52% from 127); Blue value is 59 (23.44% from 255 or 46.46% from 127); Max value from RGB is 59 - color contains mainly: blue. Hex color #0E363B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E363B is #F1C9C4. Grayscale: #2A2A2A. Windows color (decimal): -15845829 or 3880462. OLE color: 3880462.
HSL color Cylindrical-coordinate representation of color #0E363B: hue angle of 186.67º degrees, saturation: 0.62, 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 #0E363B is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 14 | 54 | 59 | - |
| CMYK | 0.76 | 0.08 | 0 | 0.77 |
| HSL | 186.67º | 0.62% | 0.14% | - |
| HSV(B) | 186.67º | 0.76% | 0.23% | - |
| XYZ | 2.29 | 3.05 | 4.61 | - |
| YUV | 42.61 | 137.25 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 54 | 59 | 0.76 | 0.08 | 0 | 0.77 | 186.67 | 0.62 | 0.14 |
| Hex | E | 36 | 3B | 4C | 8 | 0 | 4D | BB | 3E | E |
| Octal | 16 | 66 | 73 | 114 | 10 | 0 | 115 | 273 | 76 | 16 |
| Binary | 1110 | 110110 | 111011 | 1001100 | 1000 | 0 | 1001101 | 10111011 | 111110 | 1110 |
Color Harmonies of #0E363B
Complementary color
Monochromatic Colors of #0E363B
Black with #0E363B
Text Example
Text Example
White with #0E363B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E363B; }
p { color: rgb(14,54,59); }
H1.HeaderClassName
{
color: #0E363B;
}
.AnyTagClassName
{
color: #0E363B;
}
</style>
background-color css
<style>
a { background-color: #0E363B; }
a { background-color: rgb(14,54,59); }
div.DivClassName
{
background-color: #0E363B;
}
.BgClassName
{
background-color: #0E363B;
}
</style>
border-color css
<style>
span { border-color: #0E363B; }
span { border-color: rgb(14,54,59); }
td.TdClassName
{
border-color: #0E363B;
}
.TagClassName
{
border-color: #0E363B;
}
</style>