Shades of Nordic #123C46
Tints of Nordic #123C46
RGB
CMYK
RGB Variations
Color information
#123C46 (or 0x123C46) is known color: Nordic. HEX triplet: 12, 3C and 46. RGB value is (18,60,70). Sum of RGB (Red+Green+Blue) = 18+60+70=148 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.16% from 148); Green value is 60 (23.83% from 255 or 40.54% from 148); Blue value is 70 (27.73% from 255 or 47.30% from 148); Max value from RGB is 70 - color contains mainly: blue. Hex color #123C46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123C46 is #EDC3B9. Grayscale: #303030. Windows color (decimal): -15582138 or 4602898. OLE color: 4602898.
HSL color Cylindrical-coordinate representation of color #123C46: hue angle of 191.54º 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 #123C46 is Cyan = 0.74, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 18 | 60 | 70 | - |
| CMYK | 0.74 | 0.14 | 0 | 0.73 |
| HSL | 191.54º | 0.59% | 0.17% | - |
| HSV(B) | 191.54º | 0.74% | 0.27% | - |
| XYZ | 2.97 | 3.8 | 6.37 | - |
| YUV | 48.58 | 140.09 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 60 | 70 | 0.74 | 0.14 | 0 | 0.73 | 191.54 | 0.59 | 0.17 |
| Hex | 12 | 3C | 46 | 4A | E | 0 | 49 | C0 | 3B | 11 |
| Octal | 22 | 74 | 106 | 112 | 16 | 0 | 111 | 300 | 73 | 21 |
| Binary | 10010 | 111100 | 1000110 | 1001010 | 1110 | 0 | 1001001 | 11000000 | 111011 | 10001 |
Color Harmonies of #123C46
Complementary color
Monochromatic Colors of #123C46
Black with #123C46
Text Example
Text Example
White with #123C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123C46; }
p { color: rgb(18,60,70); }
H1.HeaderClassName
{
color: #123C46;
}
.AnyTagClassName
{
color: #123C46;
}
</style>
background-color css
<style>
a { background-color: #123C46; }
a { background-color: rgb(18,60,70); }
div.DivClassName
{
background-color: #123C46;
}
.BgClassName
{
background-color: #123C46;
}
</style>
border-color css
<style>
span { border-color: #123C46; }
span { border-color: rgb(18,60,70); }
td.TdClassName
{
border-color: #123C46;
}
.TagClassName
{
border-color: #123C46;
}
</style>