Shades of Nordic #183C44
Tints of Nordic #183C44
RGB
CMYK
RGB Variations
Color information
#183C44 (or 0x183C44) is known color: Nordic. HEX triplet: 18, 3C and 44. RGB value is (24,60,68). Sum of RGB (Red+Green+Blue) = 24+60+68=152 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.79% from 152); Green value is 60 (23.83% from 255 or 39.47% from 152); Blue value is 68 (26.95% from 255 or 44.74% from 152); Max value from RGB is 68 - color contains mainly: blue. Hex color #183C44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183C44 is #E7C3BB. Grayscale: #323232. Windows color (decimal): -15188924 or 4471832. OLE color: 4471832.
HSL color Cylindrical-coordinate representation of color #183C44: hue angle of 190.91º 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 #183C44 is Cyan = 0.65, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 24 | 60 | 68 | - |
| CMYK | 0.65 | 0.12 | 0 | 0.73 |
| HSL | 190.91º | 0.48% | 0.18% | - |
| HSV(B) | 190.91º | 0.65% | 0.27% | - |
| XYZ | 3.04 | 3.84 | 6.05 | - |
| YUV | 50.15 | 138.07 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 60 | 68 | 0.65 | 0.12 | 0 | 0.73 | 190.91 | 0.48 | 0.18 |
| Hex | 18 | 3C | 44 | 41 | C | 0 | 49 | BF | 30 | 12 |
| Octal | 30 | 74 | 104 | 101 | 14 | 0 | 111 | 277 | 60 | 22 |
| Binary | 11000 | 111100 | 1000100 | 1000001 | 1100 | 0 | 1001001 | 10111111 | 110000 | 10010 |
Color Harmonies of #183C44
Complementary color
Monochromatic Colors of #183C44
Black with #183C44
Text Example
Text Example
White with #183C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183C44; }
p { color: rgb(24,60,68); }
H1.HeaderClassName
{
color: #183C44;
}
.AnyTagClassName
{
color: #183C44;
}
</style>
background-color css
<style>
a { background-color: #183C44; }
a { background-color: rgb(24,60,68); }
div.DivClassName
{
background-color: #183C44;
}
.BgClassName
{
background-color: #183C44;
}
</style>
border-color css
<style>
span { border-color: #183C44; }
span { border-color: rgb(24,60,68); }
td.TdClassName
{
border-color: #183C44;
}
.TagClassName
{
border-color: #183C44;
}
</style>