Shades of Blue Whale #072F47
Tints of Blue Whale #072F47
RGB
CMYK
RGB Variations
Color information
#072F47 (or 0x072F47) is known color: Blue Whale. HEX triplet: 07, 2F and 47. RGB value is (7,47,71). Sum of RGB (Red+Green+Blue) = 7+47+71=125 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.6% from 125); Green value is 47 (18.75% from 255 or 37.6% from 125); Blue value is 71 (28.12% from 255 or 56.8% from 125); Max value from RGB is 71 - color contains mainly: blue. Hex color #072F47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072F47 is #F8D0B8. Grayscale: #252525. Windows color (decimal): -16306361 or 4665095. OLE color: 4665095.
HSL color Cylindrical-coordinate representation of color #072F47: hue angle of 202.5º 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 #072F47 is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 7 | 47 | 71 | - |
| CMYK | 0.90 | 0.34 | 0 | 0.72 |
| HSL | 202.5º | 0.82% | 0.15% | - |
| HSV(B) | 202.5º | 0.9% | 0.28% | - |
| XYZ | 2.24 | 2.53 | 6.33 | - |
| YUV | 37.78 | 146.75 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 47 | 71 | 0.90 | 0.34 | 0 | 0.72 | 202.5 | 0.82 | 0.15 |
| Hex | 7 | 2F | 47 | 5A | 22 | 0 | 48 | CA | 52 | F |
| Octal | 7 | 57 | 107 | 132 | 42 | 0 | 110 | 312 | 122 | 17 |
| Binary | 111 | 101111 | 1000111 | 1011010 | 100010 | 0 | 1001000 | 11001010 | 1010010 | 1111 |
Color Harmonies of #072F47
Complementary color
Monochromatic Colors of #072F47
Black with #072F47
Text Example
Text Example
White with #072F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072F47; }
p { color: rgb(7,47,71); }
H1.HeaderClassName
{
color: #072F47;
}
.AnyTagClassName
{
color: #072F47;
}
</style>
background-color css
<style>
a { background-color: #072F47; }
a { background-color: rgb(7,47,71); }
div.DivClassName
{
background-color: #072F47;
}
.BgClassName
{
background-color: #072F47;
}
</style>
border-color css
<style>
span { border-color: #072F47; }
span { border-color: rgb(7,47,71); }
td.TdClassName
{
border-color: #072F47;
}
.TagClassName
{
border-color: #072F47;
}
</style>