Shades of Nordic #123841
Tints of Nordic #123841
RGB
CMYK
RGB Variations
Color information
#123841 (or 0x123841) is known color: Nordic. HEX triplet: 12, 38 and 41. RGB value is (18,56,65). Sum of RGB (Red+Green+Blue) = 18+56+65=139 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.95% from 139); Green value is 56 (22.27% from 255 or 40.29% from 139); Blue value is 65 (25.78% from 255 or 46.76% from 139); Max value from RGB is 65 - color contains mainly: blue. Hex color #123841 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123841 is #EDC7BE. Grayscale: #2D2D2D. Windows color (decimal): -15583167 or 4274194. OLE color: 4274194.
HSL color Cylindrical-coordinate representation of color #123841: hue angle of 191.49º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #123841 is Cyan = 0.72, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 18 | 56 | 65 | - |
| CMYK | 0.72 | 0.14 | 0 | 0.75 |
| HSL | 191.49º | 0.57% | 0.16% | - |
| HSV(B) | 191.49º | 0.72% | 0.25% | - |
| XYZ | 2.62 | 3.34 | 5.51 | - |
| YUV | 45.66 | 138.91 | 108.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 56 | 65 | 0.72 | 0.14 | 0 | 0.75 | 191.49 | 0.57 | 0.16 |
| Hex | 12 | 38 | 41 | 48 | E | 0 | 4B | BF | 39 | 10 |
| Octal | 22 | 70 | 101 | 110 | 16 | 0 | 113 | 277 | 71 | 20 |
| Binary | 10010 | 111000 | 1000001 | 1001000 | 1110 | 0 | 1001011 | 10111111 | 111001 | 10000 |
Color Harmonies of #123841
Complementary color
Monochromatic Colors of #123841
Black with #123841
Text Example
Text Example
White with #123841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123841; }
p { color: rgb(18,56,65); }
H1.HeaderClassName
{
color: #123841;
}
.AnyTagClassName
{
color: #123841;
}
</style>
background-color css
<style>
a { background-color: #123841; }
a { background-color: rgb(18,56,65); }
div.DivClassName
{
background-color: #123841;
}
.BgClassName
{
background-color: #123841;
}
</style>
border-color css
<style>
span { border-color: #123841; }
span { border-color: rgb(18,56,65); }
td.TdClassName
{
border-color: #123841;
}
.TagClassName
{
border-color: #123841;
}
</style>