Shades of Blue Whale #07314C
Tints of Blue Whale #07314C
RGB
CMYK
RGB Variations
Color information
#07314C (or 0x07314C) is known color: Blue Whale. HEX triplet: 07, 31 and 4C. RGB value is (7,49,76). Sum of RGB (Red+Green+Blue) = 7+49+76=132 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.30% from 132); Green value is 49 (19.53% from 255 or 37.12% from 132); Blue value is 76 (30.08% from 255 or 57.58% from 132); Max value from RGB is 76 - color contains mainly: blue. Hex color #07314C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07314C is #F8CEB3. Grayscale: #272727. Windows color (decimal): -16305844 or 4993287. OLE color: 4993287.
HSL color Cylindrical-coordinate representation of color #07314C: hue angle of 203.48º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07314C is Cyan = 0.91, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 7 | 49 | 76 | - |
| CMYK | 0.91 | 0.36 | 0 | 0.70 |
| HSL | 203.48º | 0.83% | 0.16% | - |
| HSV(B) | 203.48º | 0.91% | 0.3% | - |
| XYZ | 2.49 | 2.76 | 7.24 | - |
| YUV | 39.52 | 148.59 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 49 | 76 | 0.91 | 0.36 | 0 | 0.70 | 203.48 | 0.83 | 0.16 |
| Hex | 7 | 31 | 4C | 5B | 24 | 0 | 46 | CB | 53 | 10 |
| Octal | 7 | 61 | 114 | 133 | 44 | 0 | 106 | 313 | 123 | 20 |
| Binary | 111 | 110001 | 1001100 | 1011011 | 100100 | 0 | 1000110 | 11001011 | 1010011 | 10000 |
Color Harmonies of #07314C
Complementary color
Monochromatic Colors of #07314C
Black with #07314C
Text Example
Text Example
White with #07314C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07314C; }
p { color: rgb(7,49,76); }
H1.HeaderClassName
{
color: #07314C;
}
.AnyTagClassName
{
color: #07314C;
}
</style>
background-color css
<style>
a { background-color: #07314C; }
a { background-color: rgb(7,49,76); }
div.DivClassName
{
background-color: #07314C;
}
.BgClassName
{
background-color: #07314C;
}
</style>
border-color css
<style>
span { border-color: #07314C; }
span { border-color: rgb(7,49,76); }
td.TdClassName
{
border-color: #07314C;
}
.TagClassName
{
border-color: #07314C;
}
</style>