Shades of Nordic #193740
Tints of Nordic #193740
RGB
CMYK
RGB Variations
Color information
#193740 (or 0x193740) is known color: Nordic. HEX triplet: 19, 37 and 40. RGB value is (25,55,64). Sum of RGB (Red+Green+Blue) = 25+55+64=144 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.36% from 144); Green value is 55 (21.88% from 255 or 38.19% from 144); Blue value is 64 (25.39% from 255 or 44.44% from 144); Max value from RGB is 64 - color contains mainly: blue. Hex color #193740 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193740 is #E6C8BF. Grayscale: #2E2E2E. Windows color (decimal): -15124672 or 4208409. OLE color: 4208409.
HSL color Cylindrical-coordinate representation of color #193740: hue angle of 193.85º 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 #193740 is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 25 | 55 | 64 | - |
| CMYK | 0.61 | 0.14 | 0 | 0.75 |
| HSL | 193.85º | 0.44% | 0.17% | - |
| HSV(B) | 193.85º | 0.61% | 0.25% | - |
| XYZ | 2.69 | 3.31 | 5.35 | - |
| YUV | 47.06 | 137.56 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 55 | 64 | 0.61 | 0.14 | 0 | 0.75 | 193.85 | 0.44 | 0.17 |
| Hex | 19 | 37 | 40 | 3D | E | 0 | 4B | C2 | 2C | 11 |
| Octal | 31 | 67 | 100 | 75 | 16 | 0 | 113 | 302 | 54 | 21 |
| Binary | 11001 | 110111 | 1000000 | 111101 | 1110 | 0 | 1001011 | 11000010 | 101100 | 10001 |
Color Harmonies of #193740
Complementary color
Monochromatic Colors of #193740
Black with #193740
Text Example
Text Example
White with #193740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193740; }
p { color: rgb(25,55,64); }
H1.HeaderClassName
{
color: #193740;
}
.AnyTagClassName
{
color: #193740;
}
</style>
background-color css
<style>
a { background-color: #193740; }
a { background-color: rgb(25,55,64); }
div.DivClassName
{
background-color: #193740;
}
.BgClassName
{
background-color: #193740;
}
</style>
border-color css
<style>
span { border-color: #193740; }
span { border-color: rgb(25,55,64); }
td.TdClassName
{
border-color: #193740;
}
.TagClassName
{
border-color: #193740;
}
</style>