Shades of Blue Whale #072B47
Tints of Blue Whale #072B47
RGB
CMYK
RGB Variations
Color information
#072B47 (or 0x072B47) is known color: Blue Whale. HEX triplet: 07, 2B and 47. RGB value is (7,43,71). Sum of RGB (Red+Green+Blue) = 7+43+71=121 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.79% from 121); Green value is 43 (17.19% from 255 or 35.54% from 121); Blue value is 71 (28.12% from 255 or 58.68% from 121); Max value from RGB is 71 - color contains mainly: blue. Hex color #072B47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072B47 is #F8D4B8. Grayscale: #232323. Windows color (decimal): -16307385 or 4664071. OLE color: 4664071.
HSL color Cylindrical-coordinate representation of color #072B47: hue angle of 206.25º 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 #072B47 is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 7 | 43 | 71 | - |
| CMYK | 0.90 | 0.39 | 0 | 0.72 |
| HSL | 206.25º | 0.82% | 0.15% | - |
| HSV(B) | 206.25º | 0.9% | 0.28% | - |
| XYZ | 2.09 | 2.23 | 6.28 | - |
| YUV | 35.43 | 148.07 | 107.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 43 | 71 | 0.90 | 0.39 | 0 | 0.72 | 206.25 | 0.82 | 0.15 |
| Hex | 7 | 2B | 47 | 5A | 27 | 0 | 48 | CE | 52 | F |
| Octal | 7 | 53 | 107 | 132 | 47 | 0 | 110 | 316 | 122 | 17 |
| Binary | 111 | 101011 | 1000111 | 1011010 | 100111 | 0 | 1001000 | 11001110 | 1010010 | 1111 |
Color Harmonies of #072B47
Complementary color
Monochromatic Colors of #072B47
Black with #072B47
Text Example
Text Example
White with #072B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072B47; }
p { color: rgb(7,43,71); }
H1.HeaderClassName
{
color: #072B47;
}
.AnyTagClassName
{
color: #072B47;
}
</style>
background-color css
<style>
a { background-color: #072B47; }
a { background-color: rgb(7,43,71); }
div.DivClassName
{
background-color: #072B47;
}
.BgClassName
{
background-color: #072B47;
}
</style>
border-color css
<style>
span { border-color: #072B47; }
span { border-color: rgb(7,43,71); }
td.TdClassName
{
border-color: #072B47;
}
.TagClassName
{
border-color: #072B47;
}
</style>