Shades of Nordic #123A45
Tints of Nordic #123A45
RGB
CMYK
RGB Variations
Color information
#123A45 (or 0x123A45) is known color: Nordic. HEX triplet: 12, 3A and 45. RGB value is (18,58,69). Sum of RGB (Red+Green+Blue) = 18+58+69=145 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.41% from 145); Green value is 58 (23.05% from 255 or 40% from 145); Blue value is 69 (27.34% from 255 or 47.59% from 145); Max value from RGB is 69 - color contains mainly: blue. Hex color #123A45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123A45 is #EDC5BA. Grayscale: #2F2F2F. Windows color (decimal): -15582651 or 4536850. OLE color: 4536850.
HSL color Cylindrical-coordinate representation of color #123A45: hue angle of 192.94º 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 #123A45 is Cyan = 0.74, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 18 | 58 | 69 | - |
| CMYK | 0.74 | 0.16 | 0 | 0.73 |
| HSL | 192.94º | 0.59% | 0.17% | - |
| HSV(B) | 192.94º | 0.74% | 0.27% | - |
| XYZ | 2.84 | 3.58 | 6.17 | - |
| YUV | 47.29 | 140.25 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 58 | 69 | 0.74 | 0.16 | 0 | 0.73 | 192.94 | 0.59 | 0.17 |
| Hex | 12 | 3A | 45 | 4A | 10 | 0 | 49 | C1 | 3B | 11 |
| Octal | 22 | 72 | 105 | 112 | 20 | 0 | 111 | 301 | 73 | 21 |
| Binary | 10010 | 111010 | 1000101 | 1001010 | 10000 | 0 | 1001001 | 11000001 | 111011 | 10001 |
Color Harmonies of #123A45
Complementary color
Monochromatic Colors of #123A45
Black with #123A45
Text Example
Text Example
White with #123A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123A45; }
p { color: rgb(18,58,69); }
H1.HeaderClassName
{
color: #123A45;
}
.AnyTagClassName
{
color: #123A45;
}
</style>
background-color css
<style>
a { background-color: #123A45; }
a { background-color: rgb(18,58,69); }
div.DivClassName
{
background-color: #123A45;
}
.BgClassName
{
background-color: #123A45;
}
</style>
border-color css
<style>
span { border-color: #123A45; }
span { border-color: rgb(18,58,69); }
td.TdClassName
{
border-color: #123A45;
}
.TagClassName
{
border-color: #123A45;
}
</style>