Shades of Blue Whale #073040
Tints of Blue Whale #073040
RGB
CMYK
RGB Variations
Color information
#073040 (or 0x073040) is known color: Blue Whale. HEX triplet: 07, 30 and 40. RGB value is (7,48,64). Sum of RGB (Red+Green+Blue) = 7+48+64=119 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.88% from 119); Green value is 48 (19.14% from 255 or 40.34% from 119); Blue value is 64 (25.39% from 255 or 53.78% from 119); Max value from RGB is 64 - color contains mainly: blue. Hex color #073040 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073040 is #F8CFBF. Grayscale: #252525. Windows color (decimal): -16306112 or 4206599. OLE color: 4206599.
HSL color Cylindrical-coordinate representation of color #073040: hue angle of 196.84º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #073040 is Cyan = 0.89, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 7 | 48 | 64 | - |
| CMYK | 0.89 | 0.25 | 0 | 0.75 |
| HSL | 196.84º | 0.8% | 0.14% | - |
| HSV(B) | 196.84º | 0.89% | 0.25% | - |
| XYZ | 2.07 | 2.53 | 5.23 | - |
| YUV | 37.57 | 142.92 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 48 | 64 | 0.89 | 0.25 | 0 | 0.75 | 196.84 | 0.8 | 0.14 |
| Hex | 7 | 30 | 40 | 59 | 19 | 0 | 4B | C5 | 50 | E |
| Octal | 7 | 60 | 100 | 131 | 31 | 0 | 113 | 305 | 120 | 16 |
| Binary | 111 | 110000 | 1000000 | 1011001 | 11001 | 0 | 1001011 | 11000101 | 1010000 | 1110 |
Color Harmonies of #073040
Complementary color
Monochromatic Colors of #073040
Black with #073040
Text Example
Text Example
White with #073040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073040; }
p { color: rgb(7,48,64); }
H1.HeaderClassName
{
color: #073040;
}
.AnyTagClassName
{
color: #073040;
}
</style>
background-color css
<style>
a { background-color: #073040; }
a { background-color: rgb(7,48,64); }
div.DivClassName
{
background-color: #073040;
}
.BgClassName
{
background-color: #073040;
}
</style>
border-color css
<style>
span { border-color: #073040; }
span { border-color: rgb(7,48,64); }
td.TdClassName
{
border-color: #073040;
}
.TagClassName
{
border-color: #073040;
}
</style>