Shades of Blue Whale #11384D
Tints of Blue Whale #11384D
RGB
CMYK
RGB Variations
Color information
#11384D (or 0x11384D) is known color: Blue Whale. HEX triplet: 11, 38 and 4D. RGB value is (17,56,77). Sum of RGB (Red+Green+Blue) = 17+56+77=150 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.33% from 150); Green value is 56 (22.27% from 255 or 37.33% from 150); Blue value is 77 (30.47% from 255 or 51.33% from 150); Max value from RGB is 77 - color contains mainly: blue. Hex color #11384D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11384D is #EEC7B2. Grayscale: #2E2E2E. Windows color (decimal): -15648691 or 5060625. OLE color: 5060625.
HSL color Cylindrical-coordinate representation of color #11384D: hue angle of 201º 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 #11384D is Cyan = 0.78, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 17 | 56 | 77 | - |
| CMYK | 0.78 | 0.27 | 0 | 0.70 |
| HSL | 201º | 0.64% | 0.18% | - |
| HSV(B) | 201º | 0.78% | 0.3% | - |
| XYZ | 2.98 | 3.48 | 7.54 | - |
| YUV | 46.73 | 145.08 | 106.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 56 | 77 | 0.78 | 0.27 | 0 | 0.70 | 201 | 0.64 | 0.18 |
| Hex | 11 | 38 | 4D | 4E | 1B | 0 | 46 | C9 | 40 | 12 |
| Octal | 21 | 70 | 115 | 116 | 33 | 0 | 106 | 311 | 100 | 22 |
| Binary | 10001 | 111000 | 1001101 | 1001110 | 11011 | 0 | 1000110 | 11001001 | 1000000 | 10010 |
Color Harmonies of #11384D
Complementary color
Monochromatic Colors of #11384D
Black with #11384D
Text Example
Text Example
White with #11384D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11384D; }
p { color: rgb(17,56,77); }
H1.HeaderClassName
{
color: #11384D;
}
.AnyTagClassName
{
color: #11384D;
}
</style>
background-color css
<style>
a { background-color: #11384D; }
a { background-color: rgb(17,56,77); }
div.DivClassName
{
background-color: #11384D;
}
.BgClassName
{
background-color: #11384D;
}
</style>
border-color css
<style>
span { border-color: #11384D; }
span { border-color: rgb(17,56,77); }
td.TdClassName
{
border-color: #11384D;
}
.TagClassName
{
border-color: #11384D;
}
</style>