Shades of Nordic #153136
Tints of Nordic #153136
RGB
CMYK
RGB Variations
Color information
#153136 (or 0x153136) is known color: Nordic. HEX triplet: 15, 31 and 36. RGB value is (21,49,54). Sum of RGB (Red+Green+Blue) = 21+49+54=124 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.94% from 124); Green value is 49 (19.53% from 255 or 39.52% from 124); Blue value is 54 (21.48% from 255 or 43.55% from 124); Max value from RGB is 54 - color contains mainly: blue. Hex color #153136 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153136 is #EACEC9. Grayscale: #292929. Windows color (decimal): -15388362 or 3551509. OLE color: 3551509.
HSL color Cylindrical-coordinate representation of color #153136: hue angle of 189.09º 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 #153136 is Cyan = 0.61, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 21 | 49 | 54 | - |
| CMYK | 0.61 | 0.09 | 0 | 0.79 |
| HSL | 189.09º | 0.44% | 0.15% | - |
| HSV(B) | 189.09º | 0.61% | 0.21% | - |
| XYZ | 2.07 | 2.62 | 3.89 | - |
| YUV | 41.2 | 135.22 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 49 | 54 | 0.61 | 0.09 | 0 | 0.79 | 189.09 | 0.44 | 0.15 |
| Hex | 15 | 31 | 36 | 3D | 9 | 0 | 4F | BD | 2C | F |
| Octal | 25 | 61 | 66 | 75 | 11 | 0 | 117 | 275 | 54 | 17 |
| Binary | 10101 | 110001 | 110110 | 111101 | 1001 | 0 | 1001111 | 10111101 | 101100 | 1111 |
Color Harmonies of #153136
Complementary color
Monochromatic Colors of #153136
Black with #153136
Text Example
Text Example
White with #153136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153136; }
p { color: rgb(21,49,54); }
H1.HeaderClassName
{
color: #153136;
}
.AnyTagClassName
{
color: #153136;
}
</style>
background-color css
<style>
a { background-color: #153136; }
a { background-color: rgb(21,49,54); }
div.DivClassName
{
background-color: #153136;
}
.BgClassName
{
background-color: #153136;
}
</style>
border-color css
<style>
span { border-color: #153136; }
span { border-color: rgb(21,49,54); }
td.TdClassName
{
border-color: #153136;
}
.TagClassName
{
border-color: #153136;
}
</style>