Shades of Nordic #143237
Tints of Nordic #143237
RGB
CMYK
RGB Variations
Color information
#143237 (or 0x143237) is known color: Nordic. HEX triplet: 14, 32 and 37. RGB value is (20,50,55). Sum of RGB (Red+Green+Blue) = 20+50+55=125 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16% from 125); Green value is 50 (19.92% from 255 or 40% from 125); Blue value is 55 (21.88% from 255 or 44% from 125); Max value from RGB is 55 - color contains mainly: blue. Hex color #143237 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143237 is #EBCDC8. Grayscale: #292929. Windows color (decimal): -15453641 or 3617300. OLE color: 3617300.
HSL color Cylindrical-coordinate representation of color #143237: hue angle of 188.57º 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 #143237 is Cyan = 0.64, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 20 | 50 | 55 | - |
| CMYK | 0.64 | 0.09 | 0 | 0.78 |
| HSL | 188.57º | 0.47% | 0.15% | - |
| HSV(B) | 188.57º | 0.64% | 0.22% | - |
| XYZ | 2.12 | 2.71 | 4.03 | - |
| YUV | 41.6 | 135.56 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 50 | 55 | 0.64 | 0.09 | 0 | 0.78 | 188.57 | 0.47 | 0.15 |
| Hex | 14 | 32 | 37 | 40 | 9 | 0 | 4E | BD | 2F | F |
| Octal | 24 | 62 | 67 | 100 | 11 | 0 | 116 | 275 | 57 | 17 |
| Binary | 10100 | 110010 | 110111 | 1000000 | 1001 | 0 | 1001110 | 10111101 | 101111 | 1111 |
Color Harmonies of #143237
Complementary color
Monochromatic Colors of #143237
Black with #143237
Text Example
Text Example
White with #143237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143237; }
p { color: rgb(20,50,55); }
H1.HeaderClassName
{
color: #143237;
}
.AnyTagClassName
{
color: #143237;
}
</style>
background-color css
<style>
a { background-color: #143237; }
a { background-color: rgb(20,50,55); }
div.DivClassName
{
background-color: #143237;
}
.BgClassName
{
background-color: #143237;
}
</style>
border-color css
<style>
span { border-color: #143237; }
span { border-color: rgb(20,50,55); }
td.TdClassName
{
border-color: #143237;
}
.TagClassName
{
border-color: #143237;
}
</style>