Shades of Nordic #012E33
Tints of Nordic #012E33
RGB
CMYK
RGB Variations
Color information
#012E33 (or 0x012E33) is known color: Nordic. HEX triplet: 01, 2E and 33. RGB value is (1,46,51). Sum of RGB (Red+Green+Blue) = 1+46+51=98 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.02% from 98); Green value is 46 (18.36% from 255 or 46.94% from 98); Blue value is 51 (20.31% from 255 or 52.04% from 98); Max value from RGB is 51 - color contains mainly: blue. Hex color #012E33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012E33 is #FED1CC. Grayscale: #212121. Windows color (decimal): -16699853 or 3354113. OLE color: 3354113.
HSL color Cylindrical-coordinate representation of color #012E33: hue angle of 186º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012E33 is Cyan = 0.98, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 1 | 46 | 51 | - |
| CMYK | 0.98 | 0.10 | 0 | 0.8 |
| HSL | 186º | 0.96% | 0.1% | - |
| HSV(B) | 186º | 0.98% | 0.2% | - |
| XYZ | 1.59 | 2.2 | 3.47 | - |
| YUV | 33.12 | 138.09 | 105.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 46 | 51 | 0.98 | 0.10 | 0 | 0.8 | 186 | 0.96 | 0.1 |
| Hex | 1 | 2E | 33 | 62 | A | 0 | 50 | BA | 60 | A |
| Octal | 1 | 56 | 63 | 142 | 12 | 0 | 120 | 272 | 140 | 12 |
| Binary | 1 | 101110 | 110011 | 1100010 | 1010 | 0 | 1010000 | 10111010 | 1100000 | 1010 |
Color Harmonies of #012E33
Complementary color
Monochromatic Colors of #012E33
Black with #012E33
Text Example
Text Example
White with #012E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012E33; }
p { color: rgb(1,46,51); }
H1.HeaderClassName
{
color: #012E33;
}
.AnyTagClassName
{
color: #012E33;
}
</style>
background-color css
<style>
a { background-color: #012E33; }
a { background-color: rgb(1,46,51); }
div.DivClassName
{
background-color: #012E33;
}
.BgClassName
{
background-color: #012E33;
}
</style>
border-color css
<style>
span { border-color: #012E33; }
span { border-color: rgb(1,46,51); }
td.TdClassName
{
border-color: #012E33;
}
.TagClassName
{
border-color: #012E33;
}
</style>