Shades of Nordic #153942
Tints of Nordic #153942
RGB
CMYK
RGB Variations
Color information
#153942 (or 0x153942) is known color: Nordic. HEX triplet: 15, 39 and 42. RGB value is (21,57,66). Sum of RGB (Red+Green+Blue) = 21+57+66=144 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.58% from 144); Green value is 57 (22.66% from 255 or 39.58% from 144); Blue value is 66 (26.17% from 255 or 45.83% from 144); Max value from RGB is 66 - color contains mainly: blue. Hex color #153942 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153942 is #EAC6BD. Grayscale: #2F2F2F. Windows color (decimal): -15386302 or 4339989. OLE color: 4339989.
HSL color Cylindrical-coordinate representation of color #153942: hue angle of 192º 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 #153942 is Cyan = 0.68, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 21 | 57 | 66 | - |
| CMYK | 0.68 | 0.14 | 0 | 0.74 |
| HSL | 192º | 0.52% | 0.17% | - |
| HSV(B) | 192º | 0.68% | 0.26% | - |
| XYZ | 2.76 | 3.48 | 5.68 | - |
| YUV | 47.26 | 138.57 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 57 | 66 | 0.68 | 0.14 | 0 | 0.74 | 192 | 0.52 | 0.17 |
| Hex | 15 | 39 | 42 | 44 | E | 0 | 4A | C0 | 34 | 11 |
| Octal | 25 | 71 | 102 | 104 | 16 | 0 | 112 | 300 | 64 | 21 |
| Binary | 10101 | 111001 | 1000010 | 1000100 | 1110 | 0 | 1001010 | 11000000 | 110100 | 10001 |
Color Harmonies of #153942
Complementary color
Monochromatic Colors of #153942
Black with #153942
Text Example
Text Example
White with #153942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153942; }
p { color: rgb(21,57,66); }
H1.HeaderClassName
{
color: #153942;
}
.AnyTagClassName
{
color: #153942;
}
</style>
background-color css
<style>
a { background-color: #153942; }
a { background-color: rgb(21,57,66); }
div.DivClassName
{
background-color: #153942;
}
.BgClassName
{
background-color: #153942;
}
</style>
border-color css
<style>
span { border-color: #153942; }
span { border-color: rgb(21,57,66); }
td.TdClassName
{
border-color: #153942;
}
.TagClassName
{
border-color: #153942;
}
</style>