Shades of Blue Whale #113247
Tints of Blue Whale #113247
RGB
CMYK
RGB Variations
Color information
#113247 (or 0x113247) is known color: Blue Whale. HEX triplet: 11, 32 and 47. RGB value is (17,50,71). Sum of RGB (Red+Green+Blue) = 17+50+71=138 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.32% from 138); Green value is 50 (19.92% from 255 or 36.23% from 138); Blue value is 71 (28.12% from 255 or 51.45% from 138); Max value from RGB is 71 - color contains mainly: blue. Hex color #113247 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113247 is #EECDB8. Grayscale: #2A2A2A. Windows color (decimal): -15650233 or 4665873. OLE color: 4665873.
HSL color Cylindrical-coordinate representation of color #113247: hue angle of 203.33º 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 #113247 is Cyan = 0.76, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 17 | 50 | 71 | - |
| CMYK | 0.76 | 0.30 | 0 | 0.72 |
| HSL | 203.33º | 0.61% | 0.17% | - |
| HSV(B) | 203.33º | 0.76% | 0.28% | - |
| XYZ | 2.51 | 2.86 | 6.38 | - |
| YUV | 42.53 | 144.07 | 109.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 50 | 71 | 0.76 | 0.30 | 0 | 0.72 | 203.33 | 0.61 | 0.17 |
| Hex | 11 | 32 | 47 | 4C | 1E | 0 | 48 | CB | 3D | 11 |
| Octal | 21 | 62 | 107 | 114 | 36 | 0 | 110 | 313 | 75 | 21 |
| Binary | 10001 | 110010 | 1000111 | 1001100 | 11110 | 0 | 1001000 | 11001011 | 111101 | 10001 |
Color Harmonies of #113247
Complementary color
Monochromatic Colors of #113247
Black with #113247
Text Example
Text Example
White with #113247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113247; }
p { color: rgb(17,50,71); }
H1.HeaderClassName
{
color: #113247;
}
.AnyTagClassName
{
color: #113247;
}
</style>
background-color css
<style>
a { background-color: #113247; }
a { background-color: rgb(17,50,71); }
div.DivClassName
{
background-color: #113247;
}
.BgClassName
{
background-color: #113247;
}
</style>
border-color css
<style>
span { border-color: #113247; }
span { border-color: rgb(17,50,71); }
td.TdClassName
{
border-color: #113247;
}
.TagClassName
{
border-color: #113247;
}
</style>