Shades of Nordic #1D4047
Tints of Nordic #1D4047
RGB
CMYK
RGB Variations
Color information
#1D4047 (or 0x1D4047) is known color: Nordic. HEX triplet: 1D, 40 and 47. RGB value is (29,64,71). Sum of RGB (Red+Green+Blue) = 29+64+71=164 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.68% from 164); Green value is 64 (25.39% from 255 or 39.02% from 164); Blue value is 71 (28.12% from 255 or 43.29% from 164); Max value from RGB is 71 - color contains mainly: blue. Hex color #1D4047 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4047 is #E2BFB8. Grayscale: #363636. Windows color (decimal): -14860217 or 4669469. OLE color: 4669469.
HSL color Cylindrical-coordinate representation of color #1D4047: hue angle of 190º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1D4047 is Cyan = 0.59, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 29 | 64 | 71 | - |
| CMYK | 0.59 | 0.10 | 0 | 0.72 |
| HSL | 190º | 0.42% | 0.2% | - |
| HSV(B) | 190º | 0.59% | 0.28% | - |
| XYZ | 3.48 | 4.38 | 6.62 | - |
| YUV | 54.33 | 137.4 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 64 | 71 | 0.59 | 0.10 | 0 | 0.72 | 190 | 0.42 | 0.2 |
| Hex | 1D | 40 | 47 | 3B | A | 0 | 48 | BE | 2A | 14 |
| Octal | 35 | 100 | 107 | 73 | 12 | 0 | 110 | 276 | 52 | 24 |
| Binary | 11101 | 1000000 | 1000111 | 111011 | 1010 | 0 | 1001000 | 10111110 | 101010 | 10100 |
Color Harmonies of #1D4047
Complementary color
Monochromatic Colors of #1D4047
Black with #1D4047
Text Example
Text Example
White with #1D4047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4047; }
p { color: rgb(29,64,71); }
H1.HeaderClassName
{
color: #1D4047;
}
.AnyTagClassName
{
color: #1D4047;
}
</style>
background-color css
<style>
a { background-color: #1D4047; }
a { background-color: rgb(29,64,71); }
div.DivClassName
{
background-color: #1D4047;
}
.BgClassName
{
background-color: #1D4047;
}
</style>
border-color css
<style>
span { border-color: #1D4047; }
span { border-color: rgb(29,64,71); }
td.TdClassName
{
border-color: #1D4047;
}
.TagClassName
{
border-color: #1D4047;
}
</style>