Shades of Nordic #153A3F
Tints of Nordic #153A3F
RGB
CMYK
RGB Variations
Color information
#153A3F (or 0x153A3F) is known color: Nordic. HEX triplet: 15, 3A and 3F. RGB value is (21,58,63). Sum of RGB (Red+Green+Blue) = 21+58+63=142 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.79% from 142); Green value is 58 (23.05% from 255 or 40.85% from 142); Blue value is 63 (25% from 255 or 44.37% from 142); Max value from RGB is 63 - color contains mainly: blue. Hex color #153A3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153A3F is #EAC5C0. Grayscale: #2F2F2F. Windows color (decimal): -15386049 or 4143637. OLE color: 4143637.
HSL color Cylindrical-coordinate representation of color #153A3F: hue angle of 187.14º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #153A3F is Cyan = 0.67, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 21 | 58 | 63 | - |
| CMYK | 0.67 | 0.08 | 0 | 0.75 |
| HSL | 187.14º | 0.5% | 0.16% | - |
| HSV(B) | 187.14º | 0.67% | 0.25% | - |
| XYZ | 2.72 | 3.54 | 5.24 | - |
| YUV | 47.51 | 136.74 | 109.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 58 | 63 | 0.67 | 0.08 | 0 | 0.75 | 187.14 | 0.5 | 0.16 |
| Hex | 15 | 3A | 3F | 43 | 8 | 0 | 4B | BB | 32 | 10 |
| Octal | 25 | 72 | 77 | 103 | 10 | 0 | 113 | 273 | 62 | 20 |
| Binary | 10101 | 111010 | 111111 | 1000011 | 1000 | 0 | 1001011 | 10111011 | 110010 | 10000 |
Color Harmonies of #153A3F
Complementary color
Monochromatic Colors of #153A3F
Black with #153A3F
Text Example
Text Example
White with #153A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153A3F; }
p { color: rgb(21,58,63); }
H1.HeaderClassName
{
color: #153A3F;
}
.AnyTagClassName
{
color: #153A3F;
}
</style>
background-color css
<style>
a { background-color: #153A3F; }
a { background-color: rgb(21,58,63); }
div.DivClassName
{
background-color: #153A3F;
}
.BgClassName
{
background-color: #153A3F;
}
</style>
border-color css
<style>
span { border-color: #153A3F; }
span { border-color: rgb(21,58,63); }
td.TdClassName
{
border-color: #153A3F;
}
.TagClassName
{
border-color: #153A3F;
}
</style>