Shades of Nordic #123B46
Tints of Nordic #123B46
RGB
CMYK
RGB Variations
Color information
#123B46 (or 0x123B46) is known color: Nordic. HEX triplet: 12, 3B and 46. RGB value is (18,59,70). Sum of RGB (Red+Green+Blue) = 18+59+70=147 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.24% from 147); Green value is 59 (23.44% from 255 or 40.14% from 147); Blue value is 70 (27.73% from 255 or 47.62% from 147); Max value from RGB is 70 - color contains mainly: blue. Hex color #123B46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123B46 is #EDC4B9. Grayscale: #2F2F2F. Windows color (decimal): -15582394 or 4602642. OLE color: 4602642.
HSL color Cylindrical-coordinate representation of color #123B46: hue angle of 192.69º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #123B46 is Cyan = 0.74, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 18 | 59 | 70 | - |
| CMYK | 0.74 | 0.16 | 0 | 0.73 |
| HSL | 192.69º | 0.59% | 0.17% | - |
| HSV(B) | 192.69º | 0.74% | 0.27% | - |
| XYZ | 2.92 | 3.7 | 6.35 | - |
| YUV | 48 | 140.42 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 59 | 70 | 0.74 | 0.16 | 0 | 0.73 | 192.69 | 0.59 | 0.17 |
| Hex | 12 | 3B | 46 | 4A | 10 | 0 | 49 | C1 | 3B | 11 |
| Octal | 22 | 73 | 106 | 112 | 20 | 0 | 111 | 301 | 73 | 21 |
| Binary | 10010 | 111011 | 1000110 | 1001010 | 10000 | 0 | 1001001 | 11000001 | 111011 | 10001 |
Color Harmonies of #123B46
Complementary color
Monochromatic Colors of #123B46
Black with #123B46
Text Example
Text Example
White with #123B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123B46; }
p { color: rgb(18,59,70); }
H1.HeaderClassName
{
color: #123B46;
}
.AnyTagClassName
{
color: #123B46;
}
</style>
background-color css
<style>
a { background-color: #123B46; }
a { background-color: rgb(18,59,70); }
div.DivClassName
{
background-color: #123B46;
}
.BgClassName
{
background-color: #123B46;
}
</style>
border-color css
<style>
span { border-color: #123B46; }
span { border-color: rgb(18,59,70); }
td.TdClassName
{
border-color: #123B46;
}
.TagClassName
{
border-color: #123B46;
}
</style>