Shades of Nordic #122E34
Tints of Nordic #122E34
RGB
CMYK
RGB Variations
Color information
#122E34 (or 0x122E34) is known color: Nordic. HEX triplet: 12, 2E and 34. RGB value is (18,46,52). Sum of RGB (Red+Green+Blue) = 18+46+52=116 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.52% from 116); Green value is 46 (18.36% from 255 or 39.66% from 116); Blue value is 52 (20.70% from 255 or 44.83% from 116); Max value from RGB is 52 - color contains mainly: blue. Hex color #122E34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122E34 is #EDD1CB. Grayscale: #262626. Windows color (decimal): -15585740 or 3419666. OLE color: 3419666.
HSL color Cylindrical-coordinate representation of color #122E34: hue angle of 190.59º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #122E34 is Cyan = 0.65, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 18 | 46 | 52 | - |
| CMYK | 0.65 | 0.12 | 0 | 0.80 |
| HSL | 190.59º | 0.49% | 0.14% | - |
| HSV(B) | 190.59º | 0.65% | 0.2% | - |
| XYZ | 1.85 | 2.33 | 3.6 | - |
| YUV | 38.31 | 135.72 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 46 | 52 | 0.65 | 0.12 | 0 | 0.80 | 190.59 | 0.49 | 0.14 |
| Hex | 12 | 2E | 34 | 41 | C | 0 | 50 | BF | 31 | E |
| Octal | 22 | 56 | 64 | 101 | 14 | 0 | 120 | 277 | 61 | 16 |
| Binary | 10010 | 101110 | 110100 | 1000001 | 1100 | 0 | 1010000 | 10111111 | 110001 | 1110 |
Color Harmonies of #122E34
Complementary color
Monochromatic Colors of #122E34
Black with #122E34
Text Example
Text Example
White with #122E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122E34; }
p { color: rgb(18,46,52); }
H1.HeaderClassName
{
color: #122E34;
}
.AnyTagClassName
{
color: #122E34;
}
</style>
background-color css
<style>
a { background-color: #122E34; }
a { background-color: rgb(18,46,52); }
div.DivClassName
{
background-color: #122E34;
}
.BgClassName
{
background-color: #122E34;
}
</style>
border-color css
<style>
span { border-color: #122E34; }
span { border-color: rgb(18,46,52); }
td.TdClassName
{
border-color: #122E34;
}
.TagClassName
{
border-color: #122E34;
}
</style>