Shades of Nordic #0E3B44
Tints of Nordic #0E3B44
RGB
CMYK
RGB Variations
Color information
#0E3B44 (or 0x0E3B44) is known color: Nordic. HEX triplet: 0E, 3B and 44. RGB value is (14,59,68). Sum of RGB (Red+Green+Blue) = 14+59+68=141 (18% of max value = 765). Red value is 14 (5.86% from 255 or 9.93% from 141); Green value is 59 (23.44% from 255 or 41.84% from 141); Blue value is 68 (26.95% from 255 or 48.23% from 141); Max value from RGB is 68 - color contains mainly: blue. Hex color #0E3B44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3B44 is #F1C4BB. Grayscale: #2E2E2E. Windows color (decimal): -15844540 or 4471566. OLE color: 4471566.
HSL color Cylindrical-coordinate representation of color #0E3B44: hue angle of 190º degrees, saturation: 0.66, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0E3B44 is Cyan = 0.79, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 14 | 59 | 68 | - |
| CMYK | 0.79 | 0.13 | 0 | 0.73 |
| HSL | 190º | 0.66% | 0.16% | - |
| HSV(B) | 190º | 0.79% | 0.27% | - |
| XYZ | 2.79 | 3.64 | 6.02 | - |
| YUV | 46.57 | 140.09 | 104.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 59 | 68 | 0.79 | 0.13 | 0 | 0.73 | 190 | 0.66 | 0.16 |
| Hex | E | 3B | 44 | 4F | D | 0 | 49 | BE | 42 | 10 |
| Octal | 16 | 73 | 104 | 117 | 15 | 0 | 111 | 276 | 102 | 20 |
| Binary | 1110 | 111011 | 1000100 | 1001111 | 1101 | 0 | 1001001 | 10111110 | 1000010 | 10000 |
Color Harmonies of #0E3B44
Complementary color
Monochromatic Colors of #0E3B44
Black with #0E3B44
Text Example
Text Example
White with #0E3B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3B44; }
p { color: rgb(14,59,68); }
H1.HeaderClassName
{
color: #0E3B44;
}
.AnyTagClassName
{
color: #0E3B44;
}
</style>
background-color css
<style>
a { background-color: #0E3B44; }
a { background-color: rgb(14,59,68); }
div.DivClassName
{
background-color: #0E3B44;
}
.BgClassName
{
background-color: #0E3B44;
}
</style>
border-color css
<style>
span { border-color: #0E3B44; }
span { border-color: rgb(14,59,68); }
td.TdClassName
{
border-color: #0E3B44;
}
.TagClassName
{
border-color: #0E3B44;
}
</style>