Shades of Nordic #012A31
Tints of Nordic #012A31
RGB
CMYK
RGB Variations
Color information
#012A31 (or 0x012A31) is known color: Nordic. HEX triplet: 01, 2A and 31. RGB value is (1,42,49). Sum of RGB (Red+Green+Blue) = 1+42+49=92 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.09% from 92); Green value is 42 (16.80% from 255 or 45.65% from 92); Blue value is 49 (19.53% from 255 or 53.26% from 92); Max value from RGB is 49 - color contains mainly: blue. Hex color #012A31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012A31 is #FED5CE. Grayscale: #1E1E1E. Windows color (decimal): -16700879 or 3222017. OLE color: 3222017.
HSL color Cylindrical-coordinate representation of color #012A31: hue angle of 188.75º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012A31 is Cyan = 0.98, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 1 | 42 | 49 | - |
| CMYK | 0.98 | 0.14 | 0 | 0.81 |
| HSL | 188.75º | 0.96% | 0.1% | - |
| HSV(B) | 188.75º | 0.98% | 0.19% | - |
| XYZ | 1.39 | 1.88 | 3.2 | - |
| YUV | 30.54 | 138.42 | 106.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 42 | 49 | 0.98 | 0.14 | 0 | 0.81 | 188.75 | 0.96 | 0.1 |
| Hex | 1 | 2A | 31 | 62 | E | 0 | 51 | BD | 60 | A |
| Octal | 1 | 52 | 61 | 142 | 16 | 0 | 121 | 275 | 140 | 12 |
| Binary | 1 | 101010 | 110001 | 1100010 | 1110 | 0 | 1010001 | 10111101 | 1100000 | 1010 |
Color Harmonies of #012A31
Complementary color
Monochromatic Colors of #012A31
Black with #012A31
Text Example
Text Example
White with #012A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012A31; }
p { color: rgb(1,42,49); }
H1.HeaderClassName
{
color: #012A31;
}
.AnyTagClassName
{
color: #012A31;
}
</style>
background-color css
<style>
a { background-color: #012A31; }
a { background-color: rgb(1,42,49); }
div.DivClassName
{
background-color: #012A31;
}
.BgClassName
{
background-color: #012A31;
}
</style>
border-color css
<style>
span { border-color: #012A31; }
span { border-color: rgb(1,42,49); }
td.TdClassName
{
border-color: #012A31;
}
.TagClassName
{
border-color: #012A31;
}
</style>