Shades of Nordic #073239
Tints of Nordic #073239
RGB
CMYK
RGB Variations
Color information
#073239 (or 0x073239) is known color: Nordic. HEX triplet: 07, 32 and 39. RGB value is (7,50,57). Sum of RGB (Red+Green+Blue) = 7+50+57=114 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.14% from 114); Green value is 50 (19.92% from 255 or 43.86% from 114); Blue value is 57 (22.66% from 255 or 50% from 114); Max value from RGB is 57 - color contains mainly: blue. Hex color #073239 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073239 is #F8CDC6. Grayscale: #252525. Windows color (decimal): -16305607 or 3748359. OLE color: 3748359.
HSL color Cylindrical-coordinate representation of color #073239: hue angle of 188.4º 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 #073239 is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 7 | 50 | 57 | - |
| CMYK | 0.88 | 0.12 | 0 | 0.78 |
| HSL | 188.4º | 0.78% | 0.13% | - |
| HSV(B) | 188.4º | 0.88% | 0.22% | - |
| XYZ | 1.97 | 2.62 | 4.27 | - |
| YUV | 37.94 | 138.75 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 50 | 57 | 0.88 | 0.12 | 0 | 0.78 | 188.4 | 0.78 | 0.13 |
| Hex | 7 | 32 | 39 | 58 | C | 0 | 4E | BC | 4E | D |
| Octal | 7 | 62 | 71 | 130 | 14 | 0 | 116 | 274 | 116 | 15 |
| Binary | 111 | 110010 | 111001 | 1011000 | 1100 | 0 | 1001110 | 10111100 | 1001110 | 1101 |
Color Harmonies of #073239
Complementary color
Monochromatic Colors of #073239
Black with #073239
Text Example
Text Example
White with #073239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073239; }
p { color: rgb(7,50,57); }
H1.HeaderClassName
{
color: #073239;
}
.AnyTagClassName
{
color: #073239;
}
</style>
background-color css
<style>
a { background-color: #073239; }
a { background-color: rgb(7,50,57); }
div.DivClassName
{
background-color: #073239;
}
.BgClassName
{
background-color: #073239;
}
</style>
border-color css
<style>
span { border-color: #073239; }
span { border-color: rgb(7,50,57); }
td.TdClassName
{
border-color: #073239;
}
.TagClassName
{
border-color: #073239;
}
</style>