Shades of Nordic #153036
Tints of Nordic #153036
RGB
CMYK
RGB Variations
Color information
#153036 (or 0x153036) is known color: Nordic. HEX triplet: 15, 30 and 36. RGB value is (21,48,54). Sum of RGB (Red+Green+Blue) = 21+48+54=123 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.07% from 123); Green value is 48 (19.14% from 255 or 39.02% from 123); Blue value is 54 (21.48% from 255 or 43.90% from 123); Max value from RGB is 54 - color contains mainly: blue. Hex color #153036 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153036 is #EACFC9. Grayscale: #282828. Windows color (decimal): -15388618 or 3551253. OLE color: 3551253.
HSL color Cylindrical-coordinate representation of color #153036: hue angle of 190.91º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #153036 is Cyan = 0.61, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 21 | 48 | 54 | - |
| CMYK | 0.61 | 0.11 | 0 | 0.79 |
| HSL | 190.91º | 0.44% | 0.15% | - |
| HSV(B) | 190.91º | 0.61% | 0.21% | - |
| XYZ | 2.03 | 2.54 | 3.87 | - |
| YUV | 40.61 | 135.55 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 48 | 54 | 0.61 | 0.11 | 0 | 0.79 | 190.91 | 0.44 | 0.15 |
| Hex | 15 | 30 | 36 | 3D | B | 0 | 4F | BF | 2C | F |
| Octal | 25 | 60 | 66 | 75 | 13 | 0 | 117 | 277 | 54 | 17 |
| Binary | 10101 | 110000 | 110110 | 111101 | 1011 | 0 | 1001111 | 10111111 | 101100 | 1111 |
Color Harmonies of #153036
Complementary color
Monochromatic Colors of #153036
Black with #153036
Text Example
Text Example
White with #153036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153036; }
p { color: rgb(21,48,54); }
H1.HeaderClassName
{
color: #153036;
}
.AnyTagClassName
{
color: #153036;
}
</style>
background-color css
<style>
a { background-color: #153036; }
a { background-color: rgb(21,48,54); }
div.DivClassName
{
background-color: #153036;
}
.BgClassName
{
background-color: #153036;
}
</style>
border-color css
<style>
span { border-color: #153036; }
span { border-color: rgb(21,48,54); }
td.TdClassName
{
border-color: #153036;
}
.TagClassName
{
border-color: #153036;
}
</style>