Shades of Nordic #153A42
Tints of Nordic #153A42
RGB
CMYK
RGB Variations
Color information
#153A42 (or 0x153A42) is known color: Nordic. HEX triplet: 15, 3A and 42. RGB value is (21,58,66). Sum of RGB (Red+Green+Blue) = 21+58+66=145 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.48% from 145); Green value is 58 (23.05% from 255 or 40% from 145); Blue value is 66 (26.17% from 255 or 45.52% from 145); Max value from RGB is 66 - color contains mainly: blue. Hex color #153A42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153A42 is #EAC5BD. Grayscale: #2F2F2F. Windows color (decimal): -15386046 or 4340245. OLE color: 4340245.
HSL color Cylindrical-coordinate representation of color #153A42: hue angle of 190.67º 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 #153A42 is Cyan = 0.68, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 21 | 58 | 66 | - |
| CMYK | 0.68 | 0.12 | 0 | 0.74 |
| HSL | 190.67º | 0.52% | 0.17% | - |
| HSV(B) | 190.67º | 0.68% | 0.26% | - |
| XYZ | 2.81 | 3.58 | 5.7 | - |
| YUV | 47.85 | 138.24 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 58 | 66 | 0.68 | 0.12 | 0 | 0.74 | 190.67 | 0.52 | 0.17 |
| Hex | 15 | 3A | 42 | 44 | C | 0 | 4A | BF | 34 | 11 |
| Octal | 25 | 72 | 102 | 104 | 14 | 0 | 112 | 277 | 64 | 21 |
| Binary | 10101 | 111010 | 1000010 | 1000100 | 1100 | 0 | 1001010 | 10111111 | 110100 | 10001 |
Color Harmonies of #153A42
Complementary color
Monochromatic Colors of #153A42
Black with #153A42
Text Example
Text Example
White with #153A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153A42; }
p { color: rgb(21,58,66); }
H1.HeaderClassName
{
color: #153A42;
}
.AnyTagClassName
{
color: #153A42;
}
</style>
background-color css
<style>
a { background-color: #153A42; }
a { background-color: rgb(21,58,66); }
div.DivClassName
{
background-color: #153A42;
}
.BgClassName
{
background-color: #153A42;
}
</style>
border-color css
<style>
span { border-color: #153A42; }
span { border-color: rgb(21,58,66); }
td.TdClassName
{
border-color: #153A42;
}
.TagClassName
{
border-color: #153A42;
}
</style>