Shades of Nordic #0E343D
Tints of Nordic #0E343D
RGB
CMYK
RGB Variations
Color information
#0E343D (or 0x0E343D) is known color: Nordic. HEX triplet: 0E, 34 and 3D. RGB value is (14,52,61). Sum of RGB (Red+Green+Blue) = 14+52+61=127 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.02% from 127); Green value is 52 (20.70% from 255 or 40.94% from 127); Blue value is 61 (24.22% from 255 or 48.03% from 127); Max value from RGB is 61 - color contains mainly: blue. Hex color #0E343D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E343D is #F1CBC2. Grayscale: #292929. Windows color (decimal): -15846339 or 4011022. OLE color: 4011022.
HSL color Cylindrical-coordinate representation of color #0E343D: hue angle of 191.49º degrees, saturation: 0.63, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0E343D is Cyan = 0.77, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 14 | 52 | 61 | - |
| CMYK | 0.77 | 0.15 | 0 | 0.76 |
| HSL | 191.49º | 0.63% | 0.15% | - |
| HSV(B) | 191.49º | 0.77% | 0.24% | - |
| XYZ | 2.25 | 2.89 | 4.85 | - |
| YUV | 41.66 | 138.91 | 108.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 52 | 61 | 0.77 | 0.15 | 0 | 0.76 | 191.49 | 0.63 | 0.15 |
| Hex | E | 34 | 3D | 4D | F | 0 | 4C | BF | 3F | F |
| Octal | 16 | 64 | 75 | 115 | 17 | 0 | 114 | 277 | 77 | 17 |
| Binary | 1110 | 110100 | 111101 | 1001101 | 1111 | 0 | 1001100 | 10111111 | 111111 | 1111 |
Color Harmonies of #0E343D
Complementary color
Monochromatic Colors of #0E343D
Black with #0E343D
Text Example
Text Example
White with #0E343D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E343D; }
p { color: rgb(14,52,61); }
H1.HeaderClassName
{
color: #0E343D;
}
.AnyTagClassName
{
color: #0E343D;
}
</style>
background-color css
<style>
a { background-color: #0E343D; }
a { background-color: rgb(14,52,61); }
div.DivClassName
{
background-color: #0E343D;
}
.BgClassName
{
background-color: #0E343D;
}
</style>
border-color css
<style>
span { border-color: #0E343D; }
span { border-color: rgb(14,52,61); }
td.TdClassName
{
border-color: #0E343D;
}
.TagClassName
{
border-color: #0E343D;
}
</style>