Shades of Nordic #13373B
Tints of Nordic #13373B
RGB
CMYK
RGB Variations
Color information
#13373B (or 0x13373B) is known color: Nordic. HEX triplet: 13, 37 and 3B. RGB value is (19,55,59). Sum of RGB (Red+Green+Blue) = 19+55+59=133 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.29% from 133); Green value is 55 (21.88% from 255 or 41.35% from 133); Blue value is 59 (23.44% from 255 or 44.36% from 133); Max value from RGB is 59 - color contains mainly: blue. Hex color #13373B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13373B is #ECC8C4. Grayscale: #2C2C2C. Windows color (decimal): -15517893 or 3880723. OLE color: 3880723.
HSL color Cylindrical-coordinate representation of color #13373B: hue angle of 186º 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 #13373B is Cyan = 0.68, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 19 | 55 | 59 | - |
| CMYK | 0.68 | 0.07 | 0 | 0.77 |
| HSL | 186º | 0.51% | 0.15% | - |
| HSV(B) | 186º | 0.68% | 0.23% | - |
| XYZ | 2.42 | 3.19 | 4.62 | - |
| YUV | 44.69 | 136.07 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 55 | 59 | 0.68 | 0.07 | 0 | 0.77 | 186 | 0.51 | 0.15 |
| Hex | 13 | 37 | 3B | 44 | 7 | 0 | 4D | BA | 33 | F |
| Octal | 23 | 67 | 73 | 104 | 7 | 0 | 115 | 272 | 63 | 17 |
| Binary | 10011 | 110111 | 111011 | 1000100 | 111 | 0 | 1001101 | 10111010 | 110011 | 1111 |
Color Harmonies of #13373B
Complementary color
Monochromatic Colors of #13373B
Black with #13373B
Text Example
Text Example
White with #13373B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13373B; }
p { color: rgb(19,55,59); }
H1.HeaderClassName
{
color: #13373B;
}
.AnyTagClassName
{
color: #13373B;
}
</style>
background-color css
<style>
a { background-color: #13373B; }
a { background-color: rgb(19,55,59); }
div.DivClassName
{
background-color: #13373B;
}
.BgClassName
{
background-color: #13373B;
}
</style>
border-color css
<style>
span { border-color: #13373B; }
span { border-color: rgb(19,55,59); }
td.TdClassName
{
border-color: #13373B;
}
.TagClassName
{
border-color: #13373B;
}
</style>