Shades of Nordic #143843
Tints of Nordic #143843
RGB
CMYK
RGB Variations
Color information
#143843 (or 0x143843) is known color: Nordic. HEX triplet: 14, 38 and 43. RGB value is (20,56,67). Sum of RGB (Red+Green+Blue) = 20+56+67=143 (18% of max value = 765). Red value is 20 (8.20% from 255 or 13.99% from 143); Green value is 56 (22.27% from 255 or 39.16% from 143); Blue value is 67 (26.56% from 255 or 46.85% from 143); Max value from RGB is 67 - color contains mainly: blue. Hex color #143843 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143843 is #EBC7BC. Grayscale: #2E2E2E. Windows color (decimal): -15452093 or 4405268. OLE color: 4405268.
HSL color Cylindrical-coordinate representation of color #143843: hue angle of 194.04º 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 #143843 is Cyan = 0.70, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 20 | 56 | 67 | - |
| CMYK | 0.70 | 0.16 | 0 | 0.74 |
| HSL | 194.04º | 0.54% | 0.17% | - |
| HSV(B) | 194.04º | 0.7% | 0.26% | - |
| XYZ | 2.72 | 3.38 | 5.82 | - |
| YUV | 46.49 | 139.57 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 56 | 67 | 0.70 | 0.16 | 0 | 0.74 | 194.04 | 0.54 | 0.17 |
| Hex | 14 | 38 | 43 | 46 | 10 | 0 | 4A | C2 | 36 | 11 |
| Octal | 24 | 70 | 103 | 106 | 20 | 0 | 112 | 302 | 66 | 21 |
| Binary | 10100 | 111000 | 1000011 | 1000110 | 10000 | 0 | 1001010 | 11000010 | 110110 | 10001 |
Color Harmonies of #143843
Complementary color
Monochromatic Colors of #143843
Black with #143843
Text Example
Text Example
White with #143843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143843; }
p { color: rgb(20,56,67); }
H1.HeaderClassName
{
color: #143843;
}
.AnyTagClassName
{
color: #143843;
}
</style>
background-color css
<style>
a { background-color: #143843; }
a { background-color: rgb(20,56,67); }
div.DivClassName
{
background-color: #143843;
}
.BgClassName
{
background-color: #143843;
}
</style>
border-color css
<style>
span { border-color: #143843; }
span { border-color: rgb(20,56,67); }
td.TdClassName
{
border-color: #143843;
}
.TagClassName
{
border-color: #143843;
}
</style>