Shades of Blue Whale #073649
Tints of Blue Whale #073649
RGB
CMYK
RGB Variations
Color information
#073649 (or 0x073649) is known color: Blue Whale. HEX triplet: 07, 36 and 49. RGB value is (7,54,73). Sum of RGB (Red+Green+Blue) = 7+54+73=134 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.22% from 134); Green value is 54 (21.48% from 255 or 40.30% from 134); Blue value is 73 (28.91% from 255 or 54.48% from 134); Max value from RGB is 73 - color contains mainly: blue. Hex color #073649 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073649 is #F8C9B6. Grayscale: #292929. Windows color (decimal): -16304567 or 4797959. OLE color: 4797959.
HSL color Cylindrical-coordinate representation of color #073649: hue angle of 197.27º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #073649 is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 54 | 73 | - |
| CMYK | 0.90 | 0.26 | 0 | 0.71 |
| HSL | 197.27º | 0.83% | 0.16% | - |
| HSV(B) | 197.27º | 0.9% | 0.29% | - |
| XYZ | 2.61 | 3.16 | 6.78 | - |
| YUV | 42.11 | 145.43 | 102.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 54 | 73 | 0.90 | 0.26 | 0 | 0.71 | 197.27 | 0.83 | 0.16 |
| Hex | 7 | 36 | 49 | 5A | 1A | 0 | 47 | C5 | 52 | 10 |
| Octal | 7 | 66 | 111 | 132 | 32 | 0 | 107 | 305 | 122 | 20 |
| Binary | 111 | 110110 | 1001001 | 1011010 | 11010 | 0 | 1000111 | 11000101 | 1010010 | 10000 |
Color Harmonies of #073649
Complementary color
Monochromatic Colors of #073649
Black with #073649
Text Example
Text Example
White with #073649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073649; }
p { color: rgb(7,54,73); }
H1.HeaderClassName
{
color: #073649;
}
.AnyTagClassName
{
color: #073649;
}
</style>
background-color css
<style>
a { background-color: #073649; }
a { background-color: rgb(7,54,73); }
div.DivClassName
{
background-color: #073649;
}
.BgClassName
{
background-color: #073649;
}
</style>
border-color css
<style>
span { border-color: #073649; }
span { border-color: rgb(7,54,73); }
td.TdClassName
{
border-color: #073649;
}
.TagClassName
{
border-color: #073649;
}
</style>