Shades of Nordic #013032
Tints of Nordic #013032
RGB
CMYK
RGB Variations
Color information
#013032 (or 0x013032) is known color: Nordic. HEX triplet: 01, 30 and 32. RGB value is (1,48,50). Sum of RGB (Red+Green+Blue) = 1+48+50=99 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1.01% from 99); Green value is 48 (19.14% from 255 or 48.48% from 99); Blue value is 50 (19.92% from 255 or 50.51% from 99); Max value from RGB is 50 - color contains mainly: blue. Hex color #013032 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013032 is #FECFCD. Grayscale: #222222. Windows color (decimal): -16699342 or 3289089. OLE color: 3289089.
HSL color Cylindrical-coordinate representation of color #013032: hue angle of 182.45º 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 #013032 is Cyan = 0.98, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 1 | 48 | 50 | - |
| CMYK | 0.98 | 0.04 | 0 | 0.80 |
| HSL | 182.45º | 0.96% | 0.1% | - |
| HSV(B) | 182.45º | 0.98% | 0.2% | - |
| XYZ | 1.65 | 2.35 | 3.38 | - |
| YUV | 34.18 | 136.93 | 104.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 48 | 50 | 0.98 | 0.04 | 0 | 0.80 | 182.45 | 0.96 | 0.1 |
| Hex | 1 | 30 | 32 | 62 | 4 | 0 | 50 | B6 | 60 | A |
| Octal | 1 | 60 | 62 | 142 | 4 | 0 | 120 | 266 | 140 | 12 |
| Binary | 1 | 110000 | 110010 | 1100010 | 100 | 0 | 1010000 | 10110110 | 1100000 | 1010 |
Color Harmonies of #013032
Complementary color
Monochromatic Colors of #013032
Black with #013032
Text Example
Text Example
White with #013032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013032; }
p { color: rgb(1,48,50); }
H1.HeaderClassName
{
color: #013032;
}
.AnyTagClassName
{
color: #013032;
}
</style>
background-color css
<style>
a { background-color: #013032; }
a { background-color: rgb(1,48,50); }
div.DivClassName
{
background-color: #013032;
}
.BgClassName
{
background-color: #013032;
}
</style>
border-color css
<style>
span { border-color: #013032; }
span { border-color: rgb(1,48,50); }
td.TdClassName
{
border-color: #013032;
}
.TagClassName
{
border-color: #013032;
}
</style>