Shades of Nordic #183F47
Tints of Nordic #183F47
RGB
CMYK
RGB Variations
Color information
#183F47 (or 0x183F47) is known color: Nordic. HEX triplet: 18, 3F and 47. RGB value is (24,63,71). Sum of RGB (Red+Green+Blue) = 24+63+71=158 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.19% from 158); Green value is 63 (25% from 255 or 39.87% from 158); Blue value is 71 (28.12% from 255 or 44.94% from 158); Max value from RGB is 71 - color contains mainly: blue. Hex color #183F47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183F47 is #E7C0B8. Grayscale: #343434. Windows color (decimal): -15188153 or 4669208. OLE color: 4669208.
HSL color Cylindrical-coordinate representation of color #183F47: hue angle of 190.21º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #183F47 is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 24 | 63 | 71 | - |
| CMYK | 0.66 | 0.11 | 0 | 0.72 |
| HSL | 190.21º | 0.49% | 0.19% | - |
| HSV(B) | 190.21º | 0.66% | 0.28% | - |
| XYZ | 3.29 | 4.2 | 6.6 | - |
| YUV | 52.25 | 138.58 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 63 | 71 | 0.66 | 0.11 | 0 | 0.72 | 190.21 | 0.49 | 0.19 |
| Hex | 18 | 3F | 47 | 42 | B | 0 | 48 | BE | 31 | 13 |
| Octal | 30 | 77 | 107 | 102 | 13 | 0 | 110 | 276 | 61 | 23 |
| Binary | 11000 | 111111 | 1000111 | 1000010 | 1011 | 0 | 1001000 | 10111110 | 110001 | 10011 |
Color Harmonies of #183F47
Complementary color
Monochromatic Colors of #183F47
Black with #183F47
Text Example
Text Example
White with #183F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183F47; }
p { color: rgb(24,63,71); }
H1.HeaderClassName
{
color: #183F47;
}
.AnyTagClassName
{
color: #183F47;
}
</style>
background-color css
<style>
a { background-color: #183F47; }
a { background-color: rgb(24,63,71); }
div.DivClassName
{
background-color: #183F47;
}
.BgClassName
{
background-color: #183F47;
}
</style>
border-color css
<style>
span { border-color: #183F47; }
span { border-color: rgb(24,63,71); }
td.TdClassName
{
border-color: #183F47;
}
.TagClassName
{
border-color: #183F47;
}
</style>