Shades of Nordic #123234
Tints of Nordic #123234
RGB
CMYK
RGB Variations
Color information
#123234 (or 0x123234) is known color: Nordic. HEX triplet: 12, 32 and 34. RGB value is (18,50,52). Sum of RGB (Red+Green+Blue) = 18+50+52=120 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15% from 120); Green value is 50 (19.92% from 255 or 41.67% from 120); Blue value is 52 (20.70% from 255 or 43.33% from 120); Max value from RGB is 52 - color contains mainly: blue. Hex color #123234 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123234 is #EDCDCB. Grayscale: #282828. Windows color (decimal): -15584716 or 3420690. OLE color: 3420690.
HSL color Cylindrical-coordinate representation of color #123234: hue angle of 183.53º 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 #123234 is Cyan = 0.65, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 18 | 50 | 52 | - |
| CMYK | 0.65 | 0.04 | 0 | 0.80 |
| HSL | 183.53º | 0.49% | 0.14% | - |
| HSV(B) | 183.53º | 0.65% | 0.2% | - |
| XYZ | 2.01 | 2.66 | 3.66 | - |
| YUV | 40.66 | 134.4 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 50 | 52 | 0.65 | 0.04 | 0 | 0.80 | 183.53 | 0.49 | 0.14 |
| Hex | 12 | 32 | 34 | 41 | 4 | 0 | 50 | B8 | 31 | E |
| Octal | 22 | 62 | 64 | 101 | 4 | 0 | 120 | 270 | 61 | 16 |
| Binary | 10010 | 110010 | 110100 | 1000001 | 100 | 0 | 1010000 | 10111000 | 110001 | 1110 |
Color Harmonies of #123234
Complementary color
Monochromatic Colors of #123234
Black with #123234
Text Example
Text Example
White with #123234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123234; }
p { color: rgb(18,50,52); }
H1.HeaderClassName
{
color: #123234;
}
.AnyTagClassName
{
color: #123234;
}
</style>
background-color css
<style>
a { background-color: #123234; }
a { background-color: rgb(18,50,52); }
div.DivClassName
{
background-color: #123234;
}
.BgClassName
{
background-color: #123234;
}
</style>
border-color css
<style>
span { border-color: #123234; }
span { border-color: rgb(18,50,52); }
td.TdClassName
{
border-color: #123234;
}
.TagClassName
{
border-color: #123234;
}
</style>