Shades of Nordic #13313A
Tints of Nordic #13313A
RGB
CMYK
RGB Variations
Color information
#13313A (or 0x13313A) is known color: Nordic. HEX triplet: 13, 31 and 3A. RGB value is (19,49,58). Sum of RGB (Red+Green+Blue) = 19+49+58=126 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.08% from 126); Green value is 49 (19.53% from 255 or 38.89% from 126); Blue value is 58 (23.05% from 255 or 46.03% from 126); Max value from RGB is 58 - color contains mainly: blue. Hex color #13313A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13313A is #ECCEC5. Grayscale: #282828. Windows color (decimal): -15519430 or 3813651. OLE color: 3813651.
HSL color Cylindrical-coordinate representation of color #13313A: hue angle of 193.85º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #13313A is Cyan = 0.67, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 19 | 49 | 58 | - |
| CMYK | 0.67 | 0.16 | 0 | 0.77 |
| HSL | 193.85º | 0.51% | 0.15% | - |
| HSV(B) | 193.85º | 0.67% | 0.23% | - |
| XYZ | 2.13 | 2.64 | 4.4 | - |
| YUV | 41.06 | 137.56 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 49 | 58 | 0.67 | 0.16 | 0 | 0.77 | 193.85 | 0.51 | 0.15 |
| Hex | 13 | 31 | 3A | 43 | 10 | 0 | 4D | C2 | 33 | F |
| Octal | 23 | 61 | 72 | 103 | 20 | 0 | 115 | 302 | 63 | 17 |
| Binary | 10011 | 110001 | 111010 | 1000011 | 10000 | 0 | 1001101 | 11000010 | 110011 | 1111 |
Color Harmonies of #13313A
Complementary color
Monochromatic Colors of #13313A
Black with #13313A
Text Example
Text Example
White with #13313A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13313A; }
p { color: rgb(19,49,58); }
H1.HeaderClassName
{
color: #13313A;
}
.AnyTagClassName
{
color: #13313A;
}
</style>
background-color css
<style>
a { background-color: #13313A; }
a { background-color: rgb(19,49,58); }
div.DivClassName
{
background-color: #13313A;
}
.BgClassName
{
background-color: #13313A;
}
</style>
border-color css
<style>
span { border-color: #13313A; }
span { border-color: rgb(19,49,58); }
td.TdClassName
{
border-color: #13313A;
}
.TagClassName
{
border-color: #13313A;
}
</style>