Shades of Blue Whale #073243
Tints of Blue Whale #073243
RGB
CMYK
RGB Variations
Color information
#073243 (or 0x073243) is known color: Blue Whale. HEX triplet: 07, 32 and 43. RGB value is (7,50,67). Sum of RGB (Red+Green+Blue) = 7+50+67=124 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.65% from 124); Green value is 50 (19.92% from 255 or 40.32% from 124); Blue value is 67 (26.56% from 255 or 54.03% from 124); Max value from RGB is 67 - color contains mainly: blue. Hex color #073243 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073243 is #F8CDBC. Grayscale: #262626. Windows color (decimal): -16305597 or 4403719. OLE color: 4403719.
HSL color Cylindrical-coordinate representation of color #073243: hue angle of 197º 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 #073243 is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 7 | 50 | 67 | - |
| CMYK | 0.90 | 0.25 | 0 | 0.74 |
| HSL | 197º | 0.81% | 0.15% | - |
| HSV(B) | 197º | 0.9% | 0.26% | - |
| XYZ | 2.24 | 2.73 | 5.72 | - |
| YUV | 39.08 | 143.75 | 105.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 50 | 67 | 0.90 | 0.25 | 0 | 0.74 | 197 | 0.81 | 0.15 |
| Hex | 7 | 32 | 43 | 5A | 19 | 0 | 4A | C5 | 51 | F |
| Octal | 7 | 62 | 103 | 132 | 31 | 0 | 112 | 305 | 121 | 17 |
| Binary | 111 | 110010 | 1000011 | 1011010 | 11001 | 0 | 1001010 | 11000101 | 1010001 | 1111 |
Color Harmonies of #073243
Complementary color
Monochromatic Colors of #073243
Black with #073243
Text Example
Text Example
White with #073243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073243; }
p { color: rgb(7,50,67); }
H1.HeaderClassName
{
color: #073243;
}
.AnyTagClassName
{
color: #073243;
}
</style>
background-color css
<style>
a { background-color: #073243; }
a { background-color: rgb(7,50,67); }
div.DivClassName
{
background-color: #073243;
}
.BgClassName
{
background-color: #073243;
}
</style>
border-color css
<style>
span { border-color: #073243; }
span { border-color: rgb(7,50,67); }
td.TdClassName
{
border-color: #073243;
}
.TagClassName
{
border-color: #073243;
}
</style>