Shades of Blue Whale #073249
Tints of Blue Whale #073249
RGB
CMYK
RGB Variations
Color information
#073249 (or 0x073249) is known color: Blue Whale. HEX triplet: 07, 32 and 49. RGB value is (7,50,73). Sum of RGB (Red+Green+Blue) = 7+50+73=130 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.38% from 130); Green value is 50 (19.92% from 255 or 38.46% from 130); Blue value is 73 (28.91% from 255 or 56.15% from 130); Max value from RGB is 73 - color contains mainly: blue. Hex color #073249 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073249 is #F8CDB6. Grayscale: #272727. Windows color (decimal): -16305591 or 4796935. OLE color: 4796935.
HSL color Cylindrical-coordinate representation of color #073249: hue angle of 200.91º 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 #073249 is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 50 | 73 | - |
| CMYK | 0.90 | 0.32 | 0 | 0.71 |
| HSL | 200.91º | 0.83% | 0.16% | - |
| HSV(B) | 200.91º | 0.9% | 0.29% | - |
| XYZ | 2.43 | 2.81 | 6.72 | - |
| YUV | 39.77 | 146.75 | 104.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 50 | 73 | 0.90 | 0.32 | 0 | 0.71 | 200.91 | 0.83 | 0.16 |
| Hex | 7 | 32 | 49 | 5A | 20 | 0 | 47 | C9 | 52 | 10 |
| Octal | 7 | 62 | 111 | 132 | 40 | 0 | 107 | 311 | 122 | 20 |
| Binary | 111 | 110010 | 1001001 | 1011010 | 100000 | 0 | 1000111 | 11001001 | 1010010 | 10000 |
Color Harmonies of #073249
Complementary color
Monochromatic Colors of #073249
Black with #073249
Text Example
Text Example
White with #073249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073249; }
p { color: rgb(7,50,73); }
H1.HeaderClassName
{
color: #073249;
}
.AnyTagClassName
{
color: #073249;
}
</style>
background-color css
<style>
a { background-color: #073249; }
a { background-color: rgb(7,50,73); }
div.DivClassName
{
background-color: #073249;
}
.BgClassName
{
background-color: #073249;
}
</style>
border-color css
<style>
span { border-color: #073249; }
span { border-color: rgb(7,50,73); }
td.TdClassName
{
border-color: #073249;
}
.TagClassName
{
border-color: #073249;
}
</style>