Shades of Nordic #153B46
Tints of Nordic #153B46
RGB
CMYK
RGB Variations
Color information
#153B46 (or 0x153B46) is known color: Nordic. HEX triplet: 15, 3B and 46. RGB value is (21,59,70). Sum of RGB (Red+Green+Blue) = 21+59+70=150 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14% from 150); Green value is 59 (23.44% from 255 or 39.33% from 150); Blue value is 70 (27.73% from 255 or 46.67% from 150); Max value from RGB is 70 - color contains mainly: blue. Hex color #153B46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153B46 is #EAC4B9. Grayscale: #303030. Windows color (decimal): -15385786 or 4602645. OLE color: 4602645.
HSL color Cylindrical-coordinate representation of color #153B46: hue angle of 193.47º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #153B46 is Cyan = 0.70, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 21 | 59 | 70 | - |
| CMYK | 0.70 | 0.16 | 0 | 0.73 |
| HSL | 193.47º | 0.54% | 0.18% | - |
| HSV(B) | 193.47º | 0.7% | 0.27% | - |
| XYZ | 2.98 | 3.73 | 6.36 | - |
| YUV | 48.89 | 139.91 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 59 | 70 | 0.70 | 0.16 | 0 | 0.73 | 193.47 | 0.54 | 0.18 |
| Hex | 15 | 3B | 46 | 46 | 10 | 0 | 49 | C1 | 36 | 12 |
| Octal | 25 | 73 | 106 | 106 | 20 | 0 | 111 | 301 | 66 | 22 |
| Binary | 10101 | 111011 | 1000110 | 1000110 | 10000 | 0 | 1001001 | 11000001 | 110110 | 10010 |
Color Harmonies of #153B46
Complementary color
Monochromatic Colors of #153B46
Black with #153B46
Text Example
Text Example
White with #153B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153B46; }
p { color: rgb(21,59,70); }
H1.HeaderClassName
{
color: #153B46;
}
.AnyTagClassName
{
color: #153B46;
}
</style>
background-color css
<style>
a { background-color: #153B46; }
a { background-color: rgb(21,59,70); }
div.DivClassName
{
background-color: #153B46;
}
.BgClassName
{
background-color: #153B46;
}
</style>
border-color css
<style>
span { border-color: #153B46; }
span { border-color: rgb(21,59,70); }
td.TdClassName
{
border-color: #153B46;
}
.TagClassName
{
border-color: #153B46;
}
</style>