Shades of Nordic #17393B
Tints of Nordic #17393B
RGB
CMYK
RGB Variations
Color information
#17393B (or 0x17393B) is known color: Nordic. HEX triplet: 17, 39 and 3B. RGB value is (23,57,59). Sum of RGB (Red+Green+Blue) = 23+57+59=139 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.55% from 139); Green value is 57 (22.66% from 255 or 41.01% from 139); Blue value is 59 (23.44% from 255 or 42.45% from 139); Max value from RGB is 59 - color contains mainly: blue. Hex color #17393B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17393B is #E8C6C4. Grayscale: #2F2F2F. Windows color (decimal): -15255237 or 3881239. OLE color: 3881239.
HSL color Cylindrical-coordinate representation of color #17393B: hue angle of 183.33º degrees, saturation: 0.44, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #17393B is Cyan = 0.61, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 23 | 57 | 59 | - |
| CMYK | 0.61 | 0.03 | 0 | 0.77 |
| HSL | 183.33º | 0.44% | 0.16% | - |
| HSV(B) | 183.33º | 0.61% | 0.23% | - |
| XYZ | 2.61 | 3.42 | 4.66 | - |
| YUV | 47.06 | 134.74 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 57 | 59 | 0.61 | 0.03 | 0 | 0.77 | 183.33 | 0.44 | 0.16 |
| Hex | 17 | 39 | 3B | 3D | 3 | 0 | 4D | B7 | 2C | 10 |
| Octal | 27 | 71 | 73 | 75 | 3 | 0 | 115 | 267 | 54 | 20 |
| Binary | 10111 | 111001 | 111011 | 111101 | 11 | 0 | 1001101 | 10110111 | 101100 | 10000 |
Color Harmonies of #17393B
Complementary color
Monochromatic Colors of #17393B
Black with #17393B
Text Example
Text Example
White with #17393B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17393B; }
p { color: rgb(23,57,59); }
H1.HeaderClassName
{
color: #17393B;
}
.AnyTagClassName
{
color: #17393B;
}
</style>
background-color css
<style>
a { background-color: #17393B; }
a { background-color: rgb(23,57,59); }
div.DivClassName
{
background-color: #17393B;
}
.BgClassName
{
background-color: #17393B;
}
</style>
border-color css
<style>
span { border-color: #17393B; }
span { border-color: rgb(23,57,59); }
td.TdClassName
{
border-color: #17393B;
}
.TagClassName
{
border-color: #17393B;
}
</style>