Shades of Nordic #143740
Tints of Nordic #143740
RGB
CMYK
RGB Variations
Color information
#143740 (or 0x143740) is known color: Nordic. HEX triplet: 14, 37 and 40. RGB value is (20,55,64). Sum of RGB (Red+Green+Blue) = 20+55+64=139 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.39% from 139); Green value is 55 (21.88% from 255 or 39.57% from 139); Blue value is 64 (25.39% from 255 or 46.04% from 139); Max value from RGB is 64 - color contains mainly: blue. Hex color #143740 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143740 is #EBC8BF. Grayscale: #2D2D2D. Windows color (decimal): -15452352 or 4208404. OLE color: 4208404.
HSL color Cylindrical-coordinate representation of color #143740: hue angle of 192.27º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #143740 is Cyan = 0.69, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 20 | 55 | 64 | - |
| CMYK | 0.69 | 0.14 | 0 | 0.75 |
| HSL | 192.27º | 0.52% | 0.16% | - |
| HSV(B) | 192.27º | 0.69% | 0.25% | - |
| XYZ | 2.58 | 3.25 | 5.34 | - |
| YUV | 45.56 | 138.4 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 55 | 64 | 0.69 | 0.14 | 0 | 0.75 | 192.27 | 0.52 | 0.16 |
| Hex | 14 | 37 | 40 | 45 | E | 0 | 4B | C0 | 34 | 10 |
| Octal | 24 | 67 | 100 | 105 | 16 | 0 | 113 | 300 | 64 | 20 |
| Binary | 10100 | 110111 | 1000000 | 1000101 | 1110 | 0 | 1001011 | 11000000 | 110100 | 10000 |
Color Harmonies of #143740
Complementary color
Monochromatic Colors of #143740
Black with #143740
Text Example
Text Example
White with #143740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143740; }
p { color: rgb(20,55,64); }
H1.HeaderClassName
{
color: #143740;
}
.AnyTagClassName
{
color: #143740;
}
</style>
background-color css
<style>
a { background-color: #143740; }
a { background-color: rgb(20,55,64); }
div.DivClassName
{
background-color: #143740;
}
.BgClassName
{
background-color: #143740;
}
</style>
border-color css
<style>
span { border-color: #143740; }
span { border-color: rgb(20,55,64); }
td.TdClassName
{
border-color: #143740;
}
.TagClassName
{
border-color: #143740;
}
</style>