Shades of Blue Whale #072E4D
Tints of Blue Whale #072E4D
RGB
CMYK
RGB Variations
Color information
#072E4D (or 0x072E4D) is known color: Blue Whale. HEX triplet: 07, 2E and 4D. RGB value is (7,46,77). Sum of RGB (Red+Green+Blue) = 7+46+77=130 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.38% from 130); Green value is 46 (18.36% from 255 or 35.38% from 130); Blue value is 77 (30.47% from 255 or 59.23% from 130); Max value from RGB is 77 - color contains mainly: blue. Hex color #072E4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072E4D is #F8D1B2. Grayscale: #252525. Windows color (decimal): -16306611 or 5058055. OLE color: 5058055.
HSL color Cylindrical-coordinate representation of color #072E4D: hue angle of 206.57º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #072E4D is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 7 | 46 | 77 | - |
| CMYK | 0.91 | 0.40 | 0 | 0.70 |
| HSL | 206.57º | 0.83% | 0.16% | - |
| HSV(B) | 206.57º | 0.91% | 0.3% | - |
| XYZ | 2.4 | 2.53 | 7.38 | - |
| YUV | 37.87 | 150.08 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 46 | 77 | 0.91 | 0.40 | 0 | 0.70 | 206.57 | 0.83 | 0.16 |
| Hex | 7 | 2E | 4D | 5B | 28 | 0 | 46 | CF | 53 | 10 |
| Octal | 7 | 56 | 115 | 133 | 50 | 0 | 106 | 317 | 123 | 20 |
| Binary | 111 | 101110 | 1001101 | 1011011 | 101000 | 0 | 1000110 | 11001111 | 1010011 | 10000 |
Color Harmonies of #072E4D
Complementary color
Monochromatic Colors of #072E4D
Black with #072E4D
Text Example
Text Example
White with #072E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072E4D; }
p { color: rgb(7,46,77); }
H1.HeaderClassName
{
color: #072E4D;
}
.AnyTagClassName
{
color: #072E4D;
}
</style>
background-color css
<style>
a { background-color: #072E4D; }
a { background-color: rgb(7,46,77); }
div.DivClassName
{
background-color: #072E4D;
}
.BgClassName
{
background-color: #072E4D;
}
</style>
border-color css
<style>
span { border-color: #072E4D; }
span { border-color: rgb(7,46,77); }
td.TdClassName
{
border-color: #072E4D;
}
.TagClassName
{
border-color: #072E4D;
}
</style>