Shades of Nordic #012E2F
Tints of Nordic #012E2F
RGB
CMYK
RGB Variations
Color information
#012E2F (or 0x012E2F) is known color: Nordic. HEX triplet: 01, 2E and 2F. RGB value is (1,46,47). Sum of RGB (Red+Green+Blue) = 1+46+47=94 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.06% from 94); Green value is 46 (18.36% from 255 or 48.94% from 94); Blue value is 47 (18.75% from 255 or 50% from 94); Max value from RGB is 47 - color contains mainly: blue. Hex color #012E2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012E2F is #FED1D0. Grayscale: #202020. Windows color (decimal): -16699857 or 3091969. OLE color: 3091969.
HSL color Cylindrical-coordinate representation of color #012E2F: hue angle of 181.3º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012E2F is Cyan = 0.98, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 1 | 46 | 47 | - |
| CMYK | 0.98 | 0.02 | 0 | 0.82 |
| HSL | 181.3º | 0.96% | 0.09% | - |
| HSV(B) | 181.3º | 0.98% | 0.18% | - |
| XYZ | 1.5 | 2.17 | 3.03 | - |
| YUV | 32.66 | 136.09 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 46 | 47 | 0.98 | 0.02 | 0 | 0.82 | 181.3 | 0.96 | 0.09 |
| Hex | 1 | 2E | 2F | 62 | 2 | 0 | 52 | B5 | 60 | 9 |
| Octal | 1 | 56 | 57 | 142 | 2 | 0 | 122 | 265 | 140 | 11 |
| Binary | 1 | 101110 | 101111 | 1100010 | 10 | 0 | 1010010 | 10110101 | 1100000 | 1001 |
Color Harmonies of #012E2F
Complementary color
Monochromatic Colors of #012E2F
Black with #012E2F
Text Example
Text Example
White with #012E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012E2F; }
p { color: rgb(1,46,47); }
H1.HeaderClassName
{
color: #012E2F;
}
.AnyTagClassName
{
color: #012E2F;
}
</style>
background-color css
<style>
a { background-color: #012E2F; }
a { background-color: rgb(1,46,47); }
div.DivClassName
{
background-color: #012E2F;
}
.BgClassName
{
background-color: #012E2F;
}
</style>
border-color css
<style>
span { border-color: #012E2F; }
span { border-color: rgb(1,46,47); }
td.TdClassName
{
border-color: #012E2F;
}
.TagClassName
{
border-color: #012E2F;
}
</style>