Shades of Blue Whale #072D49
Tints of Blue Whale #072D49
RGB
CMYK
RGB Variations
Color information
#072D49 (or 0x072D49) is known color: Blue Whale. HEX triplet: 07, 2D and 49. RGB value is (7,45,73). Sum of RGB (Red+Green+Blue) = 7+45+73=125 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.6% from 125); Green value is 45 (17.97% from 255 or 36% from 125); Blue value is 73 (28.91% from 255 or 58.4% from 125); Max value from RGB is 73 - color contains mainly: blue. Hex color #072D49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072D49 is #F8D2B6. Grayscale: #242424. Windows color (decimal): -16306871 or 4795655. OLE color: 4795655.
HSL color Cylindrical-coordinate representation of color #072D49: hue angle of 205.45º 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 #072D49 is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 45 | 73 | - |
| CMYK | 0.90 | 0.38 | 0 | 0.71 |
| HSL | 205.45º | 0.83% | 0.16% | - |
| HSV(B) | 205.45º | 0.9% | 0.29% | - |
| XYZ | 2.23 | 2.4 | 6.65 | - |
| YUV | 36.83 | 148.41 | 106.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 45 | 73 | 0.90 | 0.38 | 0 | 0.71 | 205.45 | 0.83 | 0.16 |
| Hex | 7 | 2D | 49 | 5A | 26 | 0 | 47 | CD | 52 | 10 |
| Octal | 7 | 55 | 111 | 132 | 46 | 0 | 107 | 315 | 122 | 20 |
| Binary | 111 | 101101 | 1001001 | 1011010 | 100110 | 0 | 1000111 | 11001101 | 1010010 | 10000 |
Color Harmonies of #072D49
Complementary color
Monochromatic Colors of #072D49
Black with #072D49
Text Example
Text Example
White with #072D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072D49; }
p { color: rgb(7,45,73); }
H1.HeaderClassName
{
color: #072D49;
}
.AnyTagClassName
{
color: #072D49;
}
</style>
background-color css
<style>
a { background-color: #072D49; }
a { background-color: rgb(7,45,73); }
div.DivClassName
{
background-color: #072D49;
}
.BgClassName
{
background-color: #072D49;
}
</style>
border-color css
<style>
span { border-color: #072D49; }
span { border-color: rgb(7,45,73); }
td.TdClassName
{
border-color: #072D49;
}
.TagClassName
{
border-color: #072D49;
}
</style>