Shades of Nordic #143A43
Tints of Nordic #143A43
RGB
CMYK
RGB Variations
Color information
#143A43 (or 0x143A43) is known color: Nordic. HEX triplet: 14, 3A and 43. RGB value is (20,58,67). Sum of RGB (Red+Green+Blue) = 20+58+67=145 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.79% from 145); Green value is 58 (23.05% from 255 or 40% from 145); Blue value is 67 (26.56% from 255 or 46.21% from 145); Max value from RGB is 67 - color contains mainly: blue. Hex color #143A43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143A43 is #EBC5BC. Grayscale: #2F2F2F. Windows color (decimal): -15451581 or 4405780. OLE color: 4405780.
HSL color Cylindrical-coordinate representation of color #143A43: hue angle of 191.49º degrees, saturation: 0.54, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #143A43 is Cyan = 0.70, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 20 | 58 | 67 | - |
| CMYK | 0.70 | 0.13 | 0 | 0.74 |
| HSL | 191.49º | 0.54% | 0.17% | - |
| HSV(B) | 191.49º | 0.7% | 0.26% | - |
| XYZ | 2.81 | 3.58 | 5.85 | - |
| YUV | 47.66 | 138.91 | 108.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 58 | 67 | 0.70 | 0.13 | 0 | 0.74 | 191.49 | 0.54 | 0.17 |
| Hex | 14 | 3A | 43 | 46 | D | 0 | 4A | BF | 36 | 11 |
| Octal | 24 | 72 | 103 | 106 | 15 | 0 | 112 | 277 | 66 | 21 |
| Binary | 10100 | 111010 | 1000011 | 1000110 | 1101 | 0 | 1001010 | 10111111 | 110110 | 10001 |
Color Harmonies of #143A43
Complementary color
Monochromatic Colors of #143A43
Black with #143A43
Text Example
Text Example
White with #143A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143A43; }
p { color: rgb(20,58,67); }
H1.HeaderClassName
{
color: #143A43;
}
.AnyTagClassName
{
color: #143A43;
}
</style>
background-color css
<style>
a { background-color: #143A43; }
a { background-color: rgb(20,58,67); }
div.DivClassName
{
background-color: #143A43;
}
.BgClassName
{
background-color: #143A43;
}
</style>
border-color css
<style>
span { border-color: #143A43; }
span { border-color: rgb(20,58,67); }
td.TdClassName
{
border-color: #143A43;
}
.TagClassName
{
border-color: #143A43;
}
</style>