Shades of Nordic #153D44
Tints of Nordic #153D44
RGB
CMYK
RGB Variations
Color information
#153D44 (or 0x153D44) is known color: Nordic. HEX triplet: 15, 3D and 44. RGB value is (21,61,68). Sum of RGB (Red+Green+Blue) = 21+61+68=150 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14% from 150); Green value is 61 (24.22% from 255 or 40.67% from 150); Blue value is 68 (26.95% from 255 or 45.33% from 150); Max value from RGB is 68 - color contains mainly: blue. Hex color #153D44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153D44 is #EAC2BB. Grayscale: #313131. Windows color (decimal): -15385276 or 4472085. OLE color: 4472085.
HSL color Cylindrical-coordinate representation of color #153D44: hue angle of 188.94º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #153D44 is Cyan = 0.69, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 21 | 61 | 68 | - |
| CMYK | 0.69 | 0.10 | 0 | 0.73 |
| HSL | 188.94º | 0.53% | 0.17% | - |
| HSV(B) | 188.94º | 0.69% | 0.27% | - |
| XYZ | 3.02 | 3.91 | 6.07 | - |
| YUV | 49.84 | 138.25 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 61 | 68 | 0.69 | 0.10 | 0 | 0.73 | 188.94 | 0.53 | 0.17 |
| Hex | 15 | 3D | 44 | 45 | A | 0 | 49 | BD | 35 | 11 |
| Octal | 25 | 75 | 104 | 105 | 12 | 0 | 111 | 275 | 65 | 21 |
| Binary | 10101 | 111101 | 1000100 | 1000101 | 1010 | 0 | 1001001 | 10111101 | 110101 | 10001 |
Color Harmonies of #153D44
Complementary color
Monochromatic Colors of #153D44
Black with #153D44
Text Example
Text Example
White with #153D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153D44; }
p { color: rgb(21,61,68); }
H1.HeaderClassName
{
color: #153D44;
}
.AnyTagClassName
{
color: #153D44;
}
</style>
background-color css
<style>
a { background-color: #153D44; }
a { background-color: rgb(21,61,68); }
div.DivClassName
{
background-color: #153D44;
}
.BgClassName
{
background-color: #153D44;
}
</style>
border-color css
<style>
span { border-color: #153D44; }
span { border-color: rgb(21,61,68); }
td.TdClassName
{
border-color: #153D44;
}
.TagClassName
{
border-color: #153D44;
}
</style>