Shades of Nordic #193A39
Tints of Nordic #193A39
RGB
CMYK
RGB Variations
Color information
#193A39 (or 0x193A39) is known color: Nordic. HEX triplet: 19, 3A and 39. RGB value is (25,58,57). Sum of RGB (Red+Green+Blue) = 25+58+57=140 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.86% from 140); Green value is 58 (23.05% from 255 or 41.43% from 140); Blue value is 57 (22.66% from 255 or 40.71% from 140); Max value from RGB is 58 - color contains mainly: green. Hex color #193A39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193A39 is #E6C5C6. Grayscale: #2F2F2F. Windows color (decimal): -15123911 or 3750425. OLE color: 3750425.
HSL color Cylindrical-coordinate representation of color #193A39: hue angle of 178.18º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #193A39 is Cyan = 0.57, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 25 | 58 | 57 | - |
| CMYK | 0.57 | 0 | 0.02 | 0.77 |
| HSL | 178.18º | 0.4% | 0.16% | - |
| HSV(B) | 178.18º | 0.57% | 0.23% | - |
| XYZ | 2.65 | 3.53 | 4.41 | - |
| YUV | 48.02 | 133.07 | 111.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 58 | 57 | 0.57 | 0 | 0.02 | 0.77 | 178.18 | 0.4 | 0.16 |
| Hex | 19 | 3A | 39 | 39 | 0 | 2 | 4D | B2 | 28 | 10 |
| Octal | 31 | 72 | 71 | 71 | 0 | 2 | 115 | 262 | 50 | 20 |
| Binary | 11001 | 111010 | 111001 | 111001 | 0 | 10 | 1001101 | 10110010 | 101000 | 10000 |
Color Harmonies of #193A39
Complementary color
Monochromatic Colors of #193A39
Black with #193A39
Text Example
Text Example
White with #193A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193A39; }
p { color: rgb(25,58,57); }
H1.HeaderClassName
{
color: #193A39;
}
.AnyTagClassName
{
color: #193A39;
}
</style>
background-color css
<style>
a { background-color: #193A39; }
a { background-color: rgb(25,58,57); }
div.DivClassName
{
background-color: #193A39;
}
.BgClassName
{
background-color: #193A39;
}
</style>
border-color css
<style>
span { border-color: #193A39; }
span { border-color: rgb(25,58,57); }
td.TdClassName
{
border-color: #193A39;
}
.TagClassName
{
border-color: #193A39;
}
</style>