Shades of Nordic #183C45
Tints of Nordic #183C45
RGB
CMYK
RGB Variations
Color information
#183C45 (or 0x183C45) is known color: Nordic. HEX triplet: 18, 3C and 45. RGB value is (24,60,69). Sum of RGB (Red+Green+Blue) = 24+60+69=153 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.69% from 153); Green value is 60 (23.83% from 255 or 39.22% from 153); Blue value is 69 (27.34% from 255 or 45.10% from 153); Max value from RGB is 69 - color contains mainly: blue. Hex color #183C45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183C45 is #E7C3BA. Grayscale: #323232. Windows color (decimal): -15188923 or 4537368. OLE color: 4537368.
HSL color Cylindrical-coordinate representation of color #183C45: hue angle of 192º 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 #183C45 is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 24 | 60 | 69 | - |
| CMYK | 0.65 | 0.13 | 0 | 0.73 |
| HSL | 192º | 0.48% | 0.18% | - |
| HSV(B) | 192º | 0.65% | 0.27% | - |
| XYZ | 3.07 | 3.86 | 6.21 | - |
| YUV | 50.26 | 138.57 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 60 | 69 | 0.65 | 0.13 | 0 | 0.73 | 192 | 0.48 | 0.18 |
| Hex | 18 | 3C | 45 | 41 | D | 0 | 49 | C0 | 30 | 12 |
| Octal | 30 | 74 | 105 | 101 | 15 | 0 | 111 | 300 | 60 | 22 |
| Binary | 11000 | 111100 | 1000101 | 1000001 | 1101 | 0 | 1001001 | 11000000 | 110000 | 10010 |
Color Harmonies of #183C45
Complementary color
Monochromatic Colors of #183C45
Black with #183C45
Text Example
Text Example
White with #183C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183C45; }
p { color: rgb(24,60,69); }
H1.HeaderClassName
{
color: #183C45;
}
.AnyTagClassName
{
color: #183C45;
}
</style>
background-color css
<style>
a { background-color: #183C45; }
a { background-color: rgb(24,60,69); }
div.DivClassName
{
background-color: #183C45;
}
.BgClassName
{
background-color: #183C45;
}
</style>
border-color css
<style>
span { border-color: #183C45; }
span { border-color: rgb(24,60,69); }
td.TdClassName
{
border-color: #183C45;
}
.TagClassName
{
border-color: #183C45;
}
</style>