Shades of Nordic #13373D
Tints of Nordic #13373D
RGB
CMYK
RGB Variations
Color information
#13373D (or 0x13373D) is known color: Nordic. HEX triplet: 13, 37 and 3D. RGB value is (19,55,61). Sum of RGB (Red+Green+Blue) = 19+55+61=135 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.07% from 135); Green value is 55 (21.88% from 255 or 40.74% from 135); Blue value is 61 (24.22% from 255 or 45.19% from 135); Max value from RGB is 61 - color contains mainly: blue. Hex color #13373D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13373D is #ECC8C2. Grayscale: #2C2C2C. Windows color (decimal): -15517891 or 4011795. OLE color: 4011795.
HSL color Cylindrical-coordinate representation of color #13373D: hue angle of 188.57º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #13373D is Cyan = 0.69, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 19 | 55 | 61 | - |
| CMYK | 0.69 | 0.10 | 0 | 0.76 |
| HSL | 188.57º | 0.53% | 0.16% | - |
| HSV(B) | 188.57º | 0.69% | 0.24% | - |
| XYZ | 2.48 | 3.21 | 4.9 | - |
| YUV | 44.92 | 137.07 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 55 | 61 | 0.69 | 0.10 | 0 | 0.76 | 188.57 | 0.53 | 0.16 |
| Hex | 13 | 37 | 3D | 45 | A | 0 | 4C | BD | 34 | 10 |
| Octal | 23 | 67 | 75 | 105 | 12 | 0 | 114 | 275 | 64 | 20 |
| Binary | 10011 | 110111 | 111101 | 1000101 | 1010 | 0 | 1001100 | 10111101 | 110100 | 10000 |
Color Harmonies of #13373D
Complementary color
Monochromatic Colors of #13373D
Black with #13373D
Text Example
Text Example
White with #13373D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13373D; }
p { color: rgb(19,55,61); }
H1.HeaderClassName
{
color: #13373D;
}
.AnyTagClassName
{
color: #13373D;
}
</style>
background-color css
<style>
a { background-color: #13373D; }
a { background-color: rgb(19,55,61); }
div.DivClassName
{
background-color: #13373D;
}
.BgClassName
{
background-color: #13373D;
}
</style>
border-color css
<style>
span { border-color: #13373D; }
span { border-color: rgb(19,55,61); }
td.TdClassName
{
border-color: #13373D;
}
.TagClassName
{
border-color: #13373D;
}
</style>