Shades of Nordic #123D46
Tints of Nordic #123D46
RGB
CMYK
RGB Variations
Color information
#123D46 (or 0x123D46) is known color: Nordic. HEX triplet: 12, 3D and 46. RGB value is (18,61,70). Sum of RGB (Red+Green+Blue) = 18+61+70=149 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.08% from 149); Green value is 61 (24.22% from 255 or 40.94% from 149); Blue value is 70 (27.73% from 255 or 46.98% from 149); Max value from RGB is 70 - color contains mainly: blue. Hex color #123D46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123D46 is #EDC2B9. Grayscale: #313131. Windows color (decimal): -15581882 or 4603154. OLE color: 4603154.
HSL color Cylindrical-coordinate representation of color #123D46: hue angle of 190.38º 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 #123D46 is Cyan = 0.74, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 18 | 61 | 70 | - |
| CMYK | 0.74 | 0.13 | 0 | 0.73 |
| HSL | 190.38º | 0.59% | 0.17% | - |
| HSV(B) | 190.38º | 0.74% | 0.27% | - |
| XYZ | 3.02 | 3.91 | 6.39 | - |
| YUV | 49.17 | 139.75 | 105.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 61 | 70 | 0.74 | 0.13 | 0 | 0.73 | 190.38 | 0.59 | 0.17 |
| Hex | 12 | 3D | 46 | 4A | D | 0 | 49 | BE | 3B | 11 |
| Octal | 22 | 75 | 106 | 112 | 15 | 0 | 111 | 276 | 73 | 21 |
| Binary | 10010 | 111101 | 1000110 | 1001010 | 1101 | 0 | 1001001 | 10111110 | 111011 | 10001 |
Color Harmonies of #123D46
Complementary color
Monochromatic Colors of #123D46
Black with #123D46
Text Example
Text Example
White with #123D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123D46; }
p { color: rgb(18,61,70); }
H1.HeaderClassName
{
color: #123D46;
}
.AnyTagClassName
{
color: #123D46;
}
</style>
background-color css
<style>
a { background-color: #123D46; }
a { background-color: rgb(18,61,70); }
div.DivClassName
{
background-color: #123D46;
}
.BgClassName
{
background-color: #123D46;
}
</style>
border-color css
<style>
span { border-color: #123D46; }
span { border-color: rgb(18,61,70); }
td.TdClassName
{
border-color: #123D46;
}
.TagClassName
{
border-color: #123D46;
}
</style>