Shades of Blue Whale #113145
Tints of Blue Whale #113145
RGB
CMYK
RGB Variations
Color information
#113145 (or 0x113145) is known color: Blue Whale. HEX triplet: 11, 31 and 45. RGB value is (17,49,69). Sum of RGB (Red+Green+Blue) = 17+49+69=135 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.59% from 135); Green value is 49 (19.53% from 255 or 36.30% from 135); Blue value is 69 (27.34% from 255 or 51.11% from 135); Max value from RGB is 69 - color contains mainly: blue. Hex color #113145 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113145 is #EECEBA. Grayscale: #292929. Windows color (decimal): -15650491 or 4534545. OLE color: 4534545.
HSL color Cylindrical-coordinate representation of color #113145: hue angle of 203.08º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #113145 is Cyan = 0.75, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 17 | 49 | 69 | - |
| CMYK | 0.75 | 0.29 | 0 | 0.73 |
| HSL | 203.08º | 0.6% | 0.17% | - |
| HSV(B) | 203.08º | 0.75% | 0.27% | - |
| XYZ | 2.4 | 2.75 | 6.03 | - |
| YUV | 41.71 | 143.4 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 49 | 69 | 0.75 | 0.29 | 0 | 0.73 | 203.08 | 0.6 | 0.17 |
| Hex | 11 | 31 | 45 | 4B | 1D | 0 | 49 | CB | 3C | 11 |
| Octal | 21 | 61 | 105 | 113 | 35 | 0 | 111 | 313 | 74 | 21 |
| Binary | 10001 | 110001 | 1000101 | 1001011 | 11101 | 0 | 1001001 | 11001011 | 111100 | 10001 |
Color Harmonies of #113145
Complementary color
Monochromatic Colors of #113145
Black with #113145
Text Example
Text Example
White with #113145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113145; }
p { color: rgb(17,49,69); }
H1.HeaderClassName
{
color: #113145;
}
.AnyTagClassName
{
color: #113145;
}
</style>
background-color css
<style>
a { background-color: #113145; }
a { background-color: rgb(17,49,69); }
div.DivClassName
{
background-color: #113145;
}
.BgClassName
{
background-color: #113145;
}
</style>
border-color css
<style>
span { border-color: #113145; }
span { border-color: rgb(17,49,69); }
td.TdClassName
{
border-color: #113145;
}
.TagClassName
{
border-color: #113145;
}
</style>