Shades of Nordic #0E343E
Tints of Nordic #0E343E
RGB
CMYK
RGB Variations
Color information
#0E343E (or 0x0E343E) is known color: Nordic. HEX triplet: 0E, 34 and 3E. RGB value is (14,52,62). Sum of RGB (Red+Green+Blue) = 14+52+62=128 (16% of max value = 765). Red value is 14 (5.86% from 255 or 10.94% from 128); Green value is 52 (20.70% from 255 or 40.62% from 128); Blue value is 62 (24.61% from 255 or 48.44% from 128); Max value from RGB is 62 - color contains mainly: blue. Hex color #0E343E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E343E is #F1CBC1. Grayscale: #292929. Windows color (decimal): -15846338 or 4076558. OLE color: 4076558.
HSL color Cylindrical-coordinate representation of color #0E343E: hue angle of 192.5º 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 #0E343E is Cyan = 0.77, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 14 | 52 | 62 | - |
| CMYK | 0.77 | 0.16 | 0 | 0.76 |
| HSL | 192.5º | 0.63% | 0.15% | - |
| HSV(B) | 192.5º | 0.77% | 0.24% | - |
| XYZ | 2.28 | 2.9 | 5 | - |
| YUV | 41.78 | 139.41 | 108.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 52 | 62 | 0.77 | 0.16 | 0 | 0.76 | 192.5 | 0.63 | 0.15 |
| Hex | E | 34 | 3E | 4D | 10 | 0 | 4C | C0 | 3F | F |
| Octal | 16 | 64 | 76 | 115 | 20 | 0 | 114 | 300 | 77 | 17 |
| Binary | 1110 | 110100 | 111110 | 1001101 | 10000 | 0 | 1001100 | 11000000 | 111111 | 1111 |
Color Harmonies of #0E343E
Complementary color
Monochromatic Colors of #0E343E
Black with #0E343E
Text Example
Text Example
White with #0E343E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E343E; }
p { color: rgb(14,52,62); }
H1.HeaderClassName
{
color: #0E343E;
}
.AnyTagClassName
{
color: #0E343E;
}
</style>
background-color css
<style>
a { background-color: #0E343E; }
a { background-color: rgb(14,52,62); }
div.DivClassName
{
background-color: #0E343E;
}
.BgClassName
{
background-color: #0E343E;
}
</style>
border-color css
<style>
span { border-color: #0E343E; }
span { border-color: rgb(14,52,62); }
td.TdClassName
{
border-color: #0E343E;
}
.TagClassName
{
border-color: #0E343E;
}
</style>