Shades of Nordic #14363E
Tints of Nordic #14363E
RGB
CMYK
RGB Variations
Color information
#14363E (or 0x14363E) is known color: Nordic. HEX triplet: 14, 36 and 3E. RGB value is (20,54,62). Sum of RGB (Red+Green+Blue) = 20+54+62=136 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.71% from 136); Green value is 54 (21.48% from 255 or 39.71% from 136); Blue value is 62 (24.61% from 255 or 45.59% from 136); Max value from RGB is 62 - color contains mainly: blue. Hex color #14363E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14363E is #EBC9C1. Grayscale: #2C2C2C. Windows color (decimal): -15452610 or 4077076. OLE color: 4077076.
HSL color Cylindrical-coordinate representation of color #14363E: hue angle of 191.43º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #14363E is Cyan = 0.68, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 20 | 54 | 62 | - |
| CMYK | 0.68 | 0.13 | 0 | 0.76 |
| HSL | 191.43º | 0.51% | 0.16% | - |
| HSV(B) | 191.43º | 0.68% | 0.24% | - |
| XYZ | 2.48 | 3.13 | 5.03 | - |
| YUV | 44.75 | 137.74 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 54 | 62 | 0.68 | 0.13 | 0 | 0.76 | 191.43 | 0.51 | 0.16 |
| Hex | 14 | 36 | 3E | 44 | D | 0 | 4C | BF | 33 | 10 |
| Octal | 24 | 66 | 76 | 104 | 15 | 0 | 114 | 277 | 63 | 20 |
| Binary | 10100 | 110110 | 111110 | 1000100 | 1101 | 0 | 1001100 | 10111111 | 110011 | 10000 |
Color Harmonies of #14363E
Complementary color
Monochromatic Colors of #14363E
Black with #14363E
Text Example
Text Example
White with #14363E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14363E; }
p { color: rgb(20,54,62); }
H1.HeaderClassName
{
color: #14363E;
}
.AnyTagClassName
{
color: #14363E;
}
</style>
background-color css
<style>
a { background-color: #14363E; }
a { background-color: rgb(20,54,62); }
div.DivClassName
{
background-color: #14363E;
}
.BgClassName
{
background-color: #14363E;
}
</style>
border-color css
<style>
span { border-color: #14363E; }
span { border-color: rgb(20,54,62); }
td.TdClassName
{
border-color: #14363E;
}
.TagClassName
{
border-color: #14363E;
}
</style>