Shades of Nordic #012C37
Tints of Nordic #012C37
RGB
CMYK
RGB Variations
Color information
#012C37 (or 0x012C37) is known color: Nordic. HEX triplet: 01, 2C and 37. RGB value is (1,44,55). Sum of RGB (Red+Green+Blue) = 1+44+55=100 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1% from 100); Green value is 44 (17.58% from 255 or 44% from 100); Blue value is 55 (21.88% from 255 or 55% from 100); Max value from RGB is 55 - color contains mainly: blue. Hex color #012C37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012C37 is #FED3C8. Grayscale: #202020. Windows color (decimal): -16700361 or 3615745. OLE color: 3615745.
HSL color Cylindrical-coordinate representation of color #012C37: hue angle of 192.22º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012C37 is Cyan = 0.98, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 1 | 44 | 55 | - |
| CMYK | 0.98 | 0.2 | 0 | 0.78 |
| HSL | 192.22º | 0.96% | 0.11% | - |
| HSV(B) | 192.22º | 0.98% | 0.22% | - |
| XYZ | 1.6 | 2.08 | 3.93 | - |
| YUV | 32.4 | 140.75 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 44 | 55 | 0.98 | 0.2 | 0 | 0.78 | 192.22 | 0.96 | 0.11 |
| Hex | 1 | 2C | 37 | 62 | 14 | 0 | 4E | C0 | 60 | B |
| Octal | 1 | 54 | 67 | 142 | 24 | 0 | 116 | 300 | 140 | 13 |
| Binary | 1 | 101100 | 110111 | 1100010 | 10100 | 0 | 1001110 | 11000000 | 1100000 | 1011 |
Color Harmonies of #012C37
Complementary color
Monochromatic Colors of #012C37
Black with #012C37
Text Example
Text Example
White with #012C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012C37; }
p { color: rgb(1,44,55); }
H1.HeaderClassName
{
color: #012C37;
}
.AnyTagClassName
{
color: #012C37;
}
</style>
background-color css
<style>
a { background-color: #012C37; }
a { background-color: rgb(1,44,55); }
div.DivClassName
{
background-color: #012C37;
}
.BgClassName
{
background-color: #012C37;
}
</style>
border-color css
<style>
span { border-color: #012C37; }
span { border-color: rgb(1,44,55); }
td.TdClassName
{
border-color: #012C37;
}
.TagClassName
{
border-color: #012C37;
}
</style>