Shades of Blue Whale #113949
Tints of Blue Whale #113949
RGB
CMYK
RGB Variations
Color information
#113949 (or 0x113949) is known color: Blue Whale. HEX triplet: 11, 39 and 49. RGB value is (17,57,73). Sum of RGB (Red+Green+Blue) = 17+57+73=147 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.56% from 147); Green value is 57 (22.66% from 255 or 38.78% from 147); Blue value is 73 (28.91% from 255 or 49.66% from 147); Max value from RGB is 73 - color contains mainly: blue. Hex color #113949 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113949 is #EEC6B6. Grayscale: #2E2E2E. Windows color (decimal): -15648439 or 4798737. OLE color: 4798737.
HSL color Cylindrical-coordinate representation of color #113949: hue angle of 197.14º 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 #113949 is Cyan = 0.77, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 17 | 57 | 73 | - |
| CMYK | 0.77 | 0.22 | 0 | 0.71 |
| HSL | 197.14º | 0.62% | 0.18% | - |
| HSV(B) | 197.14º | 0.77% | 0.29% | - |
| XYZ | 2.9 | 3.53 | 6.83 | - |
| YUV | 46.86 | 142.75 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 57 | 73 | 0.77 | 0.22 | 0 | 0.71 | 197.14 | 0.62 | 0.18 |
| Hex | 11 | 39 | 49 | 4D | 16 | 0 | 47 | C5 | 3E | 12 |
| Octal | 21 | 71 | 111 | 115 | 26 | 0 | 107 | 305 | 76 | 22 |
| Binary | 10001 | 111001 | 1001001 | 1001101 | 10110 | 0 | 1000111 | 11000101 | 111110 | 10010 |
Color Harmonies of #113949
Complementary color
Monochromatic Colors of #113949
Black with #113949
Text Example
Text Example
White with #113949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113949; }
p { color: rgb(17,57,73); }
H1.HeaderClassName
{
color: #113949;
}
.AnyTagClassName
{
color: #113949;
}
</style>
background-color css
<style>
a { background-color: #113949; }
a { background-color: rgb(17,57,73); }
div.DivClassName
{
background-color: #113949;
}
.BgClassName
{
background-color: #113949;
}
</style>
border-color css
<style>
span { border-color: #113949; }
span { border-color: rgb(17,57,73); }
td.TdClassName
{
border-color: #113949;
}
.TagClassName
{
border-color: #113949;
}
</style>