Shades of Nordic #193137
Tints of Nordic #193137
RGB
CMYK
RGB Variations
Color information
#193137 (or 0x193137) is known color: Nordic. HEX triplet: 19, 31 and 37. RGB value is (25,49,55). Sum of RGB (Red+Green+Blue) = 25+49+55=129 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.38% from 129); Green value is 49 (19.53% from 255 or 37.98% from 129); Blue value is 55 (21.88% from 255 or 42.64% from 129); Max value from RGB is 55 - color contains mainly: blue. Hex color #193137 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193137 is #E6CEC8. Grayscale: #2A2A2A. Windows color (decimal): -15126217 or 3617049. OLE color: 3617049.
HSL color Cylindrical-coordinate representation of color #193137: hue angle of 192º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #193137 is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 25 | 49 | 55 | - |
| CMYK | 0.55 | 0.11 | 0 | 0.78 |
| HSL | 192º | 0.38% | 0.16% | - |
| HSV(B) | 192º | 0.55% | 0.22% | - |
| XYZ | 2.19 | 2.68 | 4.02 | - |
| YUV | 42.51 | 135.05 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 49 | 55 | 0.55 | 0.11 | 0 | 0.78 | 192 | 0.38 | 0.16 |
| Hex | 19 | 31 | 37 | 37 | B | 0 | 4E | C0 | 26 | 10 |
| Octal | 31 | 61 | 67 | 67 | 13 | 0 | 116 | 300 | 46 | 20 |
| Binary | 11001 | 110001 | 110111 | 110111 | 1011 | 0 | 1001110 | 11000000 | 100110 | 10000 |
Color Harmonies of #193137
Complementary color
Monochromatic Colors of #193137
Black with #193137
Text Example
Text Example
White with #193137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193137; }
p { color: rgb(25,49,55); }
H1.HeaderClassName
{
color: #193137;
}
.AnyTagClassName
{
color: #193137;
}
</style>
background-color css
<style>
a { background-color: #193137; }
a { background-color: rgb(25,49,55); }
div.DivClassName
{
background-color: #193137;
}
.BgClassName
{
background-color: #193137;
}
</style>
border-color css
<style>
span { border-color: #193137; }
span { border-color: rgb(25,49,55); }
td.TdClassName
{
border-color: #193137;
}
.TagClassName
{
border-color: #193137;
}
</style>