Shades of Nordic #193940
Tints of Nordic #193940
RGB
CMYK
RGB Variations
Color information
#193940 (or 0x193940) is known color: Nordic. HEX triplet: 19, 39 and 40. RGB value is (25,57,64). Sum of RGB (Red+Green+Blue) = 25+57+64=146 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.12% from 146); Green value is 57 (22.66% from 255 or 39.04% from 146); Blue value is 64 (25.39% from 255 or 43.84% from 146); Max value from RGB is 64 - color contains mainly: blue. Hex color #193940 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193940 is #E6C6BF. Grayscale: #303030. Windows color (decimal): -15124160 or 4208921. OLE color: 4208921.
HSL color Cylindrical-coordinate representation of color #193940: hue angle of 190.77º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #193940 is Cyan = 0.61, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 25 | 57 | 64 | - |
| CMYK | 0.61 | 0.11 | 0 | 0.75 |
| HSL | 190.77º | 0.44% | 0.17% | - |
| HSV(B) | 190.77º | 0.61% | 0.25% | - |
| XYZ | 2.79 | 3.5 | 5.38 | - |
| YUV | 48.23 | 136.9 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 57 | 64 | 0.61 | 0.11 | 0 | 0.75 | 190.77 | 0.44 | 0.17 |
| Hex | 19 | 39 | 40 | 3D | B | 0 | 4B | BF | 2C | 11 |
| Octal | 31 | 71 | 100 | 75 | 13 | 0 | 113 | 277 | 54 | 21 |
| Binary | 11001 | 111001 | 1000000 | 111101 | 1011 | 0 | 1001011 | 10111111 | 101100 | 10001 |
Color Harmonies of #193940
Complementary color
Monochromatic Colors of #193940
Black with #193940
Text Example
Text Example
White with #193940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193940; }
p { color: rgb(25,57,64); }
H1.HeaderClassName
{
color: #193940;
}
.AnyTagClassName
{
color: #193940;
}
</style>
background-color css
<style>
a { background-color: #193940; }
a { background-color: rgb(25,57,64); }
div.DivClassName
{
background-color: #193940;
}
.BgClassName
{
background-color: #193940;
}
</style>
border-color css
<style>
span { border-color: #193940; }
span { border-color: rgb(25,57,64); }
td.TdClassName
{
border-color: #193940;
}
.TagClassName
{
border-color: #193940;
}
</style>