Shades of Nordic #0E3038
Tints of Nordic #0E3038
RGB
CMYK
RGB Variations
Color information
#0E3038 (or 0x0E3038) is known color: Nordic. HEX triplet: 0E, 30 and 38. RGB value is (14,48,56). Sum of RGB (Red+Green+Blue) = 14+48+56=118 (15% of max value = 765). Red value is 14 (5.86% from 255 or 11.86% from 118); Green value is 48 (19.14% from 255 or 40.68% from 118); Blue value is 56 (22.27% from 255 or 47.46% from 118); Max value from RGB is 56 - color contains mainly: blue. Hex color #0E3038 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3038 is #F1CFC7. Grayscale: #262626. Windows color (decimal): -15847368 or 3682318. OLE color: 3682318.
HSL color Cylindrical-coordinate representation of color #0E3038: hue angle of 191.43º 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 #0E3038 is Cyan = 0.75, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 14 | 48 | 56 | - |
| CMYK | 0.75 | 0.14 | 0 | 0.78 |
| HSL | 191.43º | 0.6% | 0.14% | - |
| HSV(B) | 191.43º | 0.75% | 0.22% | - |
| XYZ | 1.95 | 2.49 | 4.12 | - |
| YUV | 38.75 | 137.74 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 48 | 56 | 0.75 | 0.14 | 0 | 0.78 | 191.43 | 0.6 | 0.14 |
| Hex | E | 30 | 38 | 4B | E | 0 | 4E | BF | 3C | E |
| Octal | 16 | 60 | 70 | 113 | 16 | 0 | 116 | 277 | 74 | 16 |
| Binary | 1110 | 110000 | 111000 | 1001011 | 1110 | 0 | 1001110 | 10111111 | 111100 | 1110 |
Color Harmonies of #0E3038
Complementary color
Monochromatic Colors of #0E3038
Black with #0E3038
Text Example
Text Example
White with #0E3038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3038; }
p { color: rgb(14,48,56); }
H1.HeaderClassName
{
color: #0E3038;
}
.AnyTagClassName
{
color: #0E3038;
}
</style>
background-color css
<style>
a { background-color: #0E3038; }
a { background-color: rgb(14,48,56); }
div.DivClassName
{
background-color: #0E3038;
}
.BgClassName
{
background-color: #0E3038;
}
</style>
border-color css
<style>
span { border-color: #0E3038; }
span { border-color: rgb(14,48,56); }
td.TdClassName
{
border-color: #0E3038;
}
.TagClassName
{
border-color: #0E3038;
}
</style>