Shades of Nordic #193941
Tints of Nordic #193941
RGB
CMYK
RGB Variations
Color information
#193941 (or 0x193941) is known color: Nordic. HEX triplet: 19, 39 and 41. RGB value is (25,57,65). Sum of RGB (Red+Green+Blue) = 25+57+65=147 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.01% from 147); Green value is 57 (22.66% from 255 or 38.78% from 147); Blue value is 65 (25.78% from 255 or 44.22% from 147); Max value from RGB is 65 - color contains mainly: blue. Hex color #193941 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193941 is #E6C6BE. Grayscale: #303030. Windows color (decimal): -15124159 or 4274457. OLE color: 4274457.
HSL color Cylindrical-coordinate representation of color #193941: hue angle of 192º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #193941 is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 25 | 57 | 65 | - |
| CMYK | 0.62 | 0.12 | 0 | 0.75 |
| HSL | 192º | 0.44% | 0.18% | - |
| HSV(B) | 192º | 0.62% | 0.25% | - |
| XYZ | 2.82 | 3.51 | 5.53 | - |
| YUV | 48.34 | 137.4 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 57 | 65 | 0.62 | 0.12 | 0 | 0.75 | 192 | 0.44 | 0.18 |
| Hex | 19 | 39 | 41 | 3E | C | 0 | 4B | C0 | 2C | 12 |
| Octal | 31 | 71 | 101 | 76 | 14 | 0 | 113 | 300 | 54 | 22 |
| Binary | 11001 | 111001 | 1000001 | 111110 | 1100 | 0 | 1001011 | 11000000 | 101100 | 10010 |
Color Harmonies of #193941
Complementary color
Monochromatic Colors of #193941
Black with #193941
Text Example
Text Example
White with #193941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193941; }
p { color: rgb(25,57,65); }
H1.HeaderClassName
{
color: #193941;
}
.AnyTagClassName
{
color: #193941;
}
</style>
background-color css
<style>
a { background-color: #193941; }
a { background-color: rgb(25,57,65); }
div.DivClassName
{
background-color: #193941;
}
.BgClassName
{
background-color: #193941;
}
</style>
border-color css
<style>
span { border-color: #193941; }
span { border-color: rgb(25,57,65); }
td.TdClassName
{
border-color: #193941;
}
.TagClassName
{
border-color: #193941;
}
</style>