Shades of Blue Whale #11324E
Tints of Blue Whale #11324E
RGB
CMYK
RGB Variations
Color information
#11324E (or 0x11324E) is known color: Blue Whale. HEX triplet: 11, 32 and 4E. RGB value is (17,50,78). Sum of RGB (Red+Green+Blue) = 17+50+78=145 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.72% from 145); Green value is 50 (19.92% from 255 or 34.48% from 145); Blue value is 78 (30.86% from 255 or 53.79% from 145); Max value from RGB is 78 - color contains mainly: blue. Hex color #11324E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11324E is #EECDB1. Grayscale: #2B2B2B. Windows color (decimal): -15650226 or 5124625. OLE color: 5124625.
HSL color Cylindrical-coordinate representation of color #11324E: hue angle of 207.54º 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 #11324E is Cyan = 0.78, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 17 | 50 | 78 | - |
| CMYK | 0.78 | 0.36 | 0 | 0.69 |
| HSL | 207.54º | 0.64% | 0.19% | - |
| HSV(B) | 207.54º | 0.78% | 0.31% | - |
| XYZ | 2.75 | 2.95 | 7.63 | - |
| YUV | 43.33 | 147.57 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 50 | 78 | 0.78 | 0.36 | 0 | 0.69 | 207.54 | 0.64 | 0.19 |
| Hex | 11 | 32 | 4E | 4E | 24 | 0 | 45 | D0 | 40 | 13 |
| Octal | 21 | 62 | 116 | 116 | 44 | 0 | 105 | 320 | 100 | 23 |
| Binary | 10001 | 110010 | 1001110 | 1001110 | 100100 | 0 | 1000101 | 11010000 | 1000000 | 10011 |
Color Harmonies of #11324E
Complementary color
Monochromatic Colors of #11324E
Black with #11324E
Text Example
Text Example
White with #11324E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11324E; }
p { color: rgb(17,50,78); }
H1.HeaderClassName
{
color: #11324E;
}
.AnyTagClassName
{
color: #11324E;
}
</style>
background-color css
<style>
a { background-color: #11324E; }
a { background-color: rgb(17,50,78); }
div.DivClassName
{
background-color: #11324E;
}
.BgClassName
{
background-color: #11324E;
}
</style>
border-color css
<style>
span { border-color: #11324E; }
span { border-color: rgb(17,50,78); }
td.TdClassName
{
border-color: #11324E;
}
.TagClassName
{
border-color: #11324E;
}
</style>