Shades of Blue Whale #113542
Tints of Blue Whale #113542
RGB
CMYK
RGB Variations
Color information
#113542 (or 0x113542) is known color: Blue Whale. HEX triplet: 11, 35 and 42. RGB value is (17,53,66). Sum of RGB (Red+Green+Blue) = 17+53+66=136 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.5% from 136); Green value is 53 (21.09% from 255 or 38.97% from 136); Blue value is 66 (26.17% from 255 or 48.53% from 136); Max value from RGB is 66 - color contains mainly: blue. Hex color #113542 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113542 is #EECABD. Grayscale: #2B2B2B. Windows color (decimal): -15649470 or 4338961. OLE color: 4338961.
HSL color Cylindrical-coordinate representation of color #113542: hue angle of 195.92º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #113542 is Cyan = 0.74, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 17 | 53 | 66 | - |
| CMYK | 0.74 | 0.20 | 0 | 0.74 |
| HSL | 195.92º | 0.59% | 0.16% | - |
| HSV(B) | 195.92º | 0.74% | 0.26% | - |
| XYZ | 2.49 | 3.06 | 5.61 | - |
| YUV | 43.72 | 140.57 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 53 | 66 | 0.74 | 0.20 | 0 | 0.74 | 195.92 | 0.59 | 0.16 |
| Hex | 11 | 35 | 42 | 4A | 14 | 0 | 4A | C4 | 3B | 10 |
| Octal | 21 | 65 | 102 | 112 | 24 | 0 | 112 | 304 | 73 | 20 |
| Binary | 10001 | 110101 | 1000010 | 1001010 | 10100 | 0 | 1001010 | 11000100 | 111011 | 10000 |
Color Harmonies of #113542
Complementary color
Monochromatic Colors of #113542
Black with #113542
Text Example
Text Example
White with #113542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113542; }
p { color: rgb(17,53,66); }
H1.HeaderClassName
{
color: #113542;
}
.AnyTagClassName
{
color: #113542;
}
</style>
background-color css
<style>
a { background-color: #113542; }
a { background-color: rgb(17,53,66); }
div.DivClassName
{
background-color: #113542;
}
.BgClassName
{
background-color: #113542;
}
</style>
border-color css
<style>
span { border-color: #113542; }
span { border-color: rgb(17,53,66); }
td.TdClassName
{
border-color: #113542;
}
.TagClassName
{
border-color: #113542;
}
</style>