Shades of Blue Whale #072F41
Tints of Blue Whale #072F41
RGB
CMYK
RGB Variations
Color information
#072F41 (or 0x072F41) is known color: Blue Whale. HEX triplet: 07, 2F and 41. RGB value is (7,47,65). Sum of RGB (Red+Green+Blue) = 7+47+65=119 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.88% from 119); Green value is 47 (18.75% from 255 or 39.50% from 119); Blue value is 65 (25.78% from 255 or 54.62% from 119); Max value from RGB is 65 - color contains mainly: blue. Hex color #072F41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072F41 is #F8D0BE. Grayscale: #242424. Windows color (decimal): -16306367 or 4271879. OLE color: 4271879.
HSL color Cylindrical-coordinate representation of color #072F41: hue angle of 198.62º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #072F41 is Cyan = 0.89, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 7 | 47 | 65 | - |
| CMYK | 0.89 | 0.28 | 0 | 0.75 |
| HSL | 198.62º | 0.81% | 0.14% | - |
| HSV(B) | 198.62º | 0.89% | 0.25% | - |
| XYZ | 2.06 | 2.46 | 5.37 | - |
| YUV | 37.09 | 143.75 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 47 | 65 | 0.89 | 0.28 | 0 | 0.75 | 198.62 | 0.81 | 0.14 |
| Hex | 7 | 2F | 41 | 59 | 1C | 0 | 4B | C7 | 51 | E |
| Octal | 7 | 57 | 101 | 131 | 34 | 0 | 113 | 307 | 121 | 16 |
| Binary | 111 | 101111 | 1000001 | 1011001 | 11100 | 0 | 1001011 | 11000111 | 1010001 | 1110 |
Color Harmonies of #072F41
Complementary color
Monochromatic Colors of #072F41
Black with #072F41
Text Example
Text Example
White with #072F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072F41; }
p { color: rgb(7,47,65); }
H1.HeaderClassName
{
color: #072F41;
}
.AnyTagClassName
{
color: #072F41;
}
</style>
background-color css
<style>
a { background-color: #072F41; }
a { background-color: rgb(7,47,65); }
div.DivClassName
{
background-color: #072F41;
}
.BgClassName
{
background-color: #072F41;
}
</style>
border-color css
<style>
span { border-color: #072F41; }
span { border-color: rgb(7,47,65); }
td.TdClassName
{
border-color: #072F41;
}
.TagClassName
{
border-color: #072F41;
}
</style>