Shades of Blue Whale #113541
Tints of Blue Whale #113541
RGB
CMYK
RGB Variations
Color information
#113541 (or 0x113541) is known color: Blue Whale. HEX triplet: 11, 35 and 41. RGB value is (17,53,65). Sum of RGB (Red+Green+Blue) = 17+53+65=135 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.59% from 135); Green value is 53 (21.09% from 255 or 39.26% from 135); Blue value is 65 (25.78% from 255 or 48.15% from 135); Max value from RGB is 65 - color contains mainly: blue. Hex color #113541 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113541 is #EECABE. Grayscale: #2B2B2B. Windows color (decimal): -15649471 or 4273425. OLE color: 4273425.
HSL color Cylindrical-coordinate representation of color #113541: hue angle of 195º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #113541 is Cyan = 0.74, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 17 | 53 | 65 | - |
| CMYK | 0.74 | 0.18 | 0 | 0.75 |
| HSL | 195º | 0.59% | 0.16% | - |
| HSV(B) | 195º | 0.74% | 0.25% | - |
| XYZ | 2.46 | 3.05 | 5.46 | - |
| YUV | 43.6 | 140.07 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 53 | 65 | 0.74 | 0.18 | 0 | 0.75 | 195 | 0.59 | 0.16 |
| Hex | 11 | 35 | 41 | 4A | 12 | 0 | 4B | C3 | 3B | 10 |
| Octal | 21 | 65 | 101 | 112 | 22 | 0 | 113 | 303 | 73 | 20 |
| Binary | 10001 | 110101 | 1000001 | 1001010 | 10010 | 0 | 1001011 | 11000011 | 111011 | 10000 |
Color Harmonies of #113541
Complementary color
Monochromatic Colors of #113541
Black with #113541
Text Example
Text Example
White with #113541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113541; }
p { color: rgb(17,53,65); }
H1.HeaderClassName
{
color: #113541;
}
.AnyTagClassName
{
color: #113541;
}
</style>
background-color css
<style>
a { background-color: #113541; }
a { background-color: rgb(17,53,65); }
div.DivClassName
{
background-color: #113541;
}
.BgClassName
{
background-color: #113541;
}
</style>
border-color css
<style>
span { border-color: #113541; }
span { border-color: rgb(17,53,65); }
td.TdClassName
{
border-color: #113541;
}
.TagClassName
{
border-color: #113541;
}
</style>