Shades of Nordic #0E3538
Tints of Nordic #0E3538
RGB
CMYK
RGB Variations
Color information
#0E3538 (or 0x0E3538) is known color: Nordic. HEX triplet: 0E, 35 and 38. RGB value is (14,53,56). Sum of RGB (Red+Green+Blue) = 14+53+56=123 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.38% from 123); Green value is 53 (21.09% from 255 or 43.09% from 123); Blue value is 56 (22.27% from 255 or 45.53% from 123); Max value from RGB is 56 - color contains mainly: blue. Hex color #0E3538 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3538 is #F1CAC7. Grayscale: #292929. Windows color (decimal): -15846088 or 3683598. OLE color: 3683598.
HSL color Cylindrical-coordinate representation of color #0E3538: hue angle of 184.29º degrees, saturation: 0.6, 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 #0E3538 is Cyan = 0.75, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 14 | 53 | 56 | - |
| CMYK | 0.75 | 0.05 | 0 | 0.78 |
| HSL | 184.29º | 0.6% | 0.14% | - |
| HSV(B) | 184.29º | 0.75% | 0.22% | - |
| XYZ | 2.17 | 2.93 | 4.19 | - |
| YUV | 41.68 | 136.08 | 108.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 53 | 56 | 0.75 | 0.05 | 0 | 0.78 | 184.29 | 0.6 | 0.14 |
| Hex | E | 35 | 38 | 4B | 5 | 0 | 4E | B8 | 3C | E |
| Octal | 16 | 65 | 70 | 113 | 5 | 0 | 116 | 270 | 74 | 16 |
| Binary | 1110 | 110101 | 111000 | 1001011 | 101 | 0 | 1001110 | 10111000 | 111100 | 1110 |
Color Harmonies of #0E3538
Complementary color
Monochromatic Colors of #0E3538
Black with #0E3538
Text Example
Text Example
White with #0E3538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3538; }
p { color: rgb(14,53,56); }
H1.HeaderClassName
{
color: #0E3538;
}
.AnyTagClassName
{
color: #0E3538;
}
</style>
background-color css
<style>
a { background-color: #0E3538; }
a { background-color: rgb(14,53,56); }
div.DivClassName
{
background-color: #0E3538;
}
.BgClassName
{
background-color: #0E3538;
}
</style>
border-color css
<style>
span { border-color: #0E3538; }
span { border-color: rgb(14,53,56); }
td.TdClassName
{
border-color: #0E3538;
}
.TagClassName
{
border-color: #0E3538;
}
</style>