Shades of Nordic #123235
Tints of Nordic #123235
RGB
CMYK
RGB Variations
Color information
#123235 (or 0x123235) is known color: Nordic. HEX triplet: 12, 32 and 35. RGB value is (18,50,53). Sum of RGB (Red+Green+Blue) = 18+50+53=121 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.88% from 121); Green value is 50 (19.92% from 255 or 41.32% from 121); Blue value is 53 (21.09% from 255 or 43.80% from 121); Max value from RGB is 53 - color contains mainly: blue. Hex color #123235 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123235 is #EDCDCA. Grayscale: #282828. Windows color (decimal): -15584715 or 3486226. OLE color: 3486226.
HSL color Cylindrical-coordinate representation of color #123235: hue angle of 185.14º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #123235 is Cyan = 0.66, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 18 | 50 | 53 | - |
| CMYK | 0.66 | 0.06 | 0 | 0.79 |
| HSL | 185.14º | 0.49% | 0.14% | - |
| HSV(B) | 185.14º | 0.66% | 0.21% | - |
| XYZ | 2.03 | 2.67 | 3.78 | - |
| YUV | 40.77 | 134.9 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 50 | 53 | 0.66 | 0.06 | 0 | 0.79 | 185.14 | 0.49 | 0.14 |
| Hex | 12 | 32 | 35 | 42 | 6 | 0 | 4F | B9 | 31 | E |
| Octal | 22 | 62 | 65 | 102 | 6 | 0 | 117 | 271 | 61 | 16 |
| Binary | 10010 | 110010 | 110101 | 1000010 | 110 | 0 | 1001111 | 10111001 | 110001 | 1110 |
Color Harmonies of #123235
Complementary color
Monochromatic Colors of #123235
Black with #123235
Text Example
Text Example
White with #123235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123235; }
p { color: rgb(18,50,53); }
H1.HeaderClassName
{
color: #123235;
}
.AnyTagClassName
{
color: #123235;
}
</style>
background-color css
<style>
a { background-color: #123235; }
a { background-color: rgb(18,50,53); }
div.DivClassName
{
background-color: #123235;
}
.BgClassName
{
background-color: #123235;
}
</style>
border-color css
<style>
span { border-color: #123235; }
span { border-color: rgb(18,50,53); }
td.TdClassName
{
border-color: #123235;
}
.TagClassName
{
border-color: #123235;
}
</style>