Shades of Nordic #173139
Tints of Nordic #173139
RGB
CMYK
RGB Variations
Color information
#173139 (or 0x173139) is known color: Nordic. HEX triplet: 17, 31 and 39. RGB value is (23,49,57). Sum of RGB (Red+Green+Blue) = 23+49+57=129 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.83% from 129); Green value is 49 (19.53% from 255 or 37.98% from 129); Blue value is 57 (22.66% from 255 or 44.19% from 129); Max value from RGB is 57 - color contains mainly: blue. Hex color #173139 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173139 is #E8CEC6. Grayscale: #2A2A2A. Windows color (decimal): -15257287 or 3748119. OLE color: 3748119.
HSL color Cylindrical-coordinate representation of color #173139: hue angle of 194.12º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #173139 is Cyan = 0.60, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 23 | 49 | 57 | - |
| CMYK | 0.60 | 0.14 | 0 | 0.78 |
| HSL | 194.12º | 0.43% | 0.16% | - |
| HSV(B) | 194.12º | 0.6% | 0.22% | - |
| XYZ | 2.19 | 2.67 | 4.27 | - |
| YUV | 42.14 | 136.39 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 49 | 57 | 0.60 | 0.14 | 0 | 0.78 | 194.12 | 0.43 | 0.16 |
| Hex | 17 | 31 | 39 | 3C | E | 0 | 4E | C2 | 2A | 10 |
| Octal | 27 | 61 | 71 | 74 | 16 | 0 | 116 | 302 | 52 | 20 |
| Binary | 10111 | 110001 | 111001 | 111100 | 1110 | 0 | 1001110 | 11000010 | 101010 | 10000 |
Color Harmonies of #173139
Complementary color
Monochromatic Colors of #173139
Black with #173139
Text Example
Text Example
White with #173139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173139; }
p { color: rgb(23,49,57); }
H1.HeaderClassName
{
color: #173139;
}
.AnyTagClassName
{
color: #173139;
}
</style>
background-color css
<style>
a { background-color: #173139; }
a { background-color: rgb(23,49,57); }
div.DivClassName
{
background-color: #173139;
}
.BgClassName
{
background-color: #173139;
}
</style>
border-color css
<style>
span { border-color: #173139; }
span { border-color: rgb(23,49,57); }
td.TdClassName
{
border-color: #173139;
}
.TagClassName
{
border-color: #173139;
}
</style>