Shades of Nordic #013132
Tints of Nordic #013132
RGB
CMYK
RGB Variations
Color information
#013132 (or 0x013132) is known color: Nordic. HEX triplet: 01, 31 and 32. RGB value is (1,49,50). Sum of RGB (Red+Green+Blue) = 1+49+50=100 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1% from 100); Green value is 49 (19.53% from 255 or 49% from 100); Blue value is 50 (19.92% from 255 or 50% from 100); Max value from RGB is 50 - color contains mainly: blue. Hex color #013132 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013132 is #FECECD. Grayscale: #222222. Windows color (decimal): -16699086 or 3289345. OLE color: 3289345.
HSL color Cylindrical-coordinate representation of color #013132: hue angle of 181.22º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013132 is Cyan = 0.98, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 1 | 49 | 50 | - |
| CMYK | 0.98 | 0.02 | 0 | 0.80 |
| HSL | 181.22º | 0.96% | 0.1% | - |
| HSV(B) | 181.22º | 0.98% | 0.2% | - |
| XYZ | 1.69 | 2.43 | 3.4 | - |
| YUV | 34.76 | 136.6 | 103.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 49 | 50 | 0.98 | 0.02 | 0 | 0.80 | 181.22 | 0.96 | 0.1 |
| Hex | 1 | 31 | 32 | 62 | 2 | 0 | 50 | B5 | 60 | A |
| Octal | 1 | 61 | 62 | 142 | 2 | 0 | 120 | 265 | 140 | 12 |
| Binary | 1 | 110001 | 110010 | 1100010 | 10 | 0 | 1010000 | 10110101 | 1100000 | 1010 |
Color Harmonies of #013132
Complementary color
Monochromatic Colors of #013132
Black with #013132
Text Example
Text Example
White with #013132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013132; }
p { color: rgb(1,49,50); }
H1.HeaderClassName
{
color: #013132;
}
.AnyTagClassName
{
color: #013132;
}
</style>
background-color css
<style>
a { background-color: #013132; }
a { background-color: rgb(1,49,50); }
div.DivClassName
{
background-color: #013132;
}
.BgClassName
{
background-color: #013132;
}
</style>
border-color css
<style>
span { border-color: #013132; }
span { border-color: rgb(1,49,50); }
td.TdClassName
{
border-color: #013132;
}
.TagClassName
{
border-color: #013132;
}
</style>