Shades of Blue Whale #072A49
Tints of Blue Whale #072A49
RGB
CMYK
RGB Variations
Color information
#072A49 (or 0x072A49) is known color: Blue Whale. HEX triplet: 07, 2A and 49. RGB value is (7,42,73). Sum of RGB (Red+Green+Blue) = 7+42+73=122 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.74% from 122); Green value is 42 (16.80% from 255 or 34.43% from 122); Blue value is 73 (28.91% from 255 or 59.84% from 122); Max value from RGB is 73 - color contains mainly: blue. Hex color #072A49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072A49 is #F8D5B6. Grayscale: #222222. Windows color (decimal): -16307639 or 4794887. OLE color: 4794887.
HSL color Cylindrical-coordinate representation of color #072A49: hue angle of 208.18º 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 #072A49 is Cyan = 0.90, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 42 | 73 | - |
| CMYK | 0.90 | 0.42 | 0 | 0.71 |
| HSL | 208.18º | 0.83% | 0.16% | - |
| HSV(B) | 208.18º | 0.9% | 0.29% | - |
| XYZ | 2.12 | 2.18 | 6.61 | - |
| YUV | 35.07 | 149.4 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 42 | 73 | 0.90 | 0.42 | 0 | 0.71 | 208.18 | 0.83 | 0.16 |
| Hex | 7 | 2A | 49 | 5A | 2A | 0 | 47 | D0 | 52 | 10 |
| Octal | 7 | 52 | 111 | 132 | 52 | 0 | 107 | 320 | 122 | 20 |
| Binary | 111 | 101010 | 1001001 | 1011010 | 101010 | 0 | 1000111 | 11010000 | 1010010 | 10000 |
Color Harmonies of #072A49
Complementary color
Monochromatic Colors of #072A49
Black with #072A49
Text Example
Text Example
White with #072A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072A49; }
p { color: rgb(7,42,73); }
H1.HeaderClassName
{
color: #072A49;
}
.AnyTagClassName
{
color: #072A49;
}
</style>
background-color css
<style>
a { background-color: #072A49; }
a { background-color: rgb(7,42,73); }
div.DivClassName
{
background-color: #072A49;
}
.BgClassName
{
background-color: #072A49;
}
</style>
border-color css
<style>
span { border-color: #072A49; }
span { border-color: rgb(7,42,73); }
td.TdClassName
{
border-color: #072A49;
}
.TagClassName
{
border-color: #072A49;
}
</style>