Shades of Nordic #012B36
Tints of Nordic #012B36
RGB
CMYK
RGB Variations
Color information
#012B36 (or 0x012B36) is known color: Nordic. HEX triplet: 01, 2B and 36. RGB value is (1,43,54). Sum of RGB (Red+Green+Blue) = 1+43+54=98 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.02% from 98); Green value is 43 (17.19% from 255 or 43.88% from 98); Blue value is 54 (21.48% from 255 or 55.10% from 98); Max value from RGB is 54 - color contains mainly: blue. Hex color #012B36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012B36 is #FED4C9. Grayscale: #1F1F1F. Windows color (decimal): -16700618 or 3549953. OLE color: 3549953.
HSL color Cylindrical-coordinate representation of color #012B36: hue angle of 192.45º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012B36 is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 1 | 43 | 54 | - |
| CMYK | 0.98 | 0.20 | 0 | 0.79 |
| HSL | 192.45º | 0.96% | 0.11% | - |
| HSV(B) | 192.45º | 0.98% | 0.21% | - |
| XYZ | 1.54 | 2 | 3.79 | - |
| YUV | 31.7 | 140.59 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 43 | 54 | 0.98 | 0.20 | 0 | 0.79 | 192.45 | 0.96 | 0.11 |
| Hex | 1 | 2B | 36 | 62 | 14 | 0 | 4F | C0 | 60 | B |
| Octal | 1 | 53 | 66 | 142 | 24 | 0 | 117 | 300 | 140 | 13 |
| Binary | 1 | 101011 | 110110 | 1100010 | 10100 | 0 | 1001111 | 11000000 | 1100000 | 1011 |
Color Harmonies of #012B36
Complementary color
Monochromatic Colors of #012B36
Black with #012B36
Text Example
Text Example
White with #012B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012B36; }
p { color: rgb(1,43,54); }
H1.HeaderClassName
{
color: #012B36;
}
.AnyTagClassName
{
color: #012B36;
}
</style>
background-color css
<style>
a { background-color: #012B36; }
a { background-color: rgb(1,43,54); }
div.DivClassName
{
background-color: #012B36;
}
.BgClassName
{
background-color: #012B36;
}
</style>
border-color css
<style>
span { border-color: #012B36; }
span { border-color: rgb(1,43,54); }
td.TdClassName
{
border-color: #012B36;
}
.TagClassName
{
border-color: #012B36;
}
</style>