Shades of Nordic #072E36
Tints of Nordic #072E36
RGB
CMYK
RGB Variations
Color information
#072E36 (or 0x072E36) is known color: Nordic. HEX triplet: 07, 2E and 36. RGB value is (7,46,54). Sum of RGB (Red+Green+Blue) = 7+46+54=107 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.54% from 107); Green value is 46 (18.36% from 255 or 42.99% from 107); Blue value is 54 (21.48% from 255 or 50.47% from 107); Max value from RGB is 54 - color contains mainly: blue. Hex color #072E36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072E36 is #F8D1C9. Grayscale: #232323. Windows color (decimal): -16306634 or 3550727. OLE color: 3550727.
HSL color Cylindrical-coordinate representation of color #072E36: hue angle of 190.21º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #072E36 is Cyan = 0.87, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 7 | 46 | 54 | - |
| CMYK | 0.87 | 0.15 | 0 | 0.79 |
| HSL | 190.21º | 0.77% | 0.12% | - |
| HSV(B) | 190.21º | 0.87% | 0.21% | - |
| XYZ | 1.73 | 2.27 | 3.84 | - |
| YUV | 35.25 | 138.58 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 46 | 54 | 0.87 | 0.15 | 0 | 0.79 | 190.21 | 0.77 | 0.12 |
| Hex | 7 | 2E | 36 | 57 | F | 0 | 4F | BE | 4D | C |
| Octal | 7 | 56 | 66 | 127 | 17 | 0 | 117 | 276 | 115 | 14 |
| Binary | 111 | 101110 | 110110 | 1010111 | 1111 | 0 | 1001111 | 10111110 | 1001101 | 1100 |
Color Harmonies of #072E36
Complementary color
Monochromatic Colors of #072E36
Black with #072E36
Text Example
Text Example
White with #072E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072E36; }
p { color: rgb(7,46,54); }
H1.HeaderClassName
{
color: #072E36;
}
.AnyTagClassName
{
color: #072E36;
}
</style>
background-color css
<style>
a { background-color: #072E36; }
a { background-color: rgb(7,46,54); }
div.DivClassName
{
background-color: #072E36;
}
.BgClassName
{
background-color: #072E36;
}
</style>
border-color css
<style>
span { border-color: #072E36; }
span { border-color: rgb(7,46,54); }
td.TdClassName
{
border-color: #072E36;
}
.TagClassName
{
border-color: #072E36;
}
</style>