Shades of Nordic #143D46
Tints of Nordic #143D46
RGB
CMYK
RGB Variations
Color information
#143D46 (or 0x143D46) is known color: Nordic. HEX triplet: 14, 3D and 46. RGB value is (20,61,70). Sum of RGB (Red+Green+Blue) = 20+61+70=151 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.25% from 151); Green value is 61 (24.22% from 255 or 40.40% from 151); Blue value is 70 (27.73% from 255 or 46.36% from 151); Max value from RGB is 70 - color contains mainly: blue. Hex color #143D46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143D46 is #EBC2B9. Grayscale: #313131. Windows color (decimal): -15450810 or 4603156. OLE color: 4603156.
HSL color Cylindrical-coordinate representation of color #143D46: hue angle of 190.8º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #143D46 is Cyan = 0.71, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 20 | 61 | 70 | - |
| CMYK | 0.71 | 0.13 | 0 | 0.73 |
| HSL | 190.8º | 0.56% | 0.18% | - |
| HSV(B) | 190.8º | 0.71% | 0.27% | - |
| XYZ | 3.06 | 3.93 | 6.39 | - |
| YUV | 49.77 | 139.42 | 106.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 61 | 70 | 0.71 | 0.13 | 0 | 0.73 | 190.8 | 0.56 | 0.18 |
| Hex | 14 | 3D | 46 | 47 | D | 0 | 49 | BF | 38 | 12 |
| Octal | 24 | 75 | 106 | 107 | 15 | 0 | 111 | 277 | 70 | 22 |
| Binary | 10100 | 111101 | 1000110 | 1000111 | 1101 | 0 | 1001001 | 10111111 | 111000 | 10010 |
Color Harmonies of #143D46
Complementary color
Monochromatic Colors of #143D46
Black with #143D46
Text Example
Text Example
White with #143D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143D46; }
p { color: rgb(20,61,70); }
H1.HeaderClassName
{
color: #143D46;
}
.AnyTagClassName
{
color: #143D46;
}
</style>
background-color css
<style>
a { background-color: #143D46; }
a { background-color: rgb(20,61,70); }
div.DivClassName
{
background-color: #143D46;
}
.BgClassName
{
background-color: #143D46;
}
</style>
border-color css
<style>
span { border-color: #143D46; }
span { border-color: rgb(20,61,70); }
td.TdClassName
{
border-color: #143D46;
}
.TagClassName
{
border-color: #143D46;
}
</style>