Shades of Nordic #183B44
Tints of Nordic #183B44
RGB
CMYK
RGB Variations
Color information
#183B44 (or 0x183B44) is known color: Nordic. HEX triplet: 18, 3B and 44. RGB value is (24,59,68). Sum of RGB (Red+Green+Blue) = 24+59+68=151 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.89% from 151); Green value is 59 (23.44% from 255 or 39.07% from 151); Blue value is 68 (26.95% from 255 or 45.03% from 151); Max value from RGB is 68 - color contains mainly: blue. Hex color #183B44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183B44 is #E7C4BB. Grayscale: #313131. Windows color (decimal): -15189180 or 4471576. OLE color: 4471576.
HSL color Cylindrical-coordinate representation of color #183B44: hue angle of 192.27º 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 #183B44 is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 24 | 59 | 68 | - |
| CMYK | 0.65 | 0.13 | 0 | 0.73 |
| HSL | 192.27º | 0.48% | 0.18% | - |
| HSV(B) | 192.27º | 0.65% | 0.27% | - |
| XYZ | 2.98 | 3.74 | 6.03 | - |
| YUV | 49.56 | 138.4 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 59 | 68 | 0.65 | 0.13 | 0 | 0.73 | 192.27 | 0.48 | 0.18 |
| Hex | 18 | 3B | 44 | 41 | D | 0 | 49 | C0 | 30 | 12 |
| Octal | 30 | 73 | 104 | 101 | 15 | 0 | 111 | 300 | 60 | 22 |
| Binary | 11000 | 111011 | 1000100 | 1000001 | 1101 | 0 | 1001001 | 11000000 | 110000 | 10010 |
Color Harmonies of #183B44
Complementary color
Monochromatic Colors of #183B44
Black with #183B44
Text Example
Text Example
White with #183B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183B44; }
p { color: rgb(24,59,68); }
H1.HeaderClassName
{
color: #183B44;
}
.AnyTagClassName
{
color: #183B44;
}
</style>
background-color css
<style>
a { background-color: #183B44; }
a { background-color: rgb(24,59,68); }
div.DivClassName
{
background-color: #183B44;
}
.BgClassName
{
background-color: #183B44;
}
</style>
border-color css
<style>
span { border-color: #183B44; }
span { border-color: rgb(24,59,68); }
td.TdClassName
{
border-color: #183B44;
}
.TagClassName
{
border-color: #183B44;
}
</style>