Shades of Blue Whale #113A49
Tints of Blue Whale #113A49
RGB
CMYK
RGB Variations
Color information
#113A49 (or 0x113A49) is known color: Blue Whale. HEX triplet: 11, 3A and 49. RGB value is (17,58,73). Sum of RGB (Red+Green+Blue) = 17+58+73=148 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.49% from 148); Green value is 58 (23.05% from 255 or 39.19% from 148); Blue value is 73 (28.91% from 255 or 49.32% from 148); Max value from RGB is 73 - color contains mainly: blue. Hex color #113A49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113A49 is #EEC5B6. Grayscale: #2F2F2F. Windows color (decimal): -15648183 or 4798993. OLE color: 4798993.
HSL color Cylindrical-coordinate representation of color #113A49: hue angle of 196.07º 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 #113A49 is Cyan = 0.77, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 17 | 58 | 73 | - |
| CMYK | 0.77 | 0.21 | 0 | 0.71 |
| HSL | 196.07º | 0.62% | 0.18% | - |
| HSV(B) | 196.07º | 0.77% | 0.29% | - |
| XYZ | 2.95 | 3.63 | 6.85 | - |
| YUV | 47.45 | 142.42 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 58 | 73 | 0.77 | 0.21 | 0 | 0.71 | 196.07 | 0.62 | 0.18 |
| Hex | 11 | 3A | 49 | 4D | 15 | 0 | 47 | C4 | 3E | 12 |
| Octal | 21 | 72 | 111 | 115 | 25 | 0 | 107 | 304 | 76 | 22 |
| Binary | 10001 | 111010 | 1001001 | 1001101 | 10101 | 0 | 1000111 | 11000100 | 111110 | 10010 |
Color Harmonies of #113A49
Complementary color
Monochromatic Colors of #113A49
Black with #113A49
Text Example
Text Example
White with #113A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113A49; }
p { color: rgb(17,58,73); }
H1.HeaderClassName
{
color: #113A49;
}
.AnyTagClassName
{
color: #113A49;
}
</style>
background-color css
<style>
a { background-color: #113A49; }
a { background-color: rgb(17,58,73); }
div.DivClassName
{
background-color: #113A49;
}
.BgClassName
{
background-color: #113A49;
}
</style>
border-color css
<style>
span { border-color: #113A49; }
span { border-color: rgb(17,58,73); }
td.TdClassName
{
border-color: #113A49;
}
.TagClassName
{
border-color: #113A49;
}
</style>