Shades of Nordic #193E47
Tints of Nordic #193E47
RGB
CMYK
RGB Variations
Color information
#193E47 (or 0x193E47) is known color: Nordic. HEX triplet: 19, 3E and 47. RGB value is (25,62,71). Sum of RGB (Red+Green+Blue) = 25+62+71=158 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.82% from 158); Green value is 62 (24.61% from 255 or 39.24% from 158); Blue value is 71 (28.12% from 255 or 44.94% from 158); Max value from RGB is 71 - color contains mainly: blue. Hex color #193E47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193E47 is #E6C1B8. Grayscale: #333333. Windows color (decimal): -15122873 or 4668953. OLE color: 4668953.
HSL color Cylindrical-coordinate representation of color #193E47: hue angle of 191.74º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #193E47 is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 25 | 62 | 71 | - |
| CMYK | 0.65 | 0.13 | 0 | 0.72 |
| HSL | 191.74º | 0.48% | 0.19% | - |
| HSV(B) | 191.74º | 0.65% | 0.28% | - |
| XYZ | 3.26 | 4.11 | 6.58 | - |
| YUV | 51.96 | 138.74 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 62 | 71 | 0.65 | 0.13 | 0 | 0.72 | 191.74 | 0.48 | 0.19 |
| Hex | 19 | 3E | 47 | 41 | D | 0 | 48 | C0 | 30 | 13 |
| Octal | 31 | 76 | 107 | 101 | 15 | 0 | 110 | 300 | 60 | 23 |
| Binary | 11001 | 111110 | 1000111 | 1000001 | 1101 | 0 | 1001000 | 11000000 | 110000 | 10011 |
Color Harmonies of #193E47
Complementary color
Monochromatic Colors of #193E47
Black with #193E47
Text Example
Text Example
White with #193E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193E47; }
p { color: rgb(25,62,71); }
H1.HeaderClassName
{
color: #193E47;
}
.AnyTagClassName
{
color: #193E47;
}
</style>
background-color css
<style>
a { background-color: #193E47; }
a { background-color: rgb(25,62,71); }
div.DivClassName
{
background-color: #193E47;
}
.BgClassName
{
background-color: #193E47;
}
</style>
border-color css
<style>
span { border-color: #193E47; }
span { border-color: rgb(25,62,71); }
td.TdClassName
{
border-color: #193E47;
}
.TagClassName
{
border-color: #193E47;
}
</style>