Shades of Blue Whale #11304D
Tints of Blue Whale #11304D
RGB
CMYK
RGB Variations
Color information
#11304D (or 0x11304D) is known color: Blue Whale. HEX triplet: 11, 30 and 4D. RGB value is (17,48,77). Sum of RGB (Red+Green+Blue) = 17+48+77=142 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.97% from 142); Green value is 48 (19.14% from 255 or 33.80% from 142); Blue value is 77 (30.47% from 255 or 54.23% from 142); Max value from RGB is 77 - color contains mainly: blue. Hex color #11304D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11304D is #EECFB2. Grayscale: #292929. Windows color (decimal): -15650739 or 5058577. OLE color: 5058577.
HSL color Cylindrical-coordinate representation of color #11304D: hue angle of 209º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #11304D is Cyan = 0.78, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 17 | 48 | 77 | - |
| CMYK | 0.78 | 0.38 | 0 | 0.70 |
| HSL | 209º | 0.64% | 0.18% | - |
| HSV(B) | 209º | 0.78% | 0.3% | - |
| XYZ | 2.63 | 2.77 | 7.42 | - |
| YUV | 42.04 | 147.73 | 110.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 48 | 77 | 0.78 | 0.38 | 0 | 0.70 | 209 | 0.64 | 0.18 |
| Hex | 11 | 30 | 4D | 4E | 26 | 0 | 46 | D1 | 40 | 12 |
| Octal | 21 | 60 | 115 | 116 | 46 | 0 | 106 | 321 | 100 | 22 |
| Binary | 10001 | 110000 | 1001101 | 1001110 | 100110 | 0 | 1000110 | 11010001 | 1000000 | 10010 |
Color Harmonies of #11304D
Complementary color
Monochromatic Colors of #11304D
Black with #11304D
Text Example
Text Example
White with #11304D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11304D; }
p { color: rgb(17,48,77); }
H1.HeaderClassName
{
color: #11304D;
}
.AnyTagClassName
{
color: #11304D;
}
</style>
background-color css
<style>
a { background-color: #11304D; }
a { background-color: rgb(17,48,77); }
div.DivClassName
{
background-color: #11304D;
}
.BgClassName
{
background-color: #11304D;
}
</style>
border-color css
<style>
span { border-color: #11304D; }
span { border-color: rgb(17,48,77); }
td.TdClassName
{
border-color: #11304D;
}
.TagClassName
{
border-color: #11304D;
}
</style>