Shades of Nordic #143B3C
Tints of Nordic #143B3C
RGB
CMYK
RGB Variations
Color information
#143B3C (or 0x143B3C) is known color: Nordic. HEX triplet: 14, 3B and 3C. RGB value is (20,59,60). Sum of RGB (Red+Green+Blue) = 20+59+60=139 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.39% from 139); Green value is 59 (23.44% from 255 or 42.45% from 139); Blue value is 60 (23.83% from 255 or 43.17% from 139); Max value from RGB is 60 - color contains mainly: blue. Hex color #143B3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143B3C is #EBC4C3. Grayscale: #2F2F2F. Windows color (decimal): -15451332 or 3947284. OLE color: 3947284.
HSL color Cylindrical-coordinate representation of color #143B3C: hue angle of 181.5º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #143B3C is Cyan = 0.67, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 20 | 59 | 60 | - |
| CMYK | 0.67 | 0.02 | 0 | 0.76 |
| HSL | 181.5º | 0.5% | 0.16% | - |
| HSV(B) | 181.5º | 0.67% | 0.24% | - |
| XYZ | 2.67 | 3.6 | 4.83 | - |
| YUV | 47.45 | 135.08 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 59 | 60 | 0.67 | 0.02 | 0 | 0.76 | 181.5 | 0.5 | 0.16 |
| Hex | 14 | 3B | 3C | 43 | 2 | 0 | 4C | B6 | 32 | 10 |
| Octal | 24 | 73 | 74 | 103 | 2 | 0 | 114 | 266 | 62 | 20 |
| Binary | 10100 | 111011 | 111100 | 1000011 | 10 | 0 | 1001100 | 10110110 | 110010 | 10000 |
Color Harmonies of #143B3C
Complementary color
Monochromatic Colors of #143B3C
Black with #143B3C
Text Example
Text Example
White with #143B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143B3C; }
p { color: rgb(20,59,60); }
H1.HeaderClassName
{
color: #143B3C;
}
.AnyTagClassName
{
color: #143B3C;
}
</style>
background-color css
<style>
a { background-color: #143B3C; }
a { background-color: rgb(20,59,60); }
div.DivClassName
{
background-color: #143B3C;
}
.BgClassName
{
background-color: #143B3C;
}
</style>
border-color css
<style>
span { border-color: #143B3C; }
span { border-color: rgb(20,59,60); }
td.TdClassName
{
border-color: #143B3C;
}
.TagClassName
{
border-color: #143B3C;
}
</style>