Shades of Nordic #012E38
Tints of Nordic #012E38
RGB
CMYK
RGB Variations
Color information
#012E38 (or 0x012E38) is known color: Nordic. HEX triplet: 01, 2E and 38. RGB value is (1,46,56). Sum of RGB (Red+Green+Blue) = 1+46+56=103 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.97% from 103); Green value is 46 (18.36% from 255 or 44.66% from 103); Blue value is 56 (22.27% from 255 or 54.37% from 103); Max value from RGB is 56 - color contains mainly: blue. Hex color #012E38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012E38 is #FED1C7. Grayscale: #212121. Windows color (decimal): -16699848 or 3681793. OLE color: 3681793.
HSL color Cylindrical-coordinate representation of color #012E38: hue angle of 190.91º 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 #012E38 is Cyan = 0.98, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 1 | 46 | 56 | - |
| CMYK | 0.98 | 0.18 | 0 | 0.78 |
| HSL | 190.91º | 0.96% | 0.11% | - |
| HSV(B) | 190.91º | 0.98% | 0.22% | - |
| XYZ | 1.7 | 2.25 | 4.09 | - |
| YUV | 33.69 | 140.59 | 104.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 46 | 56 | 0.98 | 0.18 | 0 | 0.78 | 190.91 | 0.96 | 0.11 |
| Hex | 1 | 2E | 38 | 62 | 12 | 0 | 4E | BF | 60 | B |
| Octal | 1 | 56 | 70 | 142 | 22 | 0 | 116 | 277 | 140 | 13 |
| Binary | 1 | 101110 | 111000 | 1100010 | 10010 | 0 | 1001110 | 10111111 | 1100000 | 1011 |
Color Harmonies of #012E38
Complementary color
Monochromatic Colors of #012E38
Black with #012E38
Text Example
Text Example
White with #012E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012E38; }
p { color: rgb(1,46,56); }
H1.HeaderClassName
{
color: #012E38;
}
.AnyTagClassName
{
color: #012E38;
}
</style>
background-color css
<style>
a { background-color: #012E38; }
a { background-color: rgb(1,46,56); }
div.DivClassName
{
background-color: #012E38;
}
.BgClassName
{
background-color: #012E38;
}
</style>
border-color css
<style>
span { border-color: #012E38; }
span { border-color: rgb(1,46,56); }
td.TdClassName
{
border-color: #012E38;
}
.TagClassName
{
border-color: #012E38;
}
</style>