Shades of Nordic #123D47
Tints of Nordic #123D47
RGB
CMYK
RGB Variations
Color information
#123D47 (or 0x123D47) is known color: Nordic. HEX triplet: 12, 3D and 47. RGB value is (18,61,71). Sum of RGB (Red+Green+Blue) = 18+61+71=150 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12% from 150); Green value is 61 (24.22% from 255 or 40.67% from 150); Blue value is 71 (28.12% from 255 or 47.33% from 150); Max value from RGB is 71 - color contains mainly: blue. Hex color #123D47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123D47 is #EDC2B8. Grayscale: #313131. Windows color (decimal): -15581881 or 4668690. OLE color: 4668690.
HSL color Cylindrical-coordinate representation of color #123D47: hue angle of 191.32º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #123D47 is Cyan = 0.75, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 18 | 61 | 71 | - |
| CMYK | 0.75 | 0.14 | 0 | 0.72 |
| HSL | 191.32º | 0.6% | 0.17% | - |
| HSV(B) | 191.32º | 0.75% | 0.28% | - |
| XYZ | 3.06 | 3.92 | 6.56 | - |
| YUV | 49.28 | 140.25 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 61 | 71 | 0.75 | 0.14 | 0 | 0.72 | 191.32 | 0.6 | 0.17 |
| Hex | 12 | 3D | 47 | 4B | E | 0 | 48 | BF | 3C | 11 |
| Octal | 22 | 75 | 107 | 113 | 16 | 0 | 110 | 277 | 74 | 21 |
| Binary | 10010 | 111101 | 1000111 | 1001011 | 1110 | 0 | 1001000 | 10111111 | 111100 | 10001 |
Color Harmonies of #123D47
Complementary color
Monochromatic Colors of #123D47
Black with #123D47
Text Example
Text Example
White with #123D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123D47; }
p { color: rgb(18,61,71); }
H1.HeaderClassName
{
color: #123D47;
}
.AnyTagClassName
{
color: #123D47;
}
</style>
background-color css
<style>
a { background-color: #123D47; }
a { background-color: rgb(18,61,71); }
div.DivClassName
{
background-color: #123D47;
}
.BgClassName
{
background-color: #123D47;
}
</style>
border-color css
<style>
span { border-color: #123D47; }
span { border-color: rgb(18,61,71); }
td.TdClassName
{
border-color: #123D47;
}
.TagClassName
{
border-color: #123D47;
}
</style>