Shades of Nordic #123139
Tints of Nordic #123139
RGB
CMYK
RGB Variations
Color information
#123139 (or 0x123139) is known color: Nordic. HEX triplet: 12, 31 and 39. RGB value is (18,49,57). Sum of RGB (Red+Green+Blue) = 18+49+57=124 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.52% from 124); Green value is 49 (19.53% from 255 or 39.52% from 124); Blue value is 57 (22.66% from 255 or 45.97% from 124); Max value from RGB is 57 - color contains mainly: blue. Hex color #123139 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123139 is #EDCEC6. Grayscale: #282828. Windows color (decimal): -15584967 or 3748114. OLE color: 3748114.
HSL color Cylindrical-coordinate representation of color #123139: hue angle of 192.31º degrees, saturation: 0.52, 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 #123139 is Cyan = 0.68, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 18 | 49 | 57 | - |
| CMYK | 0.68 | 0.14 | 0 | 0.78 |
| HSL | 192.31º | 0.52% | 0.15% | - |
| HSV(B) | 192.31º | 0.68% | 0.22% | - |
| XYZ | 2.09 | 2.62 | 4.27 | - |
| YUV | 40.64 | 137.23 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 49 | 57 | 0.68 | 0.14 | 0 | 0.78 | 192.31 | 0.52 | 0.15 |
| Hex | 12 | 31 | 39 | 44 | E | 0 | 4E | C0 | 34 | F |
| Octal | 22 | 61 | 71 | 104 | 16 | 0 | 116 | 300 | 64 | 17 |
| Binary | 10010 | 110001 | 111001 | 1000100 | 1110 | 0 | 1001110 | 11000000 | 110100 | 1111 |
Color Harmonies of #123139
Complementary color
Monochromatic Colors of #123139
Black with #123139
Text Example
Text Example
White with #123139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123139; }
p { color: rgb(18,49,57); }
H1.HeaderClassName
{
color: #123139;
}
.AnyTagClassName
{
color: #123139;
}
</style>
background-color css
<style>
a { background-color: #123139; }
a { background-color: rgb(18,49,57); }
div.DivClassName
{
background-color: #123139;
}
.BgClassName
{
background-color: #123139;
}
</style>
border-color css
<style>
span { border-color: #123139; }
span { border-color: rgb(18,49,57); }
td.TdClassName
{
border-color: #123139;
}
.TagClassName
{
border-color: #123139;
}
</style>