Shades of Nordic #193034
Tints of Nordic #193034
RGB
CMYK
RGB Variations
Color information
#193034 (or 0x193034) is known color: Nordic. HEX triplet: 19, 30 and 34. RGB value is (25,48,52). Sum of RGB (Red+Green+Blue) = 25+48+52=125 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20% from 125); Green value is 48 (19.14% from 255 or 38.4% from 125); Blue value is 52 (20.70% from 255 or 41.6% from 125); Max value from RGB is 52 - color contains mainly: blue. Hex color #193034 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193034 is #E6CFCB. Grayscale: #292929. Windows color (decimal): -15126476 or 3420185. OLE color: 3420185.
HSL color Cylindrical-coordinate representation of color #193034: hue angle of 188.89º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #193034 is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 25 | 48 | 52 | - |
| CMYK | 0.52 | 0.08 | 0 | 0.80 |
| HSL | 188.89º | 0.35% | 0.15% | - |
| HSV(B) | 188.89º | 0.52% | 0.2% | - |
| XYZ | 2.08 | 2.57 | 3.64 | - |
| YUV | 41.58 | 133.88 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 48 | 52 | 0.52 | 0.08 | 0 | 0.80 | 188.89 | 0.35 | 0.15 |
| Hex | 19 | 30 | 34 | 34 | 8 | 0 | 50 | BD | 23 | F |
| Octal | 31 | 60 | 64 | 64 | 10 | 0 | 120 | 275 | 43 | 17 |
| Binary | 11001 | 110000 | 110100 | 110100 | 1000 | 0 | 1010000 | 10111101 | 100011 | 1111 |
Color Harmonies of #193034
Complementary color
Monochromatic Colors of #193034
Black with #193034
Text Example
Text Example
White with #193034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193034; }
p { color: rgb(25,48,52); }
H1.HeaderClassName
{
color: #193034;
}
.AnyTagClassName
{
color: #193034;
}
</style>
background-color css
<style>
a { background-color: #193034; }
a { background-color: rgb(25,48,52); }
div.DivClassName
{
background-color: #193034;
}
.BgClassName
{
background-color: #193034;
}
</style>
border-color css
<style>
span { border-color: #193034; }
span { border-color: rgb(25,48,52); }
td.TdClassName
{
border-color: #193034;
}
.TagClassName
{
border-color: #193034;
}
</style>