Shades of Blue Whale #073343
Tints of Blue Whale #073343
RGB
CMYK
RGB Variations
Color information
#073343 (or 0x073343) is known color: Blue Whale. HEX triplet: 07, 33 and 43. RGB value is (7,51,67). Sum of RGB (Red+Green+Blue) = 7+51+67=125 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.6% from 125); Green value is 51 (20.31% from 255 or 40.8% from 125); Blue value is 67 (26.56% from 255 or 53.6% from 125); Max value from RGB is 67 - color contains mainly: blue. Hex color #073343 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073343 is #F8CCBC. Grayscale: #272727. Windows color (decimal): -16305341 or 4403975. OLE color: 4403975.
HSL color Cylindrical-coordinate representation of color #073343: hue angle of 196º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #073343 is Cyan = 0.90, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 7 | 51 | 67 | - |
| CMYK | 0.90 | 0.24 | 0 | 0.74 |
| HSL | 196º | 0.81% | 0.15% | - |
| HSV(B) | 196º | 0.9% | 0.26% | - |
| XYZ | 2.28 | 2.82 | 5.73 | - |
| YUV | 39.67 | 143.42 | 104.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 51 | 67 | 0.90 | 0.24 | 0 | 0.74 | 196 | 0.81 | 0.15 |
| Hex | 7 | 33 | 43 | 5A | 18 | 0 | 4A | C4 | 51 | F |
| Octal | 7 | 63 | 103 | 132 | 30 | 0 | 112 | 304 | 121 | 17 |
| Binary | 111 | 110011 | 1000011 | 1011010 | 11000 | 0 | 1001010 | 11000100 | 1010001 | 1111 |
Color Harmonies of #073343
Complementary color
Monochromatic Colors of #073343
Black with #073343
Text Example
Text Example
White with #073343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073343; }
p { color: rgb(7,51,67); }
H1.HeaderClassName
{
color: #073343;
}
.AnyTagClassName
{
color: #073343;
}
</style>
background-color css
<style>
a { background-color: #073343; }
a { background-color: rgb(7,51,67); }
div.DivClassName
{
background-color: #073343;
}
.BgClassName
{
background-color: #073343;
}
</style>
border-color css
<style>
span { border-color: #073343; }
span { border-color: rgb(7,51,67); }
td.TdClassName
{
border-color: #073343;
}
.TagClassName
{
border-color: #073343;
}
</style>