Shades of Nordic #13393B
Tints of Nordic #13393B
RGB
CMYK
RGB Variations
Color information
#13393B (or 0x13393B) is known color: Nordic. HEX triplet: 13, 39 and 3B. RGB value is (19,57,59). Sum of RGB (Red+Green+Blue) = 19+57+59=135 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.07% from 135); Green value is 57 (22.66% from 255 or 42.22% from 135); Blue value is 59 (23.44% from 255 or 43.70% from 135); Max value from RGB is 59 - color contains mainly: blue. Hex color #13393B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13393B is #ECC6C4. Grayscale: #2D2D2D. Windows color (decimal): -15517381 or 3881235. OLE color: 3881235.
HSL color Cylindrical-coordinate representation of color #13393B: hue angle of 183º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #13393B is Cyan = 0.68, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 19 | 57 | 59 | - |
| CMYK | 0.68 | 0.03 | 0 | 0.77 |
| HSL | 183º | 0.51% | 0.15% | - |
| HSV(B) | 183º | 0.68% | 0.23% | - |
| XYZ | 2.52 | 3.38 | 4.66 | - |
| YUV | 45.87 | 135.41 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 57 | 59 | 0.68 | 0.03 | 0 | 0.77 | 183 | 0.51 | 0.15 |
| Hex | 13 | 39 | 3B | 44 | 3 | 0 | 4D | B7 | 33 | F |
| Octal | 23 | 71 | 73 | 104 | 3 | 0 | 115 | 267 | 63 | 17 |
| Binary | 10011 | 111001 | 111011 | 1000100 | 11 | 0 | 1001101 | 10110111 | 110011 | 1111 |
Color Harmonies of #13393B
Complementary color
Monochromatic Colors of #13393B
Black with #13393B
Text Example
Text Example
White with #13393B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13393B; }
p { color: rgb(19,57,59); }
H1.HeaderClassName
{
color: #13393B;
}
.AnyTagClassName
{
color: #13393B;
}
</style>
background-color css
<style>
a { background-color: #13393B; }
a { background-color: rgb(19,57,59); }
div.DivClassName
{
background-color: #13393B;
}
.BgClassName
{
background-color: #13393B;
}
</style>
border-color css
<style>
span { border-color: #13393B; }
span { border-color: rgb(19,57,59); }
td.TdClassName
{
border-color: #13393B;
}
.TagClassName
{
border-color: #13393B;
}
</style>