Shades of Nordic #143C47
Tints of Nordic #143C47
RGB
CMYK
RGB Variations
Color information
#143C47 (or 0x143C47) is known color: Nordic. HEX triplet: 14, 3C and 47. RGB value is (20,60,71). Sum of RGB (Red+Green+Blue) = 20+60+71=151 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.25% from 151); Green value is 60 (23.83% from 255 or 39.74% from 151); Blue value is 71 (28.12% from 255 or 47.02% from 151); Max value from RGB is 71 - color contains mainly: blue. Hex color #143C47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143C47 is #EBC3B8. Grayscale: #313131. Windows color (decimal): -15451065 or 4668436. OLE color: 4668436.
HSL color Cylindrical-coordinate representation of color #143C47: hue angle of 192.94º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #143C47 is Cyan = 0.72, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 20 | 60 | 71 | - |
| CMYK | 0.72 | 0.15 | 0 | 0.72 |
| HSL | 192.94º | 0.56% | 0.18% | - |
| HSV(B) | 192.94º | 0.72% | 0.28% | - |
| XYZ | 3.04 | 3.84 | 6.54 | - |
| YUV | 49.29 | 140.25 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 60 | 71 | 0.72 | 0.15 | 0 | 0.72 | 192.94 | 0.56 | 0.18 |
| Hex | 14 | 3C | 47 | 48 | F | 0 | 48 | C1 | 38 | 12 |
| Octal | 24 | 74 | 107 | 110 | 17 | 0 | 110 | 301 | 70 | 22 |
| Binary | 10100 | 111100 | 1000111 | 1001000 | 1111 | 0 | 1001000 | 11000001 | 111000 | 10010 |
Color Harmonies of #143C47
Complementary color
Monochromatic Colors of #143C47
Black with #143C47
Text Example
Text Example
White with #143C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143C47; }
p { color: rgb(20,60,71); }
H1.HeaderClassName
{
color: #143C47;
}
.AnyTagClassName
{
color: #143C47;
}
</style>
background-color css
<style>
a { background-color: #143C47; }
a { background-color: rgb(20,60,71); }
div.DivClassName
{
background-color: #143C47;
}
.BgClassName
{
background-color: #143C47;
}
</style>
border-color css
<style>
span { border-color: #143C47; }
span { border-color: rgb(20,60,71); }
td.TdClassName
{
border-color: #143C47;
}
.TagClassName
{
border-color: #143C47;
}
</style>