Shades of Nordic #123940
Tints of Nordic #123940
RGB
CMYK
RGB Variations
Color information
#123940 (or 0x123940) is known color: Nordic. HEX triplet: 12, 39 and 40. RGB value is (18,57,64). Sum of RGB (Red+Green+Blue) = 18+57+64=139 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.95% from 139); Green value is 57 (22.66% from 255 or 41.01% from 139); Blue value is 64 (25.39% from 255 or 46.04% from 139); Max value from RGB is 64 - color contains mainly: blue. Hex color #123940 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123940 is #EDC6BF. Grayscale: #2E2E2E. Windows color (decimal): -15582912 or 4208914. OLE color: 4208914.
HSL color Cylindrical-coordinate representation of color #123940: hue angle of 189.13º 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 #123940 is Cyan = 0.72, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 18 | 57 | 64 | - |
| CMYK | 0.72 | 0.11 | 0 | 0.75 |
| HSL | 189.13º | 0.56% | 0.16% | - |
| HSV(B) | 189.13º | 0.72% | 0.25% | - |
| XYZ | 2.64 | 3.43 | 5.37 | - |
| YUV | 46.14 | 138.08 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 57 | 64 | 0.72 | 0.11 | 0 | 0.75 | 189.13 | 0.56 | 0.16 |
| Hex | 12 | 39 | 40 | 48 | B | 0 | 4B | BD | 38 | 10 |
| Octal | 22 | 71 | 100 | 110 | 13 | 0 | 113 | 275 | 70 | 20 |
| Binary | 10010 | 111001 | 1000000 | 1001000 | 1011 | 0 | 1001011 | 10111101 | 111000 | 10000 |
Color Harmonies of #123940
Complementary color
Monochromatic Colors of #123940
Black with #123940
Text Example
Text Example
White with #123940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123940; }
p { color: rgb(18,57,64); }
H1.HeaderClassName
{
color: #123940;
}
.AnyTagClassName
{
color: #123940;
}
</style>
background-color css
<style>
a { background-color: #123940; }
a { background-color: rgb(18,57,64); }
div.DivClassName
{
background-color: #123940;
}
.BgClassName
{
background-color: #123940;
}
</style>
border-color css
<style>
span { border-color: #123940; }
span { border-color: rgb(18,57,64); }
td.TdClassName
{
border-color: #123940;
}
.TagClassName
{
border-color: #123940;
}
</style>