Shades of Blue Whale #113447
Tints of Blue Whale #113447
RGB
CMYK
RGB Variations
Color information
#113447 (or 0x113447) is known color: Blue Whale. HEX triplet: 11, 34 and 47. RGB value is (17,52,71). Sum of RGB (Red+Green+Blue) = 17+52+71=140 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.14% from 140); Green value is 52 (20.70% from 255 or 37.14% from 140); Blue value is 71 (28.12% from 255 or 50.71% from 140); Max value from RGB is 71 - color contains mainly: blue. Hex color #113447 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113447 is #EECBB8. Grayscale: #2B2B2B. Windows color (decimal): -15649721 or 4666385. OLE color: 4666385.
HSL color Cylindrical-coordinate representation of color #113447: hue angle of 201.11º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #113447 is Cyan = 0.76, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 17 | 52 | 71 | - |
| CMYK | 0.76 | 0.27 | 0 | 0.72 |
| HSL | 201.11º | 0.61% | 0.17% | - |
| HSV(B) | 201.11º | 0.76% | 0.28% | - |
| XYZ | 2.6 | 3.03 | 6.41 | - |
| YUV | 43.7 | 143.4 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 52 | 71 | 0.76 | 0.27 | 0 | 0.72 | 201.11 | 0.61 | 0.17 |
| Hex | 11 | 34 | 47 | 4C | 1B | 0 | 48 | C9 | 3D | 11 |
| Octal | 21 | 64 | 107 | 114 | 33 | 0 | 110 | 311 | 75 | 21 |
| Binary | 10001 | 110100 | 1000111 | 1001100 | 11011 | 0 | 1001000 | 11001001 | 111101 | 10001 |
Color Harmonies of #113447
Complementary color
Monochromatic Colors of #113447
Black with #113447
Text Example
Text Example
White with #113447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113447; }
p { color: rgb(17,52,71); }
H1.HeaderClassName
{
color: #113447;
}
.AnyTagClassName
{
color: #113447;
}
</style>
background-color css
<style>
a { background-color: #113447; }
a { background-color: rgb(17,52,71); }
div.DivClassName
{
background-color: #113447;
}
.BgClassName
{
background-color: #113447;
}
</style>
border-color css
<style>
span { border-color: #113447; }
span { border-color: rgb(17,52,71); }
td.TdClassName
{
border-color: #113447;
}
.TagClassName
{
border-color: #113447;
}
</style>