Shades of Nordic #183A41
Tints of Nordic #183A41
RGB
CMYK
RGB Variations
Color information
#183A41 (or 0x183A41) is known color: Nordic. HEX triplet: 18, 3A and 41. RGB value is (24,58,65). Sum of RGB (Red+Green+Blue) = 24+58+65=147 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.33% from 147); Green value is 58 (23.05% from 255 or 39.46% from 147); Blue value is 65 (25.78% from 255 or 44.22% from 147); Max value from RGB is 65 - color contains mainly: blue. Hex color #183A41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183A41 is #E7C5BE. Grayscale: #303030. Windows color (decimal): -15189439 or 4274712. OLE color: 4274712.
HSL color Cylindrical-coordinate representation of color #183A41: hue angle of 190.24º degrees, saturation: 0.46, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #183A41 is Cyan = 0.63, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 24 | 58 | 65 | - |
| CMYK | 0.63 | 0.11 | 0 | 0.75 |
| HSL | 190.24º | 0.46% | 0.17% | - |
| HSV(B) | 190.24º | 0.63% | 0.25% | - |
| XYZ | 2.84 | 3.6 | 5.55 | - |
| YUV | 48.63 | 137.24 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 58 | 65 | 0.63 | 0.11 | 0 | 0.75 | 190.24 | 0.46 | 0.17 |
| Hex | 18 | 3A | 41 | 3F | B | 0 | 4B | BE | 2E | 11 |
| Octal | 30 | 72 | 101 | 77 | 13 | 0 | 113 | 276 | 56 | 21 |
| Binary | 11000 | 111010 | 1000001 | 111111 | 1011 | 0 | 1001011 | 10111110 | 101110 | 10001 |
Color Harmonies of #183A41
Complementary color
Monochromatic Colors of #183A41
Black with #183A41
Text Example
Text Example
White with #183A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183A41; }
p { color: rgb(24,58,65); }
H1.HeaderClassName
{
color: #183A41;
}
.AnyTagClassName
{
color: #183A41;
}
</style>
background-color css
<style>
a { background-color: #183A41; }
a { background-color: rgb(24,58,65); }
div.DivClassName
{
background-color: #183A41;
}
.BgClassName
{
background-color: #183A41;
}
</style>
border-color css
<style>
span { border-color: #183A41; }
span { border-color: rgb(24,58,65); }
td.TdClassName
{
border-color: #183A41;
}
.TagClassName
{
border-color: #183A41;
}
</style>