Shades of Blue Whale #113051
Tints of Blue Whale #113051
RGB
CMYK
RGB Variations
Color information
#113051 (or 0x113051) is known color: Blue Whale. HEX triplet: 11, 30 and 51. RGB value is (17,48,81). Sum of RGB (Red+Green+Blue) = 17+48+81=146 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.64% from 146); Green value is 48 (19.14% from 255 or 32.88% from 146); Blue value is 81 (32.03% from 255 or 55.48% from 146); Max value from RGB is 81 - color contains mainly: blue. Hex color #113051 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113051 is #EECFAE. Grayscale: #2A2A2A. Windows color (decimal): -15650735 or 5320721. OLE color: 5320721.
HSL color Cylindrical-coordinate representation of color #113051: hue angle of 210.94º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #113051 is Cyan = 0.79, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 17 | 48 | 81 | - |
| CMYK | 0.79 | 0.41 | 0 | 0.68 |
| HSL | 210.94º | 0.65% | 0.19% | - |
| HSV(B) | 210.94º | 0.79% | 0.32% | - |
| XYZ | 2.77 | 2.83 | 8.18 | - |
| YUV | 42.49 | 149.73 | 109.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 48 | 81 | 0.79 | 0.41 | 0 | 0.68 | 210.94 | 0.65 | 0.19 |
| Hex | 11 | 30 | 51 | 4F | 29 | 0 | 44 | D3 | 41 | 13 |
| Octal | 21 | 60 | 121 | 117 | 51 | 0 | 104 | 323 | 101 | 23 |
| Binary | 10001 | 110000 | 1010001 | 1001111 | 101001 | 0 | 1000100 | 11010011 | 1000001 | 10011 |
Color Harmonies of #113051
Complementary color
Monochromatic Colors of #113051
Black with #113051
Text Example
Text Example
White with #113051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113051; }
p { color: rgb(17,48,81); }
H1.HeaderClassName
{
color: #113051;
}
.AnyTagClassName
{
color: #113051;
}
</style>
background-color css
<style>
a { background-color: #113051; }
a { background-color: rgb(17,48,81); }
div.DivClassName
{
background-color: #113051;
}
.BgClassName
{
background-color: #113051;
}
</style>
border-color css
<style>
span { border-color: #113051; }
span { border-color: rgb(17,48,81); }
td.TdClassName
{
border-color: #113051;
}
.TagClassName
{
border-color: #113051;
}
</style>