Shades of Blue Whale #072E48
Tints of Blue Whale #072E48
RGB
CMYK
RGB Variations
Color information
#072E48 (or 0x072E48) is known color: Blue Whale. HEX triplet: 07, 2E and 48. RGB value is (7,46,72). Sum of RGB (Red+Green+Blue) = 7+46+72=125 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.6% from 125); Green value is 46 (18.36% from 255 or 36.8% from 125); Blue value is 72 (28.52% from 255 or 57.6% from 125); Max value from RGB is 72 - color contains mainly: blue. Hex color #072E48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072E48 is #F8D1B7. Grayscale: #252525. Windows color (decimal): -16306616 or 4730375. OLE color: 4730375.
HSL color Cylindrical-coordinate representation of color #072E48: hue angle of 204º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #072E48 is Cyan = 0.90, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 7 | 46 | 72 | - |
| CMYK | 0.90 | 0.36 | 0 | 0.72 |
| HSL | 204º | 0.82% | 0.15% | - |
| HSV(B) | 204º | 0.9% | 0.28% | - |
| XYZ | 2.23 | 2.47 | 6.49 | - |
| YUV | 37.3 | 147.58 | 106.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 46 | 72 | 0.90 | 0.36 | 0 | 0.72 | 204 | 0.82 | 0.15 |
| Hex | 7 | 2E | 48 | 5A | 24 | 0 | 48 | CC | 52 | F |
| Octal | 7 | 56 | 110 | 132 | 44 | 0 | 110 | 314 | 122 | 17 |
| Binary | 111 | 101110 | 1001000 | 1011010 | 100100 | 0 | 1001000 | 11001100 | 1010010 | 1111 |
Color Harmonies of #072E48
Complementary color
Monochromatic Colors of #072E48
Black with #072E48
Text Example
Text Example
White with #072E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072E48; }
p { color: rgb(7,46,72); }
H1.HeaderClassName
{
color: #072E48;
}
.AnyTagClassName
{
color: #072E48;
}
</style>
background-color css
<style>
a { background-color: #072E48; }
a { background-color: rgb(7,46,72); }
div.DivClassName
{
background-color: #072E48;
}
.BgClassName
{
background-color: #072E48;
}
</style>
border-color css
<style>
span { border-color: #072E48; }
span { border-color: rgb(7,46,72); }
td.TdClassName
{
border-color: #072E48;
}
.TagClassName
{
border-color: #072E48;
}
</style>