Shades of Nordic #123B40
Tints of Nordic #123B40
RGB
CMYK
RGB Variations
Color information
#123B40 (or 0x123B40) is known color: Nordic. HEX triplet: 12, 3B and 40. RGB value is (18,59,64). Sum of RGB (Red+Green+Blue) = 18+59+64=141 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.77% from 141); Green value is 59 (23.44% from 255 or 41.84% from 141); Blue value is 64 (25.39% from 255 or 45.39% from 141); Max value from RGB is 64 - color contains mainly: blue. Hex color #123B40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123B40 is #EDC4BF. Grayscale: #2F2F2F. Windows color (decimal): -15582400 or 4209426. OLE color: 4209426.
HSL color Cylindrical-coordinate representation of color #123B40: hue angle of 186.52º 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 #123B40 is Cyan = 0.72, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 18 | 59 | 64 | - |
| CMYK | 0.72 | 0.08 | 0 | 0.75 |
| HSL | 186.52º | 0.56% | 0.16% | - |
| HSV(B) | 186.52º | 0.72% | 0.25% | - |
| XYZ | 2.74 | 3.63 | 5.41 | - |
| YUV | 47.31 | 137.42 | 107.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 59 | 64 | 0.72 | 0.08 | 0 | 0.75 | 186.52 | 0.56 | 0.16 |
| Hex | 12 | 3B | 40 | 48 | 8 | 0 | 4B | BB | 38 | 10 |
| Octal | 22 | 73 | 100 | 110 | 10 | 0 | 113 | 273 | 70 | 20 |
| Binary | 10010 | 111011 | 1000000 | 1001000 | 1000 | 0 | 1001011 | 10111011 | 111000 | 10000 |
Color Harmonies of #123B40
Complementary color
Monochromatic Colors of #123B40
Black with #123B40
Text Example
Text Example
White with #123B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123B40; }
p { color: rgb(18,59,64); }
H1.HeaderClassName
{
color: #123B40;
}
.AnyTagClassName
{
color: #123B40;
}
</style>
background-color css
<style>
a { background-color: #123B40; }
a { background-color: rgb(18,59,64); }
div.DivClassName
{
background-color: #123B40;
}
.BgClassName
{
background-color: #123B40;
}
</style>
border-color css
<style>
span { border-color: #123B40; }
span { border-color: rgb(18,59,64); }
td.TdClassName
{
border-color: #123B40;
}
.TagClassName
{
border-color: #123B40;
}
</style>