Shades of Nordic #183E45
Tints of Nordic #183E45
RGB
CMYK
RGB Variations
Color information
#183E45 (or 0x183E45) is known color: Nordic. HEX triplet: 18, 3E and 45. RGB value is (24,62,69). Sum of RGB (Red+Green+Blue) = 24+62+69=155 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.48% from 155); Green value is 62 (24.61% from 255 or 40% from 155); Blue value is 69 (27.34% from 255 or 44.52% from 155); Max value from RGB is 69 - color contains mainly: blue. Hex color #183E45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183E45 is #E7C1BA. Grayscale: #333333. Windows color (decimal): -15188411 or 4537880. OLE color: 4537880.
HSL color Cylindrical-coordinate representation of color #183E45: hue angle of 189.33º degrees, saturation: 0.48, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #183E45 is Cyan = 0.65, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 24 | 62 | 69 | - |
| CMYK | 0.65 | 0.10 | 0 | 0.73 |
| HSL | 189.33º | 0.48% | 0.18% | - |
| HSV(B) | 189.33º | 0.65% | 0.27% | - |
| XYZ | 3.17 | 4.07 | 6.25 | - |
| YUV | 51.44 | 137.91 | 108.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 62 | 69 | 0.65 | 0.10 | 0 | 0.73 | 189.33 | 0.48 | 0.18 |
| Hex | 18 | 3E | 45 | 41 | A | 0 | 49 | BD | 30 | 12 |
| Octal | 30 | 76 | 105 | 101 | 12 | 0 | 111 | 275 | 60 | 22 |
| Binary | 11000 | 111110 | 1000101 | 1000001 | 1010 | 0 | 1001001 | 10111101 | 110000 | 10010 |
Color Harmonies of #183E45
Complementary color
Monochromatic Colors of #183E45
Black with #183E45
Text Example
Text Example
White with #183E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183E45; }
p { color: rgb(24,62,69); }
H1.HeaderClassName
{
color: #183E45;
}
.AnyTagClassName
{
color: #183E45;
}
</style>
background-color css
<style>
a { background-color: #183E45; }
a { background-color: rgb(24,62,69); }
div.DivClassName
{
background-color: #183E45;
}
.BgClassName
{
background-color: #183E45;
}
</style>
border-color css
<style>
span { border-color: #183E45; }
span { border-color: rgb(24,62,69); }
td.TdClassName
{
border-color: #183E45;
}
.TagClassName
{
border-color: #183E45;
}
</style>