Shades of Blue Whale #11324F
Tints of Blue Whale #11324F
RGB
CMYK
RGB Variations
Color information
#11324F (or 0x11324F) is known color: Blue Whale. HEX triplet: 11, 32 and 4F. RGB value is (17,50,79). Sum of RGB (Red+Green+Blue) = 17+50+79=146 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.64% from 146); Green value is 50 (19.92% from 255 or 34.25% from 146); Blue value is 79 (31.25% from 255 or 54.11% from 146); Max value from RGB is 79 - color contains mainly: blue. Hex color #11324F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11324F is #EECDB0. Grayscale: #2B2B2B. Windows color (decimal): -15650225 or 5190161. OLE color: 5190161.
HSL color Cylindrical-coordinate representation of color #11324F: hue angle of 208.06º degrees, saturation: 0.65, 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 #11324F is Cyan = 0.78, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 17 | 50 | 79 | - |
| CMYK | 0.78 | 0.37 | 0 | 0.69 |
| HSL | 208.06º | 0.65% | 0.19% | - |
| HSV(B) | 208.06º | 0.78% | 0.31% | - |
| XYZ | 2.78 | 2.96 | 7.82 | - |
| YUV | 43.44 | 148.07 | 109.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 50 | 79 | 0.78 | 0.37 | 0 | 0.69 | 208.06 | 0.65 | 0.19 |
| Hex | 11 | 32 | 4F | 4E | 25 | 0 | 45 | D0 | 41 | 13 |
| Octal | 21 | 62 | 117 | 116 | 45 | 0 | 105 | 320 | 101 | 23 |
| Binary | 10001 | 110010 | 1001111 | 1001110 | 100101 | 0 | 1000101 | 11010000 | 1000001 | 10011 |
Color Harmonies of #11324F
Complementary color
Monochromatic Colors of #11324F
Black with #11324F
Text Example
Text Example
White with #11324F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11324F; }
p { color: rgb(17,50,79); }
H1.HeaderClassName
{
color: #11324F;
}
.AnyTagClassName
{
color: #11324F;
}
</style>
background-color css
<style>
a { background-color: #11324F; }
a { background-color: rgb(17,50,79); }
div.DivClassName
{
background-color: #11324F;
}
.BgClassName
{
background-color: #11324F;
}
</style>
border-color css
<style>
span { border-color: #11324F; }
span { border-color: rgb(17,50,79); }
td.TdClassName
{
border-color: #11324F;
}
.TagClassName
{
border-color: #11324F;
}
</style>