Shades of Nordic #193D46
Tints of Nordic #193D46
RGB
CMYK
RGB Variations
Color information
#193D46 (or 0x193D46) is known color: Nordic. HEX triplet: 19, 3D and 46. RGB value is (25,61,70). Sum of RGB (Red+Green+Blue) = 25+61+70=156 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.03% from 156); Green value is 61 (24.22% from 255 or 39.10% from 156); Blue value is 70 (27.73% from 255 or 44.87% from 156); Max value from RGB is 70 - color contains mainly: blue. Hex color #193D46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193D46 is #E6C2B9. Grayscale: #333333. Windows color (decimal): -15123130 or 4603161. OLE color: 4603161.
HSL color Cylindrical-coordinate representation of color #193D46: hue angle of 192º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #193D46 is Cyan = 0.64, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 25 | 61 | 70 | - |
| CMYK | 0.64 | 0.13 | 0 | 0.73 |
| HSL | 192º | 0.47% | 0.19% | - |
| HSV(B) | 192º | 0.64% | 0.27% | - |
| XYZ | 3.18 | 3.99 | 6.4 | - |
| YUV | 51.26 | 138.57 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 61 | 70 | 0.64 | 0.13 | 0 | 0.73 | 192 | 0.47 | 0.19 |
| Hex | 19 | 3D | 46 | 40 | D | 0 | 49 | C0 | 2F | 13 |
| Octal | 31 | 75 | 106 | 100 | 15 | 0 | 111 | 300 | 57 | 23 |
| Binary | 11001 | 111101 | 1000110 | 1000000 | 1101 | 0 | 1001001 | 11000000 | 101111 | 10011 |
Color Harmonies of #193D46
Complementary color
Monochromatic Colors of #193D46
Black with #193D46
Text Example
Text Example
White with #193D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193D46; }
p { color: rgb(25,61,70); }
H1.HeaderClassName
{
color: #193D46;
}
.AnyTagClassName
{
color: #193D46;
}
</style>
background-color css
<style>
a { background-color: #193D46; }
a { background-color: rgb(25,61,70); }
div.DivClassName
{
background-color: #193D46;
}
.BgClassName
{
background-color: #193D46;
}
</style>
border-color css
<style>
span { border-color: #193D46; }
span { border-color: rgb(25,61,70); }
td.TdClassName
{
border-color: #193D46;
}
.TagClassName
{
border-color: #193D46;
}
</style>