Shades of Nordic #13323A
Tints of Nordic #13323A
RGB
CMYK
RGB Variations
Color information
#13323A (or 0x13323A) is known color: Nordic. HEX triplet: 13, 32 and 3A. RGB value is (19,50,58). Sum of RGB (Red+Green+Blue) = 19+50+58=127 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.96% from 127); Green value is 50 (19.92% from 255 or 39.37% from 127); Blue value is 58 (23.05% from 255 or 45.67% from 127); Max value from RGB is 58 - color contains mainly: blue. Hex color #13323A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13323A is #ECCDC5. Grayscale: #292929. Windows color (decimal): -15519174 or 3813907. OLE color: 3813907.
HSL color Cylindrical-coordinate representation of color #13323A: hue angle of 192.31º 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 #13323A is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 19 | 50 | 58 | - |
| CMYK | 0.67 | 0.14 | 0 | 0.77 |
| HSL | 192.31º | 0.51% | 0.15% | - |
| HSV(B) | 192.31º | 0.67% | 0.23% | - |
| XYZ | 2.17 | 2.73 | 4.41 | - |
| YUV | 41.64 | 137.23 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 50 | 58 | 0.67 | 0.14 | 0 | 0.77 | 192.31 | 0.51 | 0.15 |
| Hex | 13 | 32 | 3A | 43 | E | 0 | 4D | C0 | 33 | F |
| Octal | 23 | 62 | 72 | 103 | 16 | 0 | 115 | 300 | 63 | 17 |
| Binary | 10011 | 110010 | 111010 | 1000011 | 1110 | 0 | 1001101 | 11000000 | 110011 | 1111 |
Color Harmonies of #13323A
Complementary color
Monochromatic Colors of #13323A
Black with #13323A
Text Example
Text Example
White with #13323A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13323A; }
p { color: rgb(19,50,58); }
H1.HeaderClassName
{
color: #13323A;
}
.AnyTagClassName
{
color: #13323A;
}
</style>
background-color css
<style>
a { background-color: #13323A; }
a { background-color: rgb(19,50,58); }
div.DivClassName
{
background-color: #13323A;
}
.BgClassName
{
background-color: #13323A;
}
</style>
border-color css
<style>
span { border-color: #13323A; }
span { border-color: rgb(19,50,58); }
td.TdClassName
{
border-color: #13323A;
}
.TagClassName
{
border-color: #13323A;
}
</style>