Shades of Blue Whale #113845
Tints of Blue Whale #113845
RGB
CMYK
RGB Variations
Color information
#113845 (or 0x113845) is known color: Blue Whale. HEX triplet: 11, 38 and 45. RGB value is (17,56,69). Sum of RGB (Red+Green+Blue) = 17+56+69=142 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.97% from 142); Green value is 56 (22.27% from 255 or 39.44% from 142); Blue value is 69 (27.34% from 255 or 48.59% from 142); Max value from RGB is 69 - color contains mainly: blue. Hex color #113845 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113845 is #EEC7BA. Grayscale: #2D2D2D. Windows color (decimal): -15648699 or 4536337. OLE color: 4536337.
HSL color Cylindrical-coordinate representation of color #113845: hue angle of 195º 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 #113845 is Cyan = 0.75, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 17 | 56 | 69 | - |
| CMYK | 0.75 | 0.19 | 0 | 0.73 |
| HSL | 195º | 0.6% | 0.17% | - |
| HSV(B) | 195º | 0.75% | 0.27% | - |
| XYZ | 2.72 | 3.38 | 6.14 | - |
| YUV | 45.82 | 141.08 | 107.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 56 | 69 | 0.75 | 0.19 | 0 | 0.73 | 195 | 0.6 | 0.17 |
| Hex | 11 | 38 | 45 | 4B | 13 | 0 | 49 | C3 | 3C | 11 |
| Octal | 21 | 70 | 105 | 113 | 23 | 0 | 111 | 303 | 74 | 21 |
| Binary | 10001 | 111000 | 1000101 | 1001011 | 10011 | 0 | 1001001 | 11000011 | 111100 | 10001 |
Color Harmonies of #113845
Complementary color
Monochromatic Colors of #113845
Black with #113845
Text Example
Text Example
White with #113845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113845; }
p { color: rgb(17,56,69); }
H1.HeaderClassName
{
color: #113845;
}
.AnyTagClassName
{
color: #113845;
}
</style>
background-color css
<style>
a { background-color: #113845; }
a { background-color: rgb(17,56,69); }
div.DivClassName
{
background-color: #113845;
}
.BgClassName
{
background-color: #113845;
}
</style>
border-color css
<style>
span { border-color: #113845; }
span { border-color: rgb(17,56,69); }
td.TdClassName
{
border-color: #113845;
}
.TagClassName
{
border-color: #113845;
}
</style>