Shades of Blue Whale #072F46
Tints of Blue Whale #072F46
RGB
CMYK
RGB Variations
Color information
#072F46 (or 0x072F46) is known color: Blue Whale. HEX triplet: 07, 2F and 46. RGB value is (7,47,70). Sum of RGB (Red+Green+Blue) = 7+47+70=124 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.65% from 124); Green value is 47 (18.75% from 255 or 37.90% from 124); Blue value is 70 (27.73% from 255 or 56.45% from 124); Max value from RGB is 70 - color contains mainly: blue. Hex color #072F46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072F46 is #F8D0B9. Grayscale: #252525. Windows color (decimal): -16306362 or 4599559. OLE color: 4599559.
HSL color Cylindrical-coordinate representation of color #072F46: hue angle of 201.9º 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 #072F46 is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 7 | 47 | 70 | - |
| CMYK | 0.90 | 0.33 | 0 | 0.73 |
| HSL | 201.9º | 0.82% | 0.15% | - |
| HSV(B) | 201.9º | 0.9% | 0.27% | - |
| XYZ | 2.21 | 2.52 | 6.16 | - |
| YUV | 37.66 | 146.25 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 47 | 70 | 0.90 | 0.33 | 0 | 0.73 | 201.9 | 0.82 | 0.15 |
| Hex | 7 | 2F | 46 | 5A | 21 | 0 | 49 | CA | 52 | F |
| Octal | 7 | 57 | 106 | 132 | 41 | 0 | 111 | 312 | 122 | 17 |
| Binary | 111 | 101111 | 1000110 | 1011010 | 100001 | 0 | 1001001 | 11001010 | 1010010 | 1111 |
Color Harmonies of #072F46
Complementary color
Monochromatic Colors of #072F46
Black with #072F46
Text Example
Text Example
White with #072F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072F46; }
p { color: rgb(7,47,70); }
H1.HeaderClassName
{
color: #072F46;
}
.AnyTagClassName
{
color: #072F46;
}
</style>
background-color css
<style>
a { background-color: #072F46; }
a { background-color: rgb(7,47,70); }
div.DivClassName
{
background-color: #072F46;
}
.BgClassName
{
background-color: #072F46;
}
</style>
border-color css
<style>
span { border-color: #072F46; }
span { border-color: rgb(7,47,70); }
td.TdClassName
{
border-color: #072F46;
}
.TagClassName
{
border-color: #072F46;
}
</style>