Shades of Nordic #153840
Tints of Nordic #153840
RGB
CMYK
RGB Variations
Color information
#153840 (or 0x153840) is known color: Nordic. HEX triplet: 15, 38 and 40. RGB value is (21,56,64). Sum of RGB (Red+Green+Blue) = 21+56+64=141 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.89% from 141); Green value is 56 (22.27% from 255 or 39.72% from 141); Blue value is 64 (25.39% from 255 or 45.39% from 141); Max value from RGB is 64 - color contains mainly: blue. Hex color #153840 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153840 is #EAC7BF. Grayscale: #2E2E2E. Windows color (decimal): -15386560 or 4208661. OLE color: 4208661.
HSL color Cylindrical-coordinate representation of color #153840: hue angle of 191.16º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #153840 is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 21 | 56 | 64 | - |
| CMYK | 0.67 | 0.13 | 0 | 0.75 |
| HSL | 191.16º | 0.51% | 0.17% | - |
| HSV(B) | 191.16º | 0.67% | 0.25% | - |
| XYZ | 2.65 | 3.36 | 5.36 | - |
| YUV | 46.45 | 137.9 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 56 | 64 | 0.67 | 0.13 | 0 | 0.75 | 191.16 | 0.51 | 0.17 |
| Hex | 15 | 38 | 40 | 43 | D | 0 | 4B | BF | 33 | 11 |
| Octal | 25 | 70 | 100 | 103 | 15 | 0 | 113 | 277 | 63 | 21 |
| Binary | 10101 | 111000 | 1000000 | 1000011 | 1101 | 0 | 1001011 | 10111111 | 110011 | 10001 |
Color Harmonies of #153840
Complementary color
Monochromatic Colors of #153840
Black with #153840
Text Example
Text Example
White with #153840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153840; }
p { color: rgb(21,56,64); }
H1.HeaderClassName
{
color: #153840;
}
.AnyTagClassName
{
color: #153840;
}
</style>
background-color css
<style>
a { background-color: #153840; }
a { background-color: rgb(21,56,64); }
div.DivClassName
{
background-color: #153840;
}
.BgClassName
{
background-color: #153840;
}
</style>
border-color css
<style>
span { border-color: #153840; }
span { border-color: rgb(21,56,64); }
td.TdClassName
{
border-color: #153840;
}
.TagClassName
{
border-color: #153840;
}
</style>