Shades of Nordic #153D43
Tints of Nordic #153D43
RGB
CMYK
RGB Variations
Color information
#153D43 (or 0x153D43) is known color: Nordic. HEX triplet: 15, 3D and 43. RGB value is (21,61,67). Sum of RGB (Red+Green+Blue) = 21+61+67=149 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.09% from 149); Green value is 61 (24.22% from 255 or 40.94% from 149); Blue value is 67 (26.56% from 255 or 44.97% from 149); Max value from RGB is 67 - color contains mainly: blue. Hex color #153D43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153D43 is #EAC2BC. Grayscale: #313131. Windows color (decimal): -15385277 or 4406549. OLE color: 4406549.
HSL color Cylindrical-coordinate representation of color #153D43: hue angle of 187.83º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #153D43 is Cyan = 0.69, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 21 | 61 | 67 | - |
| CMYK | 0.69 | 0.09 | 0 | 0.74 |
| HSL | 187.83º | 0.52% | 0.17% | - |
| HSV(B) | 187.83º | 0.69% | 0.26% | - |
| XYZ | 2.99 | 3.9 | 5.91 | - |
| YUV | 49.72 | 137.75 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 61 | 67 | 0.69 | 0.09 | 0 | 0.74 | 187.83 | 0.52 | 0.17 |
| Hex | 15 | 3D | 43 | 45 | 9 | 0 | 4A | BC | 34 | 11 |
| Octal | 25 | 75 | 103 | 105 | 11 | 0 | 112 | 274 | 64 | 21 |
| Binary | 10101 | 111101 | 1000011 | 1000101 | 1001 | 0 | 1001010 | 10111100 | 110100 | 10001 |
Color Harmonies of #153D43
Complementary color
Monochromatic Colors of #153D43
Black with #153D43
Text Example
Text Example
White with #153D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153D43; }
p { color: rgb(21,61,67); }
H1.HeaderClassName
{
color: #153D43;
}
.AnyTagClassName
{
color: #153D43;
}
</style>
background-color css
<style>
a { background-color: #153D43; }
a { background-color: rgb(21,61,67); }
div.DivClassName
{
background-color: #153D43;
}
.BgClassName
{
background-color: #153D43;
}
</style>
border-color css
<style>
span { border-color: #153D43; }
span { border-color: rgb(21,61,67); }
td.TdClassName
{
border-color: #153D43;
}
.TagClassName
{
border-color: #153D43;
}
</style>