Shades of Nordic #123539
Tints of Nordic #123539
RGB
CMYK
RGB Variations
Color information
#123539 (or 0x123539) is known color: Nordic. HEX triplet: 12, 35 and 39. RGB value is (18,53,57). Sum of RGB (Red+Green+Blue) = 18+53+57=128 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.06% from 128); Green value is 53 (21.09% from 255 or 41.41% from 128); Blue value is 57 (22.66% from 255 or 44.53% from 128); Max value from RGB is 57 - color contains mainly: blue. Hex color #123539 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123539 is #EDCAC6. Grayscale: #2A2A2A. Windows color (decimal): -15583943 or 3749138. OLE color: 3749138.
HSL color Cylindrical-coordinate representation of color #123539: hue angle of 186.15º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #123539 is Cyan = 0.68, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 18 | 53 | 57 | - |
| CMYK | 0.68 | 0.07 | 0 | 0.78 |
| HSL | 186.15º | 0.52% | 0.15% | - |
| HSV(B) | 186.15º | 0.68% | 0.22% | - |
| XYZ | 2.26 | 2.97 | 4.33 | - |
| YUV | 42.99 | 135.9 | 110.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 53 | 57 | 0.68 | 0.07 | 0 | 0.78 | 186.15 | 0.52 | 0.15 |
| Hex | 12 | 35 | 39 | 44 | 7 | 0 | 4E | BA | 34 | F |
| Octal | 22 | 65 | 71 | 104 | 7 | 0 | 116 | 272 | 64 | 17 |
| Binary | 10010 | 110101 | 111001 | 1000100 | 111 | 0 | 1001110 | 10111010 | 110100 | 1111 |
Color Harmonies of #123539
Complementary color
Monochromatic Colors of #123539
Black with #123539
Text Example
Text Example
White with #123539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123539; }
p { color: rgb(18,53,57); }
H1.HeaderClassName
{
color: #123539;
}
.AnyTagClassName
{
color: #123539;
}
</style>
background-color css
<style>
a { background-color: #123539; }
a { background-color: rgb(18,53,57); }
div.DivClassName
{
background-color: #123539;
}
.BgClassName
{
background-color: #123539;
}
</style>
border-color css
<style>
span { border-color: #123539; }
span { border-color: rgb(18,53,57); }
td.TdClassName
{
border-color: #123539;
}
.TagClassName
{
border-color: #123539;
}
</style>