Shades of Blue Whale #11323E
Tints of Blue Whale #11323E
RGB
CMYK
RGB Variations
Color information
#11323E (or 0x11323E) is known color: Blue Whale. HEX triplet: 11, 32 and 3E. RGB value is (17,50,62). Sum of RGB (Red+Green+Blue) = 17+50+62=129 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.18% from 129); Green value is 50 (19.92% from 255 or 38.76% from 129); Blue value is 62 (24.61% from 255 or 48.06% from 129); Max value from RGB is 62 - color contains mainly: blue. Hex color #11323E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11323E is #EECDC1. Grayscale: #292929. Windows color (decimal): -15650242 or 4076049. OLE color: 4076049.
HSL color Cylindrical-coordinate representation of color #11323E: hue angle of 196º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #11323E is Cyan = 0.73, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 17 | 50 | 62 | - |
| CMYK | 0.73 | 0.19 | 0 | 0.76 |
| HSL | 196º | 0.57% | 0.15% | - |
| HSV(B) | 196º | 0.73% | 0.24% | - |
| XYZ | 2.24 | 2.75 | 4.97 | - |
| YUV | 41.5 | 139.57 | 110.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 50 | 62 | 0.73 | 0.19 | 0 | 0.76 | 196 | 0.57 | 0.15 |
| Hex | 11 | 32 | 3E | 49 | 13 | 0 | 4C | C4 | 39 | F |
| Octal | 21 | 62 | 76 | 111 | 23 | 0 | 114 | 304 | 71 | 17 |
| Binary | 10001 | 110010 | 111110 | 1001001 | 10011 | 0 | 1001100 | 11000100 | 111001 | 1111 |
Color Harmonies of #11323E
Complementary color
Monochromatic Colors of #11323E
Black with #11323E
Text Example
Text Example
White with #11323E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11323E; }
p { color: rgb(17,50,62); }
H1.HeaderClassName
{
color: #11323E;
}
.AnyTagClassName
{
color: #11323E;
}
</style>
background-color css
<style>
a { background-color: #11323E; }
a { background-color: rgb(17,50,62); }
div.DivClassName
{
background-color: #11323E;
}
.BgClassName
{
background-color: #11323E;
}
</style>
border-color css
<style>
span { border-color: #11323E; }
span { border-color: rgb(17,50,62); }
td.TdClassName
{
border-color: #11323E;
}
.TagClassName
{
border-color: #11323E;
}
</style>