Shades of Nordic #153740
Tints of Nordic #153740
RGB
CMYK
RGB Variations
Color information
#153740 (or 0x153740) is known color: Nordic. HEX triplet: 15, 37 and 40. RGB value is (21,55,64). Sum of RGB (Red+Green+Blue) = 21+55+64=140 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15% from 140); Green value is 55 (21.88% from 255 or 39.29% from 140); Blue value is 64 (25.39% from 255 or 45.71% from 140); Max value from RGB is 64 - color contains mainly: blue. Hex color #153740 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153740 is #EAC8BF. Grayscale: #2D2D2D. Windows color (decimal): -15386816 or 4208405. OLE color: 4208405.
HSL color Cylindrical-coordinate representation of color #153740: hue angle of 192.56º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #153740 is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 21 | 55 | 64 | - |
| CMYK | 0.67 | 0.14 | 0 | 0.75 |
| HSL | 192.56º | 0.51% | 0.17% | - |
| HSV(B) | 192.56º | 0.67% | 0.25% | - |
| XYZ | 2.6 | 3.26 | 5.34 | - |
| YUV | 45.86 | 138.24 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 55 | 64 | 0.67 | 0.14 | 0 | 0.75 | 192.56 | 0.51 | 0.17 |
| Hex | 15 | 37 | 40 | 43 | E | 0 | 4B | C1 | 33 | 11 |
| Octal | 25 | 67 | 100 | 103 | 16 | 0 | 113 | 301 | 63 | 21 |
| Binary | 10101 | 110111 | 1000000 | 1000011 | 1110 | 0 | 1001011 | 11000001 | 110011 | 10001 |
Color Harmonies of #153740
Complementary color
Monochromatic Colors of #153740
Black with #153740
Text Example
Text Example
White with #153740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153740; }
p { color: rgb(21,55,64); }
H1.HeaderClassName
{
color: #153740;
}
.AnyTagClassName
{
color: #153740;
}
</style>
background-color css
<style>
a { background-color: #153740; }
a { background-color: rgb(21,55,64); }
div.DivClassName
{
background-color: #153740;
}
.BgClassName
{
background-color: #153740;
}
</style>
border-color css
<style>
span { border-color: #153740; }
span { border-color: rgb(21,55,64); }
td.TdClassName
{
border-color: #153740;
}
.TagClassName
{
border-color: #153740;
}
</style>