Shades of Blue Whale #11364D
Tints of Blue Whale #11364D
RGB
CMYK
RGB Variations
Color information
#11364D (or 0x11364D) is known color: Blue Whale. HEX triplet: 11, 36 and 4D. RGB value is (17,54,77). Sum of RGB (Red+Green+Blue) = 17+54+77=148 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.49% from 148); Green value is 54 (21.48% from 255 or 36.49% from 148); Blue value is 77 (30.47% from 255 or 52.03% from 148); Max value from RGB is 77 - color contains mainly: blue. Hex color #11364D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11364D is #EEC9B2. Grayscale: #2D2D2D. Windows color (decimal): -15649203 or 5060113. OLE color: 5060113.
HSL color Cylindrical-coordinate representation of color #11364D: hue angle of 203º 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 #11364D is Cyan = 0.78, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 17 | 54 | 77 | - |
| CMYK | 0.78 | 0.30 | 0 | 0.70 |
| HSL | 203º | 0.64% | 0.18% | - |
| HSV(B) | 203º | 0.78% | 0.3% | - |
| XYZ | 2.89 | 3.29 | 7.5 | - |
| YUV | 45.56 | 145.74 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 54 | 77 | 0.78 | 0.30 | 0 | 0.70 | 203 | 0.64 | 0.18 |
| Hex | 11 | 36 | 4D | 4E | 1E | 0 | 46 | CB | 40 | 12 |
| Octal | 21 | 66 | 115 | 116 | 36 | 0 | 106 | 313 | 100 | 22 |
| Binary | 10001 | 110110 | 1001101 | 1001110 | 11110 | 0 | 1000110 | 11001011 | 1000000 | 10010 |
Color Harmonies of #11364D
Complementary color
Monochromatic Colors of #11364D
Black with #11364D
Text Example
Text Example
White with #11364D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11364D; }
p { color: rgb(17,54,77); }
H1.HeaderClassName
{
color: #11364D;
}
.AnyTagClassName
{
color: #11364D;
}
</style>
background-color css
<style>
a { background-color: #11364D; }
a { background-color: rgb(17,54,77); }
div.DivClassName
{
background-color: #11364D;
}
.BgClassName
{
background-color: #11364D;
}
</style>
border-color css
<style>
span { border-color: #11364D; }
span { border-color: rgb(17,54,77); }
td.TdClassName
{
border-color: #11364D;
}
.TagClassName
{
border-color: #11364D;
}
</style>