Shades of Blue Whale #11314B
Tints of Blue Whale #11314B
RGB
CMYK
RGB Variations
Color information
#11314B (or 0x11314B) is known color: Blue Whale. HEX triplet: 11, 31 and 4B. RGB value is (17,49,75). Sum of RGB (Red+Green+Blue) = 17+49+75=141 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.06% from 141); Green value is 49 (19.53% from 255 or 34.75% from 141); Blue value is 75 (29.69% from 255 or 53.19% from 141); Max value from RGB is 75 - color contains mainly: blue. Hex color #11314B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11314B is #EECEB4. Grayscale: #2A2A2A. Windows color (decimal): -15650485 or 4927761. OLE color: 4927761.
HSL color Cylindrical-coordinate representation of color #11314B: hue angle of 206.9º 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 #11314B is Cyan = 0.77, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 17 | 49 | 75 | - |
| CMYK | 0.77 | 0.35 | 0 | 0.71 |
| HSL | 206.9º | 0.63% | 0.18% | - |
| HSV(B) | 206.9º | 0.77% | 0.29% | - |
| XYZ | 2.6 | 2.82 | 7.06 | - |
| YUV | 42.4 | 146.4 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 49 | 75 | 0.77 | 0.35 | 0 | 0.71 | 206.9 | 0.63 | 0.18 |
| Hex | 11 | 31 | 4B | 4D | 23 | 0 | 47 | CF | 3F | 12 |
| Octal | 21 | 61 | 113 | 115 | 43 | 0 | 107 | 317 | 77 | 22 |
| Binary | 10001 | 110001 | 1001011 | 1001101 | 100011 | 0 | 1000111 | 11001111 | 111111 | 10010 |
Color Harmonies of #11314B
Complementary color
Monochromatic Colors of #11314B
Black with #11314B
Text Example
Text Example
White with #11314B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11314B; }
p { color: rgb(17,49,75); }
H1.HeaderClassName
{
color: #11314B;
}
.AnyTagClassName
{
color: #11314B;
}
</style>
background-color css
<style>
a { background-color: #11314B; }
a { background-color: rgb(17,49,75); }
div.DivClassName
{
background-color: #11314B;
}
.BgClassName
{
background-color: #11314B;
}
</style>
border-color css
<style>
span { border-color: #11314B; }
span { border-color: rgb(17,49,75); }
td.TdClassName
{
border-color: #11314B;
}
.TagClassName
{
border-color: #11314B;
}
</style>