Shades of Blue Whale #11324B
Tints of Blue Whale #11324B
RGB
CMYK
RGB Variations
Color information
#11324B (or 0x11324B) is known color: Blue Whale. HEX triplet: 11, 32 and 4B. RGB value is (17,50,75). Sum of RGB (Red+Green+Blue) = 17+50+75=142 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.97% from 142); Green value is 50 (19.92% from 255 or 35.21% from 142); Blue value is 75 (29.69% from 255 or 52.82% from 142); Max value from RGB is 75 - color contains mainly: blue. Hex color #11324B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11324B is #EECDB4. Grayscale: #2A2A2A. Windows color (decimal): -15650229 or 4928017. OLE color: 4928017.
HSL color Cylindrical-coordinate representation of color #11324B: hue angle of 205.86º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #11324B is Cyan = 0.77, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 17 | 50 | 75 | - |
| CMYK | 0.77 | 0.33 | 0 | 0.71 |
| HSL | 205.86º | 0.63% | 0.18% | - |
| HSV(B) | 205.86º | 0.77% | 0.29% | - |
| XYZ | 2.64 | 2.91 | 7.08 | - |
| YUV | 42.98 | 146.07 | 109.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 50 | 75 | 0.77 | 0.33 | 0 | 0.71 | 205.86 | 0.63 | 0.18 |
| Hex | 11 | 32 | 4B | 4D | 21 | 0 | 47 | CE | 3F | 12 |
| Octal | 21 | 62 | 113 | 115 | 41 | 0 | 107 | 316 | 77 | 22 |
| Binary | 10001 | 110010 | 1001011 | 1001101 | 100001 | 0 | 1000111 | 11001110 | 111111 | 10010 |
Color Harmonies of #11324B
Complementary color
Monochromatic Colors of #11324B
Black with #11324B
Text Example
Text Example
White with #11324B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11324B; }
p { color: rgb(17,50,75); }
H1.HeaderClassName
{
color: #11324B;
}
.AnyTagClassName
{
color: #11324B;
}
</style>
background-color css
<style>
a { background-color: #11324B; }
a { background-color: rgb(17,50,75); }
div.DivClassName
{
background-color: #11324B;
}
.BgClassName
{
background-color: #11324B;
}
</style>
border-color css
<style>
span { border-color: #11324B; }
span { border-color: rgb(17,50,75); }
td.TdClassName
{
border-color: #11324B;
}
.TagClassName
{
border-color: #11324B;
}
</style>