Shades of Nordic #072F39
Tints of Nordic #072F39
RGB
CMYK
RGB Variations
Color information
#072F39 (or 0x072F39) is known color: Nordic. HEX triplet: 07, 2F and 39. RGB value is (7,47,57). Sum of RGB (Red+Green+Blue) = 7+47+57=111 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.31% from 111); Green value is 47 (18.75% from 255 or 42.34% from 111); Blue value is 57 (22.66% from 255 or 51.35% from 111); Max value from RGB is 57 - color contains mainly: blue. Hex color #072F39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072F39 is #F8D0C6. Grayscale: #242424. Windows color (decimal): -16306375 or 3747591. OLE color: 3747591.
HSL color Cylindrical-coordinate representation of color #072F39: hue angle of 192º degrees, saturation: 0.78, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #072F39 is Cyan = 0.88, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 7 | 47 | 57 | - |
| CMYK | 0.88 | 0.18 | 0 | 0.78 |
| HSL | 192º | 0.78% | 0.13% | - |
| HSV(B) | 192º | 0.88% | 0.22% | - |
| XYZ | 1.84 | 2.37 | 4.23 | - |
| YUV | 36.18 | 139.75 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 47 | 57 | 0.88 | 0.18 | 0 | 0.78 | 192 | 0.78 | 0.13 |
| Hex | 7 | 2F | 39 | 58 | 12 | 0 | 4E | C0 | 4E | D |
| Octal | 7 | 57 | 71 | 130 | 22 | 0 | 116 | 300 | 116 | 15 |
| Binary | 111 | 101111 | 111001 | 1011000 | 10010 | 0 | 1001110 | 11000000 | 1001110 | 1101 |
Color Harmonies of #072F39
Complementary color
Monochromatic Colors of #072F39
Black with #072F39
Text Example
Text Example
White with #072F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072F39; }
p { color: rgb(7,47,57); }
H1.HeaderClassName
{
color: #072F39;
}
.AnyTagClassName
{
color: #072F39;
}
</style>
background-color css
<style>
a { background-color: #072F39; }
a { background-color: rgb(7,47,57); }
div.DivClassName
{
background-color: #072F39;
}
.BgClassName
{
background-color: #072F39;
}
</style>
border-color css
<style>
span { border-color: #072F39; }
span { border-color: rgb(7,47,57); }
td.TdClassName
{
border-color: #072F39;
}
.TagClassName
{
border-color: #072F39;
}
</style>