Shades of Blue Whale #073448
Tints of Blue Whale #073448
RGB
CMYK
RGB Variations
Color information
#073448 (or 0x073448) is known color: Blue Whale. HEX triplet: 07, 34 and 48. RGB value is (7,52,72). Sum of RGB (Red+Green+Blue) = 7+52+72=131 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.34% from 131); Green value is 52 (20.70% from 255 or 39.69% from 131); Blue value is 72 (28.52% from 255 or 54.96% from 131); Max value from RGB is 72 - color contains mainly: blue. Hex color #073448 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073448 is #F8CBB7. Grayscale: #282828. Windows color (decimal): -16305080 or 4731911. OLE color: 4731911.
HSL color Cylindrical-coordinate representation of color #073448: hue angle of 198.46º 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 #073448 is Cyan = 0.90, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 7 | 52 | 72 | - |
| CMYK | 0.90 | 0.28 | 0 | 0.72 |
| HSL | 198.46º | 0.82% | 0.15% | - |
| HSV(B) | 198.46º | 0.9% | 0.28% | - |
| XYZ | 2.49 | 2.97 | 6.57 | - |
| YUV | 40.83 | 145.59 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 52 | 72 | 0.90 | 0.28 | 0 | 0.72 | 198.46 | 0.82 | 0.15 |
| Hex | 7 | 34 | 48 | 5A | 1C | 0 | 48 | C6 | 52 | F |
| Octal | 7 | 64 | 110 | 132 | 34 | 0 | 110 | 306 | 122 | 17 |
| Binary | 111 | 110100 | 1001000 | 1011010 | 11100 | 0 | 1001000 | 11000110 | 1010010 | 1111 |
Color Harmonies of #073448
Complementary color
Monochromatic Colors of #073448
Black with #073448
Text Example
Text Example
White with #073448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073448; }
p { color: rgb(7,52,72); }
H1.HeaderClassName
{
color: #073448;
}
.AnyTagClassName
{
color: #073448;
}
</style>
background-color css
<style>
a { background-color: #073448; }
a { background-color: rgb(7,52,72); }
div.DivClassName
{
background-color: #073448;
}
.BgClassName
{
background-color: #073448;
}
</style>
border-color css
<style>
span { border-color: #073448; }
span { border-color: rgb(7,52,72); }
td.TdClassName
{
border-color: #073448;
}
.TagClassName
{
border-color: #073448;
}
</style>