Shades of Blue Whale #113049
Tints of Blue Whale #113049
RGB
CMYK
RGB Variations
Color information
#113049 (or 0x113049) is known color: Blue Whale. HEX triplet: 11, 30 and 49. RGB value is (17,48,73). Sum of RGB (Red+Green+Blue) = 17+48+73=138 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.32% from 138); Green value is 48 (19.14% from 255 or 34.78% from 138); Blue value is 73 (28.91% from 255 or 52.90% from 138); Max value from RGB is 73 - color contains mainly: blue. Hex color #113049 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113049 is #EECFB6. Grayscale: #292929. Windows color (decimal): -15650743 or 4796433. OLE color: 4796433.
HSL color Cylindrical-coordinate representation of color #113049: hue angle of 206.79º degrees, saturation: 0.62, 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 #113049 is Cyan = 0.77, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 17 | 48 | 73 | - |
| CMYK | 0.77 | 0.34 | 0 | 0.71 |
| HSL | 206.79º | 0.62% | 0.18% | - |
| HSV(B) | 206.79º | 0.77% | 0.29% | - |
| XYZ | 2.49 | 2.71 | 6.7 | - |
| YUV | 41.58 | 145.73 | 110.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 48 | 73 | 0.77 | 0.34 | 0 | 0.71 | 206.79 | 0.62 | 0.18 |
| Hex | 11 | 30 | 49 | 4D | 22 | 0 | 47 | CF | 3E | 12 |
| Octal | 21 | 60 | 111 | 115 | 42 | 0 | 107 | 317 | 76 | 22 |
| Binary | 10001 | 110000 | 1001001 | 1001101 | 100010 | 0 | 1000111 | 11001111 | 111110 | 10010 |
Color Harmonies of #113049
Complementary color
Monochromatic Colors of #113049
Black with #113049
Text Example
Text Example
White with #113049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113049; }
p { color: rgb(17,48,73); }
H1.HeaderClassName
{
color: #113049;
}
.AnyTagClassName
{
color: #113049;
}
</style>
background-color css
<style>
a { background-color: #113049; }
a { background-color: rgb(17,48,73); }
div.DivClassName
{
background-color: #113049;
}
.BgClassName
{
background-color: #113049;
}
</style>
border-color css
<style>
span { border-color: #113049; }
span { border-color: rgb(17,48,73); }
td.TdClassName
{
border-color: #113049;
}
.TagClassName
{
border-color: #113049;
}
</style>