Shades of Blue Whale #072E45
Tints of Blue Whale #072E45
RGB
CMYK
RGB Variations
Color information
#072E45 (or 0x072E45) is known color: Blue Whale. HEX triplet: 07, 2E and 45. RGB value is (7,46,69). Sum of RGB (Red+Green+Blue) = 7+46+69=122 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.74% from 122); Green value is 46 (18.36% from 255 or 37.70% from 122); Blue value is 69 (27.34% from 255 or 56.56% from 122); Max value from RGB is 69 - color contains mainly: blue. Hex color #072E45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072E45 is #F8D1BA. Grayscale: #242424. Windows color (decimal): -16306619 or 4533767. OLE color: 4533767.
HSL color Cylindrical-coordinate representation of color #072E45: hue angle of 202.26º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #072E45 is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 7 | 46 | 69 | - |
| CMYK | 0.90 | 0.33 | 0 | 0.73 |
| HSL | 202.26º | 0.82% | 0.15% | - |
| HSV(B) | 202.26º | 0.9% | 0.27% | - |
| XYZ | 2.14 | 2.43 | 5.99 | - |
| YUV | 36.96 | 146.08 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 46 | 69 | 0.90 | 0.33 | 0 | 0.73 | 202.26 | 0.82 | 0.15 |
| Hex | 7 | 2E | 45 | 5A | 21 | 0 | 49 | CA | 52 | F |
| Octal | 7 | 56 | 105 | 132 | 41 | 0 | 111 | 312 | 122 | 17 |
| Binary | 111 | 101110 | 1000101 | 1011010 | 100001 | 0 | 1001001 | 11001010 | 1010010 | 1111 |
Color Harmonies of #072E45
Complementary color
Monochromatic Colors of #072E45
Black with #072E45
Text Example
Text Example
White with #072E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072E45; }
p { color: rgb(7,46,69); }
H1.HeaderClassName
{
color: #072E45;
}
.AnyTagClassName
{
color: #072E45;
}
</style>
background-color css
<style>
a { background-color: #072E45; }
a { background-color: rgb(7,46,69); }
div.DivClassName
{
background-color: #072E45;
}
.BgClassName
{
background-color: #072E45;
}
</style>
border-color css
<style>
span { border-color: #072E45; }
span { border-color: rgb(7,46,69); }
td.TdClassName
{
border-color: #072E45;
}
.TagClassName
{
border-color: #072E45;
}
</style>