Shades of Nordic #1C393D
Tints of Nordic #1C393D
RGB
CMYK
RGB Variations
Color information
#1C393D (or 0x1C393D) is known color: Nordic. HEX triplet: 1C, 39 and 3D. RGB value is (28,57,61). Sum of RGB (Red+Green+Blue) = 28+57+61=146 (19% of max value = 765). Red value is 28 (11.33% from 255 or 19.18% from 146); Green value is 57 (22.66% from 255 or 39.04% from 146); Blue value is 61 (24.22% from 255 or 41.78% from 146); Max value from RGB is 61 - color contains mainly: blue. Hex color #1C393D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C393D is #E3C6C2. Grayscale: #303030. Windows color (decimal): -14927555 or 4012316. OLE color: 4012316.
HSL color Cylindrical-coordinate representation of color #1C393D: hue angle of 187.27º degrees, saturation: 0.37, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1C393D is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 28 | 57 | 61 | - |
| CMYK | 0.54 | 0.07 | 0 | 0.76 |
| HSL | 187.27º | 0.37% | 0.17% | - |
| HSV(B) | 187.27º | 0.54% | 0.24% | - |
| XYZ | 2.78 | 3.51 | 4.95 | - |
| YUV | 48.79 | 134.89 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 57 | 61 | 0.54 | 0.07 | 0 | 0.76 | 187.27 | 0.37 | 0.17 |
| Hex | 1C | 39 | 3D | 36 | 7 | 0 | 4C | BB | 25 | 11 |
| Octal | 34 | 71 | 75 | 66 | 7 | 0 | 114 | 273 | 45 | 21 |
| Binary | 11100 | 111001 | 111101 | 110110 | 111 | 0 | 1001100 | 10111011 | 100101 | 10001 |
Color Harmonies of #1C393D
Complementary color
Monochromatic Colors of #1C393D
Black with #1C393D
Text Example
Text Example
White with #1C393D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C393D; }
p { color: rgb(28,57,61); }
H1.HeaderClassName
{
color: #1C393D;
}
.AnyTagClassName
{
color: #1C393D;
}
</style>
background-color css
<style>
a { background-color: #1C393D; }
a { background-color: rgb(28,57,61); }
div.DivClassName
{
background-color: #1C393D;
}
.BgClassName
{
background-color: #1C393D;
}
</style>
border-color css
<style>
span { border-color: #1C393D; }
span { border-color: rgb(28,57,61); }
td.TdClassName
{
border-color: #1C393D;
}
.TagClassName
{
border-color: #1C393D;
}
</style>