Shades of Nordic #193840
Tints of Nordic #193840
RGB
CMYK
RGB Variations
Color information
#193840 (or 0x193840) is known color: Nordic. HEX triplet: 19, 38 and 40. RGB value is (25,56,64). Sum of RGB (Red+Green+Blue) = 25+56+64=145 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.24% from 145); Green value is 56 (22.27% from 255 or 38.62% from 145); Blue value is 64 (25.39% from 255 or 44.14% from 145); Max value from RGB is 64 - color contains mainly: blue. Hex color #193840 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193840 is #E6C7BF. Grayscale: #2F2F2F. Windows color (decimal): -15124416 or 4208665. OLE color: 4208665.
HSL color Cylindrical-coordinate representation of color #193840: hue angle of 192.31º 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 #193840 is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 25 | 56 | 64 | - |
| CMYK | 0.61 | 0.13 | 0 | 0.75 |
| HSL | 192.31º | 0.44% | 0.17% | - |
| HSV(B) | 192.31º | 0.61% | 0.25% | - |
| XYZ | 2.74 | 3.41 | 5.36 | - |
| YUV | 47.64 | 137.23 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 56 | 64 | 0.61 | 0.13 | 0 | 0.75 | 192.31 | 0.44 | 0.17 |
| Hex | 19 | 38 | 40 | 3D | D | 0 | 4B | C0 | 2C | 11 |
| Octal | 31 | 70 | 100 | 75 | 15 | 0 | 113 | 300 | 54 | 21 |
| Binary | 11001 | 111000 | 1000000 | 111101 | 1101 | 0 | 1001011 | 11000000 | 101100 | 10001 |
Color Harmonies of #193840
Complementary color
Monochromatic Colors of #193840
Black with #193840
Text Example
Text Example
White with #193840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193840; }
p { color: rgb(25,56,64); }
H1.HeaderClassName
{
color: #193840;
}
.AnyTagClassName
{
color: #193840;
}
</style>
background-color css
<style>
a { background-color: #193840; }
a { background-color: rgb(25,56,64); }
div.DivClassName
{
background-color: #193840;
}
.BgClassName
{
background-color: #193840;
}
</style>
border-color css
<style>
span { border-color: #193840; }
span { border-color: rgb(25,56,64); }
td.TdClassName
{
border-color: #193840;
}
.TagClassName
{
border-color: #193840;
}
</style>