Shades of Nordic #0E3539
Tints of Nordic #0E3539
RGB
CMYK
RGB Variations
Color information
#0E3539 (or 0x0E3539) is known color: Nordic. HEX triplet: 0E, 35 and 39. RGB value is (14,53,57). Sum of RGB (Red+Green+Blue) = 14+53+57=124 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.29% from 124); Green value is 53 (21.09% from 255 or 42.74% from 124); Blue value is 57 (22.66% from 255 or 45.97% from 124); Max value from RGB is 57 - color contains mainly: blue. Hex color #0E3539 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3539 is #F1CAC6. Grayscale: #292929. Windows color (decimal): -15846087 or 3749134. OLE color: 3749134.
HSL color Cylindrical-coordinate representation of color #0E3539: hue angle of 185.58º degrees, saturation: 0.61, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0E3539 is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 14 | 53 | 57 | - |
| CMYK | 0.75 | 0.07 | 0 | 0.78 |
| HSL | 185.58º | 0.61% | 0.14% | - |
| HSV(B) | 185.58º | 0.75% | 0.22% | - |
| XYZ | 2.19 | 2.93 | 4.32 | - |
| YUV | 41.8 | 136.58 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 53 | 57 | 0.75 | 0.07 | 0 | 0.78 | 185.58 | 0.61 | 0.14 |
| Hex | E | 35 | 39 | 4B | 7 | 0 | 4E | BA | 3D | E |
| Octal | 16 | 65 | 71 | 113 | 7 | 0 | 116 | 272 | 75 | 16 |
| Binary | 1110 | 110101 | 111001 | 1001011 | 111 | 0 | 1001110 | 10111010 | 111101 | 1110 |
Color Harmonies of #0E3539
Complementary color
Monochromatic Colors of #0E3539
Black with #0E3539
Text Example
Text Example
White with #0E3539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3539; }
p { color: rgb(14,53,57); }
H1.HeaderClassName
{
color: #0E3539;
}
.AnyTagClassName
{
color: #0E3539;
}
</style>
background-color css
<style>
a { background-color: #0E3539; }
a { background-color: rgb(14,53,57); }
div.DivClassName
{
background-color: #0E3539;
}
.BgClassName
{
background-color: #0E3539;
}
</style>
border-color css
<style>
span { border-color: #0E3539; }
span { border-color: rgb(14,53,57); }
td.TdClassName
{
border-color: #0E3539;
}
.TagClassName
{
border-color: #0E3539;
}
</style>