Shades of Blue Whale #07294B
Tints of Blue Whale #07294B
RGB
CMYK
RGB Variations
Color information
#07294B (or 0x07294B) is known color: Blue Whale. HEX triplet: 07, 29 and 4B. RGB value is (7,41,75). Sum of RGB (Red+Green+Blue) = 7+41+75=123 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.69% from 123); Green value is 41 (16.41% from 255 or 33.33% from 123); Blue value is 75 (29.69% from 255 or 60.98% from 123); Max value from RGB is 75 - color contains mainly: blue. Hex color #07294B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07294B is #F8D6B4. Grayscale: #222222. Windows color (decimal): -16307893 or 4925703. OLE color: 4925703.
HSL color Cylindrical-coordinate representation of color #07294B: hue angle of 210º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07294B is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 41 | 75 | - |
| CMYK | 0.91 | 0.45 | 0 | 0.71 |
| HSL | 210º | 0.83% | 0.16% | - |
| HSV(B) | 210º | 0.91% | 0.29% | - |
| XYZ | 2.15 | 2.14 | 6.96 | - |
| YUV | 34.71 | 150.74 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 41 | 75 | 0.91 | 0.45 | 0 | 0.71 | 210 | 0.83 | 0.16 |
| Hex | 7 | 29 | 4B | 5B | 2D | 0 | 47 | D2 | 53 | 10 |
| Octal | 7 | 51 | 113 | 133 | 55 | 0 | 107 | 322 | 123 | 20 |
| Binary | 111 | 101001 | 1001011 | 1011011 | 101101 | 0 | 1000111 | 11010010 | 1010011 | 10000 |
Color Harmonies of #07294B
Complementary color
Monochromatic Colors of #07294B
Black with #07294B
Text Example
Text Example
White with #07294B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07294B; }
p { color: rgb(7,41,75); }
H1.HeaderClassName
{
color: #07294B;
}
.AnyTagClassName
{
color: #07294B;
}
</style>
background-color css
<style>
a { background-color: #07294B; }
a { background-color: rgb(7,41,75); }
div.DivClassName
{
background-color: #07294B;
}
.BgClassName
{
background-color: #07294B;
}
</style>
border-color css
<style>
span { border-color: #07294B; }
span { border-color: rgb(7,41,75); }
td.TdClassName
{
border-color: #07294B;
}
.TagClassName
{
border-color: #07294B;
}
</style>