Shades of Nordic #123740
Tints of Nordic #123740
RGB
CMYK
RGB Variations
Color information
#123740 (or 0x123740) is known color: Nordic. HEX triplet: 12, 37 and 40. RGB value is (18,55,64). Sum of RGB (Red+Green+Blue) = 18+55+64=137 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.14% from 137); Green value is 55 (21.88% from 255 or 40.15% from 137); Blue value is 64 (25.39% from 255 or 46.72% from 137); Max value from RGB is 64 - color contains mainly: blue. Hex color #123740 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123740 is #EDC8BF. Grayscale: #2C2C2C. Windows color (decimal): -15583424 or 4208402. OLE color: 4208402.
HSL color Cylindrical-coordinate representation of color #123740: hue angle of 191.74º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #123740 is Cyan = 0.72, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 18 | 55 | 64 | - |
| CMYK | 0.72 | 0.14 | 0 | 0.75 |
| HSL | 191.74º | 0.56% | 0.16% | - |
| HSV(B) | 191.74º | 0.72% | 0.25% | - |
| XYZ | 2.54 | 3.23 | 5.34 | - |
| YUV | 44.96 | 138.74 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 55 | 64 | 0.72 | 0.14 | 0 | 0.75 | 191.74 | 0.56 | 0.16 |
| Hex | 12 | 37 | 40 | 48 | E | 0 | 4B | C0 | 38 | 10 |
| Octal | 22 | 67 | 100 | 110 | 16 | 0 | 113 | 300 | 70 | 20 |
| Binary | 10010 | 110111 | 1000000 | 1001000 | 1110 | 0 | 1001011 | 11000000 | 111000 | 10000 |
Color Harmonies of #123740
Complementary color
Monochromatic Colors of #123740
Black with #123740
Text Example
Text Example
White with #123740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123740; }
p { color: rgb(18,55,64); }
H1.HeaderClassName
{
color: #123740;
}
.AnyTagClassName
{
color: #123740;
}
</style>
background-color css
<style>
a { background-color: #123740; }
a { background-color: rgb(18,55,64); }
div.DivClassName
{
background-color: #123740;
}
.BgClassName
{
background-color: #123740;
}
</style>
border-color css
<style>
span { border-color: #123740; }
span { border-color: rgb(18,55,64); }
td.TdClassName
{
border-color: #123740;
}
.TagClassName
{
border-color: #123740;
}
</style>