Shades of Blue Whale #073749
Tints of Blue Whale #073749
RGB
CMYK
RGB Variations
Color information
#073749 (or 0x073749) is known color: Blue Whale. HEX triplet: 07, 37 and 49. RGB value is (7,55,73). Sum of RGB (Red+Green+Blue) = 7+55+73=135 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.19% from 135); Green value is 55 (21.88% from 255 or 40.74% from 135); Blue value is 73 (28.91% from 255 or 54.07% from 135); Max value from RGB is 73 - color contains mainly: blue. Hex color #073749 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073749 is #F8C8B6. Grayscale: #2A2A2A. Windows color (decimal): -16304311 or 4798215. OLE color: 4798215.
HSL color Cylindrical-coordinate representation of color #073749: hue angle of 196.36º 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 #073749 is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 55 | 73 | - |
| CMYK | 0.90 | 0.25 | 0 | 0.71 |
| HSL | 196.36º | 0.83% | 0.16% | - |
| HSV(B) | 196.36º | 0.9% | 0.29% | - |
| XYZ | 2.66 | 3.26 | 6.79 | - |
| YUV | 42.7 | 145.1 | 102.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 55 | 73 | 0.90 | 0.25 | 0 | 0.71 | 196.36 | 0.83 | 0.16 |
| Hex | 7 | 37 | 49 | 5A | 19 | 0 | 47 | C4 | 52 | 10 |
| Octal | 7 | 67 | 111 | 132 | 31 | 0 | 107 | 304 | 122 | 20 |
| Binary | 111 | 110111 | 1001001 | 1011010 | 11001 | 0 | 1000111 | 11000100 | 1010010 | 10000 |
Color Harmonies of #073749
Complementary color
Monochromatic Colors of #073749
Black with #073749
Text Example
Text Example
White with #073749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073749; }
p { color: rgb(7,55,73); }
H1.HeaderClassName
{
color: #073749;
}
.AnyTagClassName
{
color: #073749;
}
</style>
background-color css
<style>
a { background-color: #073749; }
a { background-color: rgb(7,55,73); }
div.DivClassName
{
background-color: #073749;
}
.BgClassName
{
background-color: #073749;
}
</style>
border-color css
<style>
span { border-color: #073749; }
span { border-color: rgb(7,55,73); }
td.TdClassName
{
border-color: #073749;
}
.TagClassName
{
border-color: #073749;
}
</style>