Shades of Nordic #123A43
Tints of Nordic #123A43
RGB
CMYK
RGB Variations
Color information
#123A43 (or 0x123A43) is known color: Nordic. HEX triplet: 12, 3A and 43. RGB value is (18,58,67). Sum of RGB (Red+Green+Blue) = 18+58+67=143 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.59% from 143); Green value is 58 (23.05% from 255 or 40.56% from 143); Blue value is 67 (26.56% from 255 or 46.85% from 143); Max value from RGB is 67 - color contains mainly: blue. Hex color #123A43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123A43 is #EDC5BC. Grayscale: #2E2E2E. Windows color (decimal): -15582653 or 4405778. OLE color: 4405778.
HSL color Cylindrical-coordinate representation of color #123A43: hue angle of 191.02º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #123A43 is Cyan = 0.73, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 18 | 58 | 67 | - |
| CMYK | 0.73 | 0.13 | 0 | 0.74 |
| HSL | 191.02º | 0.58% | 0.17% | - |
| HSV(B) | 191.02º | 0.73% | 0.26% | - |
| XYZ | 2.78 | 3.56 | 5.85 | - |
| YUV | 47.07 | 139.25 | 107.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 58 | 67 | 0.73 | 0.13 | 0 | 0.74 | 191.02 | 0.58 | 0.17 |
| Hex | 12 | 3A | 43 | 49 | D | 0 | 4A | BF | 3A | 11 |
| Octal | 22 | 72 | 103 | 111 | 15 | 0 | 112 | 277 | 72 | 21 |
| Binary | 10010 | 111010 | 1000011 | 1001001 | 1101 | 0 | 1001010 | 10111111 | 111010 | 10001 |
Color Harmonies of #123A43
Complementary color
Monochromatic Colors of #123A43
Black with #123A43
Text Example
Text Example
White with #123A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123A43; }
p { color: rgb(18,58,67); }
H1.HeaderClassName
{
color: #123A43;
}
.AnyTagClassName
{
color: #123A43;
}
</style>
background-color css
<style>
a { background-color: #123A43; }
a { background-color: rgb(18,58,67); }
div.DivClassName
{
background-color: #123A43;
}
.BgClassName
{
background-color: #123A43;
}
</style>
border-color css
<style>
span { border-color: #123A43; }
span { border-color: rgb(18,58,67); }
td.TdClassName
{
border-color: #123A43;
}
.TagClassName
{
border-color: #123A43;
}
</style>