Shades of Nordic #153C42
Tints of Nordic #153C42
RGB
CMYK
RGB Variations
Color information
#153C42 (or 0x153C42) is known color: Nordic. HEX triplet: 15, 3C and 42. RGB value is (21,60,66). Sum of RGB (Red+Green+Blue) = 21+60+66=147 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.29% from 147); Green value is 60 (23.83% from 255 or 40.82% from 147); Blue value is 66 (26.17% from 255 or 44.90% from 147); Max value from RGB is 66 - color contains mainly: blue. Hex color #153C42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153C42 is #EAC3BD. Grayscale: #303030. Windows color (decimal): -15385534 or 4340757. OLE color: 4340757.
HSL color Cylindrical-coordinate representation of color #153C42: hue angle of 188º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #153C42 is Cyan = 0.68, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 21 | 60 | 66 | - |
| CMYK | 0.68 | 0.09 | 0 | 0.74 |
| HSL | 188º | 0.52% | 0.17% | - |
| HSV(B) | 188º | 0.68% | 0.26% | - |
| XYZ | 2.91 | 3.78 | 5.73 | - |
| YUV | 49.02 | 137.58 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 60 | 66 | 0.68 | 0.09 | 0 | 0.74 | 188 | 0.52 | 0.17 |
| Hex | 15 | 3C | 42 | 44 | 9 | 0 | 4A | BC | 34 | 11 |
| Octal | 25 | 74 | 102 | 104 | 11 | 0 | 112 | 274 | 64 | 21 |
| Binary | 10101 | 111100 | 1000010 | 1000100 | 1001 | 0 | 1001010 | 10111100 | 110100 | 10001 |
Color Harmonies of #153C42
Complementary color
Monochromatic Colors of #153C42
Black with #153C42
Text Example
Text Example
White with #153C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153C42; }
p { color: rgb(21,60,66); }
H1.HeaderClassName
{
color: #153C42;
}
.AnyTagClassName
{
color: #153C42;
}
</style>
background-color css
<style>
a { background-color: #153C42; }
a { background-color: rgb(21,60,66); }
div.DivClassName
{
background-color: #153C42;
}
.BgClassName
{
background-color: #153C42;
}
</style>
border-color css
<style>
span { border-color: #153C42; }
span { border-color: rgb(21,60,66); }
td.TdClassName
{
border-color: #153C42;
}
.TagClassName
{
border-color: #153C42;
}
</style>