Shades of Nordic #073439
Tints of Nordic #073439
RGB
CMYK
RGB Variations
Color information
#073439 (or 0x073439) is known color: Nordic. HEX triplet: 07, 34 and 39. RGB value is (7,52,57). Sum of RGB (Red+Green+Blue) = 7+52+57=116 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.03% from 116); Green value is 52 (20.70% from 255 or 44.83% from 116); Blue value is 57 (22.66% from 255 or 49.14% from 116); Max value from RGB is 57 - color contains mainly: blue. Hex color #073439 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073439 is #F8CBC6. Grayscale: #272727. Windows color (decimal): -16305095 or 3748871. OLE color: 3748871.
HSL color Cylindrical-coordinate representation of color #073439: hue angle of 186º 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 #073439 is Cyan = 0.88, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 7 | 52 | 57 | - |
| CMYK | 0.88 | 0.09 | 0 | 0.78 |
| HSL | 186º | 0.78% | 0.13% | - |
| HSV(B) | 186º | 0.88% | 0.22% | - |
| XYZ | 2.05 | 2.8 | 4.3 | - |
| YUV | 39.12 | 138.09 | 105.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 52 | 57 | 0.88 | 0.09 | 0 | 0.78 | 186 | 0.78 | 0.13 |
| Hex | 7 | 34 | 39 | 58 | 9 | 0 | 4E | BA | 4E | D |
| Octal | 7 | 64 | 71 | 130 | 11 | 0 | 116 | 272 | 116 | 15 |
| Binary | 111 | 110100 | 111001 | 1011000 | 1001 | 0 | 1001110 | 10111010 | 1001110 | 1101 |
Color Harmonies of #073439
Complementary color
Monochromatic Colors of #073439
Black with #073439
Text Example
Text Example
White with #073439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073439; }
p { color: rgb(7,52,57); }
H1.HeaderClassName
{
color: #073439;
}
.AnyTagClassName
{
color: #073439;
}
</style>
background-color css
<style>
a { background-color: #073439; }
a { background-color: rgb(7,52,57); }
div.DivClassName
{
background-color: #073439;
}
.BgClassName
{
background-color: #073439;
}
</style>
border-color css
<style>
span { border-color: #073439; }
span { border-color: rgb(7,52,57); }
td.TdClassName
{
border-color: #073439;
}
.TagClassName
{
border-color: #073439;
}
</style>