Shades of Blue Whale #11314D
Tints of Blue Whale #11314D
RGB
CMYK
RGB Variations
Color information
#11314D (or 0x11314D) is known color: Blue Whale. HEX triplet: 11, 31 and 4D. RGB value is (17,49,77). Sum of RGB (Red+Green+Blue) = 17+49+77=143 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.89% from 143); Green value is 49 (19.53% from 255 or 34.27% from 143); Blue value is 77 (30.47% from 255 or 53.85% from 143); Max value from RGB is 77 - color contains mainly: blue. Hex color #11314D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11314D is #EECEB2. Grayscale: #2A2A2A. Windows color (decimal): -15650483 or 5058833. OLE color: 5058833.
HSL color Cylindrical-coordinate representation of color #11314D: hue angle of 208º 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 #11314D is Cyan = 0.78, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 17 | 49 | 77 | - |
| CMYK | 0.78 | 0.36 | 0 | 0.70 |
| HSL | 208º | 0.64% | 0.18% | - |
| HSV(B) | 208º | 0.78% | 0.3% | - |
| XYZ | 2.67 | 2.85 | 7.43 | - |
| YUV | 42.62 | 147.4 | 109.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 49 | 77 | 0.78 | 0.36 | 0 | 0.70 | 208 | 0.64 | 0.18 |
| Hex | 11 | 31 | 4D | 4E | 24 | 0 | 46 | D0 | 40 | 12 |
| Octal | 21 | 61 | 115 | 116 | 44 | 0 | 106 | 320 | 100 | 22 |
| Binary | 10001 | 110001 | 1001101 | 1001110 | 100100 | 0 | 1000110 | 11010000 | 1000000 | 10010 |
Color Harmonies of #11314D
Complementary color
Monochromatic Colors of #11314D
Black with #11314D
Text Example
Text Example
White with #11314D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11314D; }
p { color: rgb(17,49,77); }
H1.HeaderClassName
{
color: #11314D;
}
.AnyTagClassName
{
color: #11314D;
}
</style>
background-color css
<style>
a { background-color: #11314D; }
a { background-color: rgb(17,49,77); }
div.DivClassName
{
background-color: #11314D;
}
.BgClassName
{
background-color: #11314D;
}
</style>
border-color css
<style>
span { border-color: #11314D; }
span { border-color: rgb(17,49,77); }
td.TdClassName
{
border-color: #11314D;
}
.TagClassName
{
border-color: #11314D;
}
</style>