Shades of Nordic #13343B
Tints of Nordic #13343B
RGB
CMYK
RGB Variations
Color information
#13343B (or 0x13343B) is known color: Nordic. HEX triplet: 13, 34 and 3B. RGB value is (19,52,59). Sum of RGB (Red+Green+Blue) = 19+52+59=130 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.62% from 130); Green value is 52 (20.70% from 255 or 40% from 130); Blue value is 59 (23.44% from 255 or 45.38% from 130); Max value from RGB is 59 - color contains mainly: blue. Hex color #13343B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13343B is #ECCBC4. Grayscale: #2A2A2A. Windows color (decimal): -15518661 or 3879955. OLE color: 3879955.
HSL color Cylindrical-coordinate representation of color #13343B: hue angle of 190.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 #13343B is Cyan = 0.68, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 19 | 52 | 59 | - |
| CMYK | 0.68 | 0.12 | 0 | 0.77 |
| HSL | 190.5º | 0.51% | 0.15% | - |
| HSV(B) | 190.5º | 0.68% | 0.23% | - |
| XYZ | 2.29 | 2.91 | 4.58 | - |
| YUV | 42.93 | 137.07 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 52 | 59 | 0.68 | 0.12 | 0 | 0.77 | 190.5 | 0.51 | 0.15 |
| Hex | 13 | 34 | 3B | 44 | C | 0 | 4D | BE | 33 | F |
| Octal | 23 | 64 | 73 | 104 | 14 | 0 | 115 | 276 | 63 | 17 |
| Binary | 10011 | 110100 | 111011 | 1000100 | 1100 | 0 | 1001101 | 10111110 | 110011 | 1111 |
Color Harmonies of #13343B
Complementary color
Monochromatic Colors of #13343B
Black with #13343B
Text Example
Text Example
White with #13343B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13343B; }
p { color: rgb(19,52,59); }
H1.HeaderClassName
{
color: #13343B;
}
.AnyTagClassName
{
color: #13343B;
}
</style>
background-color css
<style>
a { background-color: #13343B; }
a { background-color: rgb(19,52,59); }
div.DivClassName
{
background-color: #13343B;
}
.BgClassName
{
background-color: #13343B;
}
</style>
border-color css
<style>
span { border-color: #13343B; }
span { border-color: rgb(19,52,59); }
td.TdClassName
{
border-color: #13343B;
}
.TagClassName
{
border-color: #13343B;
}
</style>