Shades of Nordic #143538
Tints of Nordic #143538
RGB
CMYK
RGB Variations
Color information
#143538 (or 0x143538) is known color: Nordic. HEX triplet: 14, 35 and 38. RGB value is (20,53,56). Sum of RGB (Red+Green+Blue) = 20+53+56=129 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.50% from 129); Green value is 53 (21.09% from 255 or 41.09% from 129); Blue value is 56 (22.27% from 255 or 43.41% from 129); Max value from RGB is 56 - color contains mainly: blue. Hex color #143538 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143538 is #EBCAC7. Grayscale: #2B2B2B. Windows color (decimal): -15452872 or 3683604. OLE color: 3683604.
HSL color Cylindrical-coordinate representation of color #143538: hue angle of 185º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #143538 is Cyan = 0.64, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 20 | 53 | 56 | - |
| CMYK | 0.64 | 0.05 | 0 | 0.78 |
| HSL | 185º | 0.47% | 0.15% | - |
| HSV(B) | 185º | 0.64% | 0.22% | - |
| XYZ | 2.28 | 2.98 | 4.2 | - |
| YUV | 43.48 | 135.07 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 53 | 56 | 0.64 | 0.05 | 0 | 0.78 | 185 | 0.47 | 0.15 |
| Hex | 14 | 35 | 38 | 40 | 5 | 0 | 4E | B9 | 2F | F |
| Octal | 24 | 65 | 70 | 100 | 5 | 0 | 116 | 271 | 57 | 17 |
| Binary | 10100 | 110101 | 111000 | 1000000 | 101 | 0 | 1001110 | 10111001 | 101111 | 1111 |
Color Harmonies of #143538
Complementary color
Monochromatic Colors of #143538
Black with #143538
Text Example
Text Example
White with #143538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143538; }
p { color: rgb(20,53,56); }
H1.HeaderClassName
{
color: #143538;
}
.AnyTagClassName
{
color: #143538;
}
</style>
background-color css
<style>
a { background-color: #143538; }
a { background-color: rgb(20,53,56); }
div.DivClassName
{
background-color: #143538;
}
.BgClassName
{
background-color: #143538;
}
</style>
border-color css
<style>
span { border-color: #143538; }
span { border-color: rgb(20,53,56); }
td.TdClassName
{
border-color: #143538;
}
.TagClassName
{
border-color: #143538;
}
</style>