Shades of Nordic #153B40
Tints of Nordic #153B40
RGB
CMYK
RGB Variations
Color information
#153B40 (or 0x153B40) is known color: Nordic. HEX triplet: 15, 3B and 40. RGB value is (21,59,64). Sum of RGB (Red+Green+Blue) = 21+59+64=144 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.58% from 144); Green value is 59 (23.44% from 255 or 40.97% from 144); Blue value is 64 (25.39% from 255 or 44.44% from 144); Max value from RGB is 64 - color contains mainly: blue. Hex color #153B40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153B40 is #EAC4BF. Grayscale: #303030. Windows color (decimal): -15385792 or 4209429. OLE color: 4209429.
HSL color Cylindrical-coordinate representation of color #153B40: hue angle of 186.98º 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 #153B40 is Cyan = 0.67, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 21 | 59 | 64 | - |
| CMYK | 0.67 | 0.08 | 0 | 0.75 |
| HSL | 186.98º | 0.51% | 0.17% | - |
| HSV(B) | 186.98º | 0.67% | 0.25% | - |
| XYZ | 2.8 | 3.66 | 5.41 | - |
| YUV | 48.21 | 136.91 | 108.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 59 | 64 | 0.67 | 0.08 | 0 | 0.75 | 186.98 | 0.51 | 0.17 |
| Hex | 15 | 3B | 40 | 43 | 8 | 0 | 4B | BB | 33 | 11 |
| Octal | 25 | 73 | 100 | 103 | 10 | 0 | 113 | 273 | 63 | 21 |
| Binary | 10101 | 111011 | 1000000 | 1000011 | 1000 | 0 | 1001011 | 10111011 | 110011 | 10001 |
Color Harmonies of #153B40
Complementary color
Monochromatic Colors of #153B40
Black with #153B40
Text Example
Text Example
White with #153B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153B40; }
p { color: rgb(21,59,64); }
H1.HeaderClassName
{
color: #153B40;
}
.AnyTagClassName
{
color: #153B40;
}
</style>
background-color css
<style>
a { background-color: #153B40; }
a { background-color: rgb(21,59,64); }
div.DivClassName
{
background-color: #153B40;
}
.BgClassName
{
background-color: #153B40;
}
</style>
border-color css
<style>
span { border-color: #153B40; }
span { border-color: rgb(21,59,64); }
td.TdClassName
{
border-color: #153B40;
}
.TagClassName
{
border-color: #153B40;
}
</style>