Shades of Blue Whale #11314E
Tints of Blue Whale #11314E
RGB
CMYK
RGB Variations
Color information
#11314E (or 0x11314E) is known color: Blue Whale. HEX triplet: 11, 31 and 4E. RGB value is (17,49,78). Sum of RGB (Red+Green+Blue) = 17+49+78=144 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.81% from 144); Green value is 49 (19.53% from 255 or 34.03% from 144); Blue value is 78 (30.86% from 255 or 54.17% from 144); Max value from RGB is 78 - color contains mainly: blue. Hex color #11314E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11314E is #EECEB1. Grayscale: #2A2A2A. Windows color (decimal): -15650482 or 5124369. OLE color: 5124369.
HSL color Cylindrical-coordinate representation of color #11314E: hue angle of 208.52º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #11314E is Cyan = 0.78, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 17 | 49 | 78 | - |
| CMYK | 0.78 | 0.37 | 0 | 0.69 |
| HSL | 208.52º | 0.64% | 0.19% | - |
| HSV(B) | 208.52º | 0.78% | 0.31% | - |
| XYZ | 2.7 | 2.87 | 7.62 | - |
| YUV | 42.74 | 147.9 | 109.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 49 | 78 | 0.78 | 0.37 | 0 | 0.69 | 208.52 | 0.64 | 0.19 |
| Hex | 11 | 31 | 4E | 4E | 25 | 0 | 45 | D1 | 40 | 13 |
| Octal | 21 | 61 | 116 | 116 | 45 | 0 | 105 | 321 | 100 | 23 |
| Binary | 10001 | 110001 | 1001110 | 1001110 | 100101 | 0 | 1000101 | 11010001 | 1000000 | 10011 |
Color Harmonies of #11314E
Complementary color
Monochromatic Colors of #11314E
Black with #11314E
Text Example
Text Example
White with #11314E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11314E; }
p { color: rgb(17,49,78); }
H1.HeaderClassName
{
color: #11314E;
}
.AnyTagClassName
{
color: #11314E;
}
</style>
background-color css
<style>
a { background-color: #11314E; }
a { background-color: rgb(17,49,78); }
div.DivClassName
{
background-color: #11314E;
}
.BgClassName
{
background-color: #11314E;
}
</style>
border-color css
<style>
span { border-color: #11314E; }
span { border-color: rgb(17,49,78); }
td.TdClassName
{
border-color: #11314E;
}
.TagClassName
{
border-color: #11314E;
}
</style>