Shades of Nordic #122E33
Tints of Nordic #122E33
RGB
CMYK
RGB Variations
Color information
#122E33 (or 0x122E33) is known color: Nordic. HEX triplet: 12, 2E and 33. RGB value is (18,46,51). Sum of RGB (Red+Green+Blue) = 18+46+51=115 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.65% from 115); Green value is 46 (18.36% from 255 or 40% from 115); Blue value is 51 (20.31% from 255 or 44.35% from 115); Max value from RGB is 51 - color contains mainly: blue. Hex color #122E33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122E33 is #EDD1CC. Grayscale: #262626. Windows color (decimal): -15585741 or 3354130. OLE color: 3354130.
HSL color Cylindrical-coordinate representation of color #122E33: hue angle of 189.09º degrees, saturation: 0.48, 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 #122E33 is Cyan = 0.65, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 18 | 46 | 51 | - |
| CMYK | 0.65 | 0.10 | 0 | 0.8 |
| HSL | 189.09º | 0.48% | 0.14% | - |
| HSV(B) | 189.09º | 0.65% | 0.2% | - |
| XYZ | 1.82 | 2.32 | 3.48 | - |
| YUV | 38.2 | 135.22 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 46 | 51 | 0.65 | 0.10 | 0 | 0.8 | 189.09 | 0.48 | 0.14 |
| Hex | 12 | 2E | 33 | 41 | A | 0 | 50 | BD | 30 | E |
| Octal | 22 | 56 | 63 | 101 | 12 | 0 | 120 | 275 | 60 | 16 |
| Binary | 10010 | 101110 | 110011 | 1000001 | 1010 | 0 | 1010000 | 10111101 | 110000 | 1110 |
Color Harmonies of #122E33
Complementary color
Monochromatic Colors of #122E33
Black with #122E33
Text Example
Text Example
White with #122E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122E33; }
p { color: rgb(18,46,51); }
H1.HeaderClassName
{
color: #122E33;
}
.AnyTagClassName
{
color: #122E33;
}
</style>
background-color css
<style>
a { background-color: #122E33; }
a { background-color: rgb(18,46,51); }
div.DivClassName
{
background-color: #122E33;
}
.BgClassName
{
background-color: #122E33;
}
</style>
border-color css
<style>
span { border-color: #122E33; }
span { border-color: rgb(18,46,51); }
td.TdClassName
{
border-color: #122E33;
}
.TagClassName
{
border-color: #122E33;
}
</style>