Shades of Nordic #143D48
Tints of Nordic #143D48
RGB
CMYK
RGB Variations
Color information
#143D48 (or 0x143D48) is known color: Nordic. HEX triplet: 14, 3D and 48. RGB value is (20,61,72). Sum of RGB (Red+Green+Blue) = 20+61+72=153 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.07% from 153); Green value is 61 (24.22% from 255 or 39.87% from 153); Blue value is 72 (28.52% from 255 or 47.06% from 153); Max value from RGB is 72 - color contains mainly: blue. Hex color #143D48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143D48 is #EBC2B7. Grayscale: #313131. Windows color (decimal): -15450808 or 4734228. OLE color: 4734228.
HSL color Cylindrical-coordinate representation of color #143D48: hue angle of 192.69º degrees, saturation: 0.57, 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 #143D48 is Cyan = 0.72, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 20 | 61 | 72 | - |
| CMYK | 0.72 | 0.15 | 0 | 0.72 |
| HSL | 192.69º | 0.57% | 0.18% | - |
| HSV(B) | 192.69º | 0.72% | 0.28% | - |
| XYZ | 3.13 | 3.95 | 6.73 | - |
| YUV | 50 | 140.42 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 61 | 72 | 0.72 | 0.15 | 0 | 0.72 | 192.69 | 0.57 | 0.18 |
| Hex | 14 | 3D | 48 | 48 | F | 0 | 48 | C1 | 39 | 12 |
| Octal | 24 | 75 | 110 | 110 | 17 | 0 | 110 | 301 | 71 | 22 |
| Binary | 10100 | 111101 | 1001000 | 1001000 | 1111 | 0 | 1001000 | 11000001 | 111001 | 10010 |
Color Harmonies of #143D48
Complementary color
Monochromatic Colors of #143D48
Black with #143D48
Text Example
Text Example
White with #143D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143D48; }
p { color: rgb(20,61,72); }
H1.HeaderClassName
{
color: #143D48;
}
.AnyTagClassName
{
color: #143D48;
}
</style>
background-color css
<style>
a { background-color: #143D48; }
a { background-color: rgb(20,61,72); }
div.DivClassName
{
background-color: #143D48;
}
.BgClassName
{
background-color: #143D48;
}
</style>
border-color css
<style>
span { border-color: #143D48; }
span { border-color: rgb(20,61,72); }
td.TdClassName
{
border-color: #143D48;
}
.TagClassName
{
border-color: #143D48;
}
</style>