Shades of Blue Whale #11394E
Tints of Blue Whale #11394E
RGB
CMYK
RGB Variations
Color information
#11394E (or 0x11394E) is known color: Blue Whale. HEX triplet: 11, 39 and 4E. RGB value is (17,57,78). Sum of RGB (Red+Green+Blue) = 17+57+78=152 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.18% from 152); Green value is 57 (22.66% from 255 or 37.5% from 152); Blue value is 78 (30.86% from 255 or 51.32% from 152); Max value from RGB is 78 - color contains mainly: blue. Hex color #11394E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11394E is #EEC6B1. Grayscale: #2F2F2F. Windows color (decimal): -15648434 or 5126417. OLE color: 5126417.
HSL color Cylindrical-coordinate representation of color #11394E: hue angle of 200.66º 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 #11394E is Cyan = 0.78, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 17 | 57 | 78 | - |
| CMYK | 0.78 | 0.27 | 0 | 0.69 |
| HSL | 200.66º | 0.64% | 0.19% | - |
| HSV(B) | 200.66º | 0.78% | 0.31% | - |
| XYZ | 3.07 | 3.6 | 7.74 | - |
| YUV | 47.43 | 145.25 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 57 | 78 | 0.78 | 0.27 | 0 | 0.69 | 200.66 | 0.64 | 0.19 |
| Hex | 11 | 39 | 4E | 4E | 1B | 0 | 45 | C9 | 40 | 13 |
| Octal | 21 | 71 | 116 | 116 | 33 | 0 | 105 | 311 | 100 | 23 |
| Binary | 10001 | 111001 | 1001110 | 1001110 | 11011 | 0 | 1000101 | 11001001 | 1000000 | 10011 |
Color Harmonies of #11394E
Complementary color
Monochromatic Colors of #11394E
Black with #11394E
Text Example
Text Example
White with #11394E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11394E; }
p { color: rgb(17,57,78); }
H1.HeaderClassName
{
color: #11394E;
}
.AnyTagClassName
{
color: #11394E;
}
</style>
background-color css
<style>
a { background-color: #11394E; }
a { background-color: rgb(17,57,78); }
div.DivClassName
{
background-color: #11394E;
}
.BgClassName
{
background-color: #11394E;
}
</style>
border-color css
<style>
span { border-color: #11394E; }
span { border-color: rgb(17,57,78); }
td.TdClassName
{
border-color: #11394E;
}
.TagClassName
{
border-color: #11394E;
}
</style>