Shades of Nordic #123439
Tints of Nordic #123439
RGB
CMYK
RGB Variations
Color information
#123439 (or 0x123439) is known color: Nordic. HEX triplet: 12, 34 and 39. RGB value is (18,52,57). Sum of RGB (Red+Green+Blue) = 18+52+57=127 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.17% from 127); Green value is 52 (20.70% from 255 or 40.94% from 127); Blue value is 57 (22.66% from 255 or 44.88% from 127); Max value from RGB is 57 - color contains mainly: blue. Hex color #123439 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123439 is #EDCBC6. Grayscale: #2A2A2A. Windows color (decimal): -15584199 or 3748882. OLE color: 3748882.
HSL color Cylindrical-coordinate representation of color #123439: hue angle of 187.69º 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 #123439 is Cyan = 0.68, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 18 | 52 | 57 | - |
| CMYK | 0.68 | 0.09 | 0 | 0.78 |
| HSL | 187.69º | 0.52% | 0.15% | - |
| HSV(B) | 187.69º | 0.68% | 0.22% | - |
| XYZ | 2.22 | 2.88 | 4.31 | - |
| YUV | 42.4 | 136.24 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 52 | 57 | 0.68 | 0.09 | 0 | 0.78 | 187.69 | 0.52 | 0.15 |
| Hex | 12 | 34 | 39 | 44 | 9 | 0 | 4E | BC | 34 | F |
| Octal | 22 | 64 | 71 | 104 | 11 | 0 | 116 | 274 | 64 | 17 |
| Binary | 10010 | 110100 | 111001 | 1000100 | 1001 | 0 | 1001110 | 10111100 | 110100 | 1111 |
Color Harmonies of #123439
Complementary color
Monochromatic Colors of #123439
Black with #123439
Text Example
Text Example
White with #123439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123439; }
p { color: rgb(18,52,57); }
H1.HeaderClassName
{
color: #123439;
}
.AnyTagClassName
{
color: #123439;
}
</style>
background-color css
<style>
a { background-color: #123439; }
a { background-color: rgb(18,52,57); }
div.DivClassName
{
background-color: #123439;
}
.BgClassName
{
background-color: #123439;
}
</style>
border-color css
<style>
span { border-color: #123439; }
span { border-color: rgb(18,52,57); }
td.TdClassName
{
border-color: #123439;
}
.TagClassName
{
border-color: #123439;
}
</style>