Shades of Nordic #153941
Tints of Nordic #153941
RGB
CMYK
RGB Variations
Color information
#153941 (or 0x153941) is known color: Nordic. HEX triplet: 15, 39 and 41. RGB value is (21,57,65). Sum of RGB (Red+Green+Blue) = 21+57+65=143 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.69% from 143); Green value is 57 (22.66% from 255 or 39.86% from 143); Blue value is 65 (25.78% from 255 or 45.45% from 143); Max value from RGB is 65 - color contains mainly: blue. Hex color #153941 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153941 is #EAC6BE. Grayscale: #2F2F2F. Windows color (decimal): -15386303 or 4274453. OLE color: 4274453.
HSL color Cylindrical-coordinate representation of color #153941: hue angle of 190.91º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #153941 is Cyan = 0.68, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 21 | 57 | 65 | - |
| CMYK | 0.68 | 0.12 | 0 | 0.75 |
| HSL | 190.91º | 0.51% | 0.17% | - |
| HSV(B) | 190.91º | 0.68% | 0.25% | - |
| XYZ | 2.73 | 3.47 | 5.53 | - |
| YUV | 47.15 | 138.07 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 57 | 65 | 0.68 | 0.12 | 0 | 0.75 | 190.91 | 0.51 | 0.17 |
| Hex | 15 | 39 | 41 | 44 | C | 0 | 4B | BF | 33 | 11 |
| Octal | 25 | 71 | 101 | 104 | 14 | 0 | 113 | 277 | 63 | 21 |
| Binary | 10101 | 111001 | 1000001 | 1000100 | 1100 | 0 | 1001011 | 10111111 | 110011 | 10001 |
Color Harmonies of #153941
Complementary color
Monochromatic Colors of #153941
Black with #153941
Text Example
Text Example
White with #153941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153941; }
p { color: rgb(21,57,65); }
H1.HeaderClassName
{
color: #153941;
}
.AnyTagClassName
{
color: #153941;
}
</style>
background-color css
<style>
a { background-color: #153941; }
a { background-color: rgb(21,57,65); }
div.DivClassName
{
background-color: #153941;
}
.BgClassName
{
background-color: #153941;
}
</style>
border-color css
<style>
span { border-color: #153941; }
span { border-color: rgb(21,57,65); }
td.TdClassName
{
border-color: #153941;
}
.TagClassName
{
border-color: #153941;
}
</style>