Shades of Blue Whale #073546
Tints of Blue Whale #073546
RGB
CMYK
RGB Variations
Color information
#073546 (or 0x073546) is known color: Blue Whale. HEX triplet: 07, 35 and 46. RGB value is (7,53,70). Sum of RGB (Red+Green+Blue) = 7+53+70=130 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.38% from 130); Green value is 53 (21.09% from 255 or 40.77% from 130); Blue value is 70 (27.73% from 255 or 53.85% from 130); Max value from RGB is 70 - color contains mainly: blue. Hex color #073546 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073546 is #F8CAB9. Grayscale: #292929. Windows color (decimal): -16304826 or 4601095. OLE color: 4601095.
HSL color Cylindrical-coordinate representation of color #073546: hue angle of 196.19º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #073546 is Cyan = 0.90, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 7 | 53 | 70 | - |
| CMYK | 0.90 | 0.24 | 0 | 0.73 |
| HSL | 196.19º | 0.82% | 0.15% | - |
| HSV(B) | 196.19º | 0.9% | 0.27% | - |
| XYZ | 2.47 | 3.03 | 6.25 | - |
| YUV | 41.18 | 144.26 | 103.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 53 | 70 | 0.90 | 0.24 | 0 | 0.73 | 196.19 | 0.82 | 0.15 |
| Hex | 7 | 35 | 46 | 5A | 18 | 0 | 49 | C4 | 52 | F |
| Octal | 7 | 65 | 106 | 132 | 30 | 0 | 111 | 304 | 122 | 17 |
| Binary | 111 | 110101 | 1000110 | 1011010 | 11000 | 0 | 1001001 | 11000100 | 1010010 | 1111 |
Color Harmonies of #073546
Complementary color
Monochromatic Colors of #073546
Black with #073546
Text Example
Text Example
White with #073546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073546; }
p { color: rgb(7,53,70); }
H1.HeaderClassName
{
color: #073546;
}
.AnyTagClassName
{
color: #073546;
}
</style>
background-color css
<style>
a { background-color: #073546; }
a { background-color: rgb(7,53,70); }
div.DivClassName
{
background-color: #073546;
}
.BgClassName
{
background-color: #073546;
}
</style>
border-color css
<style>
span { border-color: #073546; }
span { border-color: rgb(7,53,70); }
td.TdClassName
{
border-color: #073546;
}
.TagClassName
{
border-color: #073546;
}
</style>