Shades of Nordic #153B41
Tints of Nordic #153B41
RGB
CMYK
RGB Variations
Color information
#153B41 (or 0x153B41) is known color: Nordic. HEX triplet: 15, 3B and 41. RGB value is (21,59,65). Sum of RGB (Red+Green+Blue) = 21+59+65=145 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.48% from 145); Green value is 59 (23.44% from 255 or 40.69% from 145); Blue value is 65 (25.78% from 255 or 44.83% from 145); Max value from RGB is 65 - color contains mainly: blue. Hex color #153B41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153B41 is #EAC4BE. Grayscale: #303030. Windows color (decimal): -15385791 or 4274965. OLE color: 4274965.
HSL color Cylindrical-coordinate representation of color #153B41: hue angle of 188.18º 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 #153B41 is Cyan = 0.68, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 21 | 59 | 65 | - |
| CMYK | 0.68 | 0.09 | 0 | 0.75 |
| HSL | 188.18º | 0.51% | 0.17% | - |
| HSV(B) | 188.18º | 0.68% | 0.25% | - |
| XYZ | 2.83 | 3.67 | 5.56 | - |
| YUV | 48.32 | 137.41 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 59 | 65 | 0.68 | 0.09 | 0 | 0.75 | 188.18 | 0.51 | 0.17 |
| Hex | 15 | 3B | 41 | 44 | 9 | 0 | 4B | BC | 33 | 11 |
| Octal | 25 | 73 | 101 | 104 | 11 | 0 | 113 | 274 | 63 | 21 |
| Binary | 10101 | 111011 | 1000001 | 1000100 | 1001 | 0 | 1001011 | 10111100 | 110011 | 10001 |
Color Harmonies of #153B41
Complementary color
Monochromatic Colors of #153B41
Black with #153B41
Text Example
Text Example
White with #153B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153B41; }
p { color: rgb(21,59,65); }
H1.HeaderClassName
{
color: #153B41;
}
.AnyTagClassName
{
color: #153B41;
}
</style>
background-color css
<style>
a { background-color: #153B41; }
a { background-color: rgb(21,59,65); }
div.DivClassName
{
background-color: #153B41;
}
.BgClassName
{
background-color: #153B41;
}
</style>
border-color css
<style>
span { border-color: #153B41; }
span { border-color: rgb(21,59,65); }
td.TdClassName
{
border-color: #153B41;
}
.TagClassName
{
border-color: #153B41;
}
</style>