Shades of Nordic #173842
Tints of Nordic #173842
RGB
CMYK
RGB Variations
Color information
#173842 (or 0x173842) is known color: Nordic. HEX triplet: 17, 38 and 42. RGB value is (23,56,66). Sum of RGB (Red+Green+Blue) = 23+56+66=145 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.86% from 145); Green value is 56 (22.27% from 255 or 38.62% from 145); Blue value is 66 (26.17% from 255 or 45.52% from 145); Max value from RGB is 66 - color contains mainly: blue. Hex color #173842 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173842 is #E8C7BD. Grayscale: #2F2F2F. Windows color (decimal): -15255486 or 4339735. OLE color: 4339735.
HSL color Cylindrical-coordinate representation of color #173842: hue angle of 193.95º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #173842 is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 23 | 56 | 66 | - |
| CMYK | 0.65 | 0.15 | 0 | 0.74 |
| HSL | 193.95º | 0.48% | 0.17% | - |
| HSV(B) | 193.95º | 0.65% | 0.26% | - |
| XYZ | 2.75 | 3.4 | 5.67 | - |
| YUV | 47.27 | 138.57 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 56 | 66 | 0.65 | 0.15 | 0 | 0.74 | 193.95 | 0.48 | 0.17 |
| Hex | 17 | 38 | 42 | 41 | F | 0 | 4A | C2 | 30 | 11 |
| Octal | 27 | 70 | 102 | 101 | 17 | 0 | 112 | 302 | 60 | 21 |
| Binary | 10111 | 111000 | 1000010 | 1000001 | 1111 | 0 | 1001010 | 11000010 | 110000 | 10001 |
Color Harmonies of #173842
Complementary color
Monochromatic Colors of #173842
Black with #173842
Text Example
Text Example
White with #173842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173842; }
p { color: rgb(23,56,66); }
H1.HeaderClassName
{
color: #173842;
}
.AnyTagClassName
{
color: #173842;
}
</style>
background-color css
<style>
a { background-color: #173842; }
a { background-color: rgb(23,56,66); }
div.DivClassName
{
background-color: #173842;
}
.BgClassName
{
background-color: #173842;
}
</style>
border-color css
<style>
span { border-color: #173842; }
span { border-color: rgb(23,56,66); }
td.TdClassName
{
border-color: #173842;
}
.TagClassName
{
border-color: #173842;
}
</style>