Shades of Nordic #143A41
Tints of Nordic #143A41
RGB
CMYK
RGB Variations
Color information
#143A41 (or 0x143A41) is known color: Nordic. HEX triplet: 14, 3A and 41. RGB value is (20,58,65). Sum of RGB (Red+Green+Blue) = 20+58+65=143 (18% of max value = 765). Red value is 20 (8.20% from 255 or 13.99% from 143); Green value is 58 (23.05% from 255 or 40.56% from 143); Blue value is 65 (25.78% from 255 or 45.45% from 143); Max value from RGB is 65 - color contains mainly: blue. Hex color #143A41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143A41 is #EBC5BE. Grayscale: #2F2F2F. Windows color (decimal): -15451583 or 4274708. OLE color: 4274708.
HSL color Cylindrical-coordinate representation of color #143A41: hue angle of 189.33º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #143A41 is Cyan = 0.69, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 20 | 58 | 65 | - |
| CMYK | 0.69 | 0.11 | 0 | 0.75 |
| HSL | 189.33º | 0.53% | 0.17% | - |
| HSV(B) | 189.33º | 0.69% | 0.25% | - |
| XYZ | 2.76 | 3.56 | 5.54 | - |
| YUV | 47.44 | 137.91 | 108.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 58 | 65 | 0.69 | 0.11 | 0 | 0.75 | 189.33 | 0.53 | 0.17 |
| Hex | 14 | 3A | 41 | 45 | B | 0 | 4B | BD | 35 | 11 |
| Octal | 24 | 72 | 101 | 105 | 13 | 0 | 113 | 275 | 65 | 21 |
| Binary | 10100 | 111010 | 1000001 | 1000101 | 1011 | 0 | 1001011 | 10111101 | 110101 | 10001 |
Color Harmonies of #143A41
Complementary color
Monochromatic Colors of #143A41
Black with #143A41
Text Example
Text Example
White with #143A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143A41; }
p { color: rgb(20,58,65); }
H1.HeaderClassName
{
color: #143A41;
}
.AnyTagClassName
{
color: #143A41;
}
</style>
background-color css
<style>
a { background-color: #143A41; }
a { background-color: rgb(20,58,65); }
div.DivClassName
{
background-color: #143A41;
}
.BgClassName
{
background-color: #143A41;
}
</style>
border-color css
<style>
span { border-color: #143A41; }
span { border-color: rgb(20,58,65); }
td.TdClassName
{
border-color: #143A41;
}
.TagClassName
{
border-color: #143A41;
}
</style>