Shades of Nordic #13323B
Tints of Nordic #13323B
RGB
CMYK
RGB Variations
Color information
#13323B (or 0x13323B) is known color: Nordic. HEX triplet: 13, 32 and 3B. RGB value is (19,50,59). Sum of RGB (Red+Green+Blue) = 19+50+59=128 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.84% from 128); Green value is 50 (19.92% from 255 or 39.06% from 128); Blue value is 59 (23.44% from 255 or 46.09% from 128); Max value from RGB is 59 - color contains mainly: blue. Hex color #13323B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13323B is #ECCDC4. Grayscale: #292929. Windows color (decimal): -15519173 or 3879443. OLE color: 3879443.
HSL color Cylindrical-coordinate representation of color #13323B: hue angle of 193.5º 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 #13323B is Cyan = 0.68, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 19 | 50 | 59 | - |
| CMYK | 0.68 | 0.15 | 0 | 0.77 |
| HSL | 193.5º | 0.51% | 0.15% | - |
| HSV(B) | 193.5º | 0.68% | 0.23% | - |
| XYZ | 2.2 | 2.74 | 4.55 | - |
| YUV | 41.76 | 137.73 | 111.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 50 | 59 | 0.68 | 0.15 | 0 | 0.77 | 193.5 | 0.51 | 0.15 |
| Hex | 13 | 32 | 3B | 44 | F | 0 | 4D | C2 | 33 | F |
| Octal | 23 | 62 | 73 | 104 | 17 | 0 | 115 | 302 | 63 | 17 |
| Binary | 10011 | 110010 | 111011 | 1000100 | 1111 | 0 | 1001101 | 11000010 | 110011 | 1111 |
Color Harmonies of #13323B
Complementary color
Monochromatic Colors of #13323B
Black with #13323B
Text Example
Text Example
White with #13323B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13323B; }
p { color: rgb(19,50,59); }
H1.HeaderClassName
{
color: #13323B;
}
.AnyTagClassName
{
color: #13323B;
}
</style>
background-color css
<style>
a { background-color: #13323B; }
a { background-color: rgb(19,50,59); }
div.DivClassName
{
background-color: #13323B;
}
.BgClassName
{
background-color: #13323B;
}
</style>
border-color css
<style>
span { border-color: #13323B; }
span { border-color: rgb(19,50,59); }
td.TdClassName
{
border-color: #13323B;
}
.TagClassName
{
border-color: #13323B;
}
</style>