Shades of Nordic #123438
Tints of Nordic #123438
RGB
CMYK
RGB Variations
Color information
#123438 (or 0x123438) is known color: Nordic. HEX triplet: 12, 34 and 38. RGB value is (18,52,56). Sum of RGB (Red+Green+Blue) = 18+52+56=126 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.29% from 126); Green value is 52 (20.70% from 255 or 41.27% from 126); Blue value is 56 (22.27% from 255 or 44.44% from 126); Max value from RGB is 56 - color contains mainly: blue. Hex color #123438 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123438 is #EDCBC7. Grayscale: #2A2A2A. Windows color (decimal): -15584200 or 3683346. OLE color: 3683346.
HSL color Cylindrical-coordinate representation of color #123438: hue angle of 186.32º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #123438 is Cyan = 0.68, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 18 | 52 | 56 | - |
| CMYK | 0.68 | 0.07 | 0 | 0.78 |
| HSL | 186.32º | 0.51% | 0.15% | - |
| HSV(B) | 186.32º | 0.68% | 0.22% | - |
| XYZ | 2.19 | 2.87 | 4.18 | - |
| YUV | 42.29 | 135.74 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 52 | 56 | 0.68 | 0.07 | 0 | 0.78 | 186.32 | 0.51 | 0.15 |
| Hex | 12 | 34 | 38 | 44 | 7 | 0 | 4E | BA | 33 | F |
| Octal | 22 | 64 | 70 | 104 | 7 | 0 | 116 | 272 | 63 | 17 |
| Binary | 10010 | 110100 | 111000 | 1000100 | 111 | 0 | 1001110 | 10111010 | 110011 | 1111 |
Color Harmonies of #123438
Complementary color
Monochromatic Colors of #123438
Black with #123438
Text Example
Text Example
White with #123438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123438; }
p { color: rgb(18,52,56); }
H1.HeaderClassName
{
color: #123438;
}
.AnyTagClassName
{
color: #123438;
}
</style>
background-color css
<style>
a { background-color: #123438; }
a { background-color: rgb(18,52,56); }
div.DivClassName
{
background-color: #123438;
}
.BgClassName
{
background-color: #123438;
}
</style>
border-color css
<style>
span { border-color: #123438; }
span { border-color: rgb(18,52,56); }
td.TdClassName
{
border-color: #123438;
}
.TagClassName
{
border-color: #123438;
}
</style>