Shades of Nordic #17393F
Tints of Nordic #17393F
RGB
CMYK
RGB Variations
Color information
#17393F (or 0x17393F) is known color: Nordic. HEX triplet: 17, 39 and 3F. RGB value is (23,57,63). Sum of RGB (Red+Green+Blue) = 23+57+63=143 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.08% from 143); Green value is 57 (22.66% from 255 or 39.86% from 143); Blue value is 63 (25% from 255 or 44.06% from 143); Max value from RGB is 63 - color contains mainly: blue. Hex color #17393F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17393F is #E8C6C0. Grayscale: #2F2F2F. Windows color (decimal): -15255233 or 4143383. OLE color: 4143383.
HSL color Cylindrical-coordinate representation of color #17393F: hue angle of 189º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #17393F is Cyan = 0.63, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 23 | 57 | 63 | - |
| CMYK | 0.63 | 0.10 | 0 | 0.75 |
| HSL | 189º | 0.47% | 0.17% | - |
| HSV(B) | 189º | 0.63% | 0.25% | - |
| XYZ | 2.71 | 3.47 | 5.23 | - |
| YUV | 47.52 | 136.74 | 110.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 57 | 63 | 0.63 | 0.10 | 0 | 0.75 | 189 | 0.47 | 0.17 |
| Hex | 17 | 39 | 3F | 3F | A | 0 | 4B | BD | 2F | 11 |
| Octal | 27 | 71 | 77 | 77 | 12 | 0 | 113 | 275 | 57 | 21 |
| Binary | 10111 | 111001 | 111111 | 111111 | 1010 | 0 | 1001011 | 10111101 | 101111 | 10001 |
Color Harmonies of #17393F
Complementary color
Monochromatic Colors of #17393F
Black with #17393F
Text Example
Text Example
White with #17393F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17393F; }
p { color: rgb(23,57,63); }
H1.HeaderClassName
{
color: #17393F;
}
.AnyTagClassName
{
color: #17393F;
}
</style>
background-color css
<style>
a { background-color: #17393F; }
a { background-color: rgb(23,57,63); }
div.DivClassName
{
background-color: #17393F;
}
.BgClassName
{
background-color: #17393F;
}
</style>
border-color css
<style>
span { border-color: #17393F; }
span { border-color: rgb(23,57,63); }
td.TdClassName
{
border-color: #17393F;
}
.TagClassName
{
border-color: #17393F;
}
</style>