Shades of Blue Whale #072C41
Tints of Blue Whale #072C41
RGB
CMYK
RGB Variations
Color information
#072C41 (or 0x072C41) is known color: Blue Whale. HEX triplet: 07, 2C and 41. RGB value is (7,44,65). Sum of RGB (Red+Green+Blue) = 7+44+65=116 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.03% from 116); Green value is 44 (17.58% from 255 or 37.93% from 116); Blue value is 65 (25.78% from 255 or 56.03% from 116); Max value from RGB is 65 - color contains mainly: blue. Hex color #072C41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072C41 is #F8D3BE. Grayscale: #232323. Windows color (decimal): -16307135 or 4271111. OLE color: 4271111.
HSL color Cylindrical-coordinate representation of color #072C41: hue angle of 201.72º 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 #072C41 is Cyan = 0.89, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 7 | 44 | 65 | - |
| CMYK | 0.89 | 0.32 | 0 | 0.75 |
| HSL | 201.72º | 0.81% | 0.14% | - |
| HSV(B) | 201.72º | 0.89% | 0.25% | - |
| XYZ | 1.94 | 2.23 | 5.33 | - |
| YUV | 35.33 | 144.74 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 44 | 65 | 0.89 | 0.32 | 0 | 0.75 | 201.72 | 0.81 | 0.14 |
| Hex | 7 | 2C | 41 | 59 | 20 | 0 | 4B | CA | 51 | E |
| Octal | 7 | 54 | 101 | 131 | 40 | 0 | 113 | 312 | 121 | 16 |
| Binary | 111 | 101100 | 1000001 | 1011001 | 100000 | 0 | 1001011 | 11001010 | 1010001 | 1110 |
Color Harmonies of #072C41
Complementary color
Monochromatic Colors of #072C41
Black with #072C41
Text Example
Text Example
White with #072C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072C41; }
p { color: rgb(7,44,65); }
H1.HeaderClassName
{
color: #072C41;
}
.AnyTagClassName
{
color: #072C41;
}
</style>
background-color css
<style>
a { background-color: #072C41; }
a { background-color: rgb(7,44,65); }
div.DivClassName
{
background-color: #072C41;
}
.BgClassName
{
background-color: #072C41;
}
</style>
border-color css
<style>
span { border-color: #072C41; }
span { border-color: rgb(7,44,65); }
td.TdClassName
{
border-color: #072C41;
}
.TagClassName
{
border-color: #072C41;
}
</style>