Shades of Nordic #123540
Tints of Nordic #123540
RGB
CMYK
RGB Variations
Color information
#123540 (or 0x123540) is known color: Nordic. HEX triplet: 12, 35 and 40. RGB value is (18,53,64). Sum of RGB (Red+Green+Blue) = 18+53+64=135 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.33% from 135); Green value is 53 (21.09% from 255 or 39.26% from 135); Blue value is 64 (25.39% from 255 or 47.41% from 135); Max value from RGB is 64 - color contains mainly: blue. Hex color #123540 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123540 is #EDCABF. Grayscale: #2B2B2B. Windows color (decimal): -15583936 or 4207890. OLE color: 4207890.
HSL color Cylindrical-coordinate representation of color #123540: hue angle of 194.35º 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 #123540 is Cyan = 0.72, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 18 | 53 | 64 | - |
| CMYK | 0.72 | 0.17 | 0 | 0.75 |
| HSL | 194.35º | 0.56% | 0.16% | - |
| HSV(B) | 194.35º | 0.72% | 0.25% | - |
| XYZ | 2.45 | 3.04 | 5.31 | - |
| YUV | 43.79 | 139.4 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 53 | 64 | 0.72 | 0.17 | 0 | 0.75 | 194.35 | 0.56 | 0.16 |
| Hex | 12 | 35 | 40 | 48 | 11 | 0 | 4B | C2 | 38 | 10 |
| Octal | 22 | 65 | 100 | 110 | 21 | 0 | 113 | 302 | 70 | 20 |
| Binary | 10010 | 110101 | 1000000 | 1001000 | 10001 | 0 | 1001011 | 11000010 | 111000 | 10000 |
Color Harmonies of #123540
Complementary color
Monochromatic Colors of #123540
Black with #123540
Text Example
Text Example
White with #123540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123540; }
p { color: rgb(18,53,64); }
H1.HeaderClassName
{
color: #123540;
}
.AnyTagClassName
{
color: #123540;
}
</style>
background-color css
<style>
a { background-color: #123540; }
a { background-color: rgb(18,53,64); }
div.DivClassName
{
background-color: #123540;
}
.BgClassName
{
background-color: #123540;
}
</style>
border-color css
<style>
span { border-color: #123540; }
span { border-color: rgb(18,53,64); }
td.TdClassName
{
border-color: #123540;
}
.TagClassName
{
border-color: #123540;
}
</style>