Shades of Nordic #0E343A
Tints of Nordic #0E343A
RGB
CMYK
RGB Variations
Color information
#0E343A (or 0x0E343A) is known color: Nordic. HEX triplet: 0E, 34 and 3A. RGB value is (14,52,58). Sum of RGB (Red+Green+Blue) = 14+52+58=124 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.29% from 124); Green value is 52 (20.70% from 255 or 41.94% from 124); Blue value is 58 (23.05% from 255 or 46.77% from 124); Max value from RGB is 58 - color contains mainly: blue. Hex color #0E343A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E343A is #F1CBC5. Grayscale: #292929. Windows color (decimal): -15846342 or 3814414. OLE color: 3814414.
HSL color Cylindrical-coordinate representation of color #0E343A: hue angle of 188.18º 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 #0E343A is Cyan = 0.76, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 14 | 52 | 58 | - |
| CMYK | 0.76 | 0.10 | 0 | 0.77 |
| HSL | 188.18º | 0.61% | 0.14% | - |
| HSV(B) | 188.18º | 0.76% | 0.23% | - |
| XYZ | 2.17 | 2.85 | 4.44 | - |
| YUV | 41.32 | 137.41 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 52 | 58 | 0.76 | 0.10 | 0 | 0.77 | 188.18 | 0.61 | 0.14 |
| Hex | E | 34 | 3A | 4C | A | 0 | 4D | BC | 3D | E |
| Octal | 16 | 64 | 72 | 114 | 12 | 0 | 115 | 274 | 75 | 16 |
| Binary | 1110 | 110100 | 111010 | 1001100 | 1010 | 0 | 1001101 | 10111100 | 111101 | 1110 |
Color Harmonies of #0E343A
Complementary color
Monochromatic Colors of #0E343A
Black with #0E343A
Text Example
Text Example
White with #0E343A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E343A; }
p { color: rgb(14,52,58); }
H1.HeaderClassName
{
color: #0E343A;
}
.AnyTagClassName
{
color: #0E343A;
}
</style>
background-color css
<style>
a { background-color: #0E343A; }
a { background-color: rgb(14,52,58); }
div.DivClassName
{
background-color: #0E343A;
}
.BgClassName
{
background-color: #0E343A;
}
</style>
border-color css
<style>
span { border-color: #0E343A; }
span { border-color: rgb(14,52,58); }
td.TdClassName
{
border-color: #0E343A;
}
.TagClassName
{
border-color: #0E343A;
}
</style>