Shades of Nordic #073542
Tints of Nordic #073542
RGB
CMYK
RGB Variations
Color information
#073542 (or 0x073542) is known color: Nordic. HEX triplet: 07, 35 and 42. RGB value is (7,53,66). Sum of RGB (Red+Green+Blue) = 7+53+66=126 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.56% from 126); Green value is 53 (21.09% from 255 or 42.06% from 126); Blue value is 66 (26.17% from 255 or 52.38% from 126); Max value from RGB is 66 - color contains mainly: blue. Hex color #073542 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073542 is #F8CABD. Grayscale: #282828. Windows color (decimal): -16304830 or 4338951. OLE color: 4338951.
HSL color Cylindrical-coordinate representation of color #073542: hue angle of 193.22º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #073542 is Cyan = 0.89, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 7 | 53 | 66 | - |
| CMYK | 0.89 | 0.20 | 0 | 0.74 |
| HSL | 193.22º | 0.81% | 0.14% | - |
| HSV(B) | 193.22º | 0.89% | 0.26% | - |
| XYZ | 2.34 | 2.98 | 5.61 | - |
| YUV | 40.73 | 142.26 | 103.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 53 | 66 | 0.89 | 0.20 | 0 | 0.74 | 193.22 | 0.81 | 0.14 |
| Hex | 7 | 35 | 42 | 59 | 14 | 0 | 4A | C1 | 51 | E |
| Octal | 7 | 65 | 102 | 131 | 24 | 0 | 112 | 301 | 121 | 16 |
| Binary | 111 | 110101 | 1000010 | 1011001 | 10100 | 0 | 1001010 | 11000001 | 1010001 | 1110 |
Color Harmonies of #073542
Complementary color
Monochromatic Colors of #073542
Black with #073542
Text Example
Text Example
White with #073542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073542; }
p { color: rgb(7,53,66); }
H1.HeaderClassName
{
color: #073542;
}
.AnyTagClassName
{
color: #073542;
}
</style>
background-color css
<style>
a { background-color: #073542; }
a { background-color: rgb(7,53,66); }
div.DivClassName
{
background-color: #073542;
}
.BgClassName
{
background-color: #073542;
}
</style>
border-color css
<style>
span { border-color: #073542; }
span { border-color: rgb(7,53,66); }
td.TdClassName
{
border-color: #073542;
}
.TagClassName
{
border-color: #073542;
}
</style>