Shades of Blue Whale #113050
Tints of Blue Whale #113050
RGB
CMYK
RGB Variations
Color information
#113050 (or 0x113050) is known color: Blue Whale. HEX triplet: 11, 30 and 50. RGB value is (17,48,80). Sum of RGB (Red+Green+Blue) = 17+48+80=145 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.72% from 145); Green value is 48 (19.14% from 255 or 33.10% from 145); Blue value is 80 (31.64% from 255 or 55.17% from 145); Max value from RGB is 80 - color contains mainly: blue. Hex color #113050 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113050 is #EECFAF. Grayscale: #2A2A2A. Windows color (decimal): -15650736 or 5255185. OLE color: 5255185.
HSL color Cylindrical-coordinate representation of color #113050: hue angle of 210.48º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #113050 is Cyan = 0.79, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 17 | 48 | 80 | - |
| CMYK | 0.79 | 0.40 | 0 | 0.69 |
| HSL | 210.48º | 0.65% | 0.19% | - |
| HSV(B) | 210.48º | 0.79% | 0.31% | - |
| XYZ | 2.74 | 2.81 | 7.99 | - |
| YUV | 42.38 | 149.23 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 48 | 80 | 0.79 | 0.40 | 0 | 0.69 | 210.48 | 0.65 | 0.19 |
| Hex | 11 | 30 | 50 | 4F | 28 | 0 | 45 | D2 | 41 | 13 |
| Octal | 21 | 60 | 120 | 117 | 50 | 0 | 105 | 322 | 101 | 23 |
| Binary | 10001 | 110000 | 1010000 | 1001111 | 101000 | 0 | 1000101 | 11010010 | 1000001 | 10011 |
Color Harmonies of #113050
Complementary color
Monochromatic Colors of #113050
Black with #113050
Text Example
Text Example
White with #113050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113050; }
p { color: rgb(17,48,80); }
H1.HeaderClassName
{
color: #113050;
}
.AnyTagClassName
{
color: #113050;
}
</style>
background-color css
<style>
a { background-color: #113050; }
a { background-color: rgb(17,48,80); }
div.DivClassName
{
background-color: #113050;
}
.BgClassName
{
background-color: #113050;
}
</style>
border-color css
<style>
span { border-color: #113050; }
span { border-color: rgb(17,48,80); }
td.TdClassName
{
border-color: #113050;
}
.TagClassName
{
border-color: #113050;
}
</style>