Shades of Blue Whale #113340
Tints of Blue Whale #113340
RGB
CMYK
RGB Variations
Color information
#113340 (or 0x113340) is known color: Blue Whale. HEX triplet: 11, 33 and 40. RGB value is (17,51,64). Sum of RGB (Red+Green+Blue) = 17+51+64=132 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.88% from 132); Green value is 51 (20.31% from 255 or 38.64% from 132); Blue value is 64 (25.39% from 255 or 48.48% from 132); Max value from RGB is 64 - color contains mainly: blue. Hex color #113340 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113340 is #EECCBF. Grayscale: #2A2A2A. Windows color (decimal): -15649984 or 4207377. OLE color: 4207377.
HSL color Cylindrical-coordinate representation of color #113340: hue angle of 196.6º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #113340 is Cyan = 0.73, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 17 | 51 | 64 | - |
| CMYK | 0.73 | 0.20 | 0 | 0.75 |
| HSL | 196.6º | 0.58% | 0.16% | - |
| HSV(B) | 196.6º | 0.73% | 0.25% | - |
| XYZ | 2.34 | 2.86 | 5.28 | - |
| YUV | 42.32 | 140.24 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 51 | 64 | 0.73 | 0.20 | 0 | 0.75 | 196.6 | 0.58 | 0.16 |
| Hex | 11 | 33 | 40 | 49 | 14 | 0 | 4B | C5 | 3A | 10 |
| Octal | 21 | 63 | 100 | 111 | 24 | 0 | 113 | 305 | 72 | 20 |
| Binary | 10001 | 110011 | 1000000 | 1001001 | 10100 | 0 | 1001011 | 11000101 | 111010 | 10000 |
Color Harmonies of #113340
Complementary color
Monochromatic Colors of #113340
Black with #113340
Text Example
Text Example
White with #113340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113340; }
p { color: rgb(17,51,64); }
H1.HeaderClassName
{
color: #113340;
}
.AnyTagClassName
{
color: #113340;
}
</style>
background-color css
<style>
a { background-color: #113340; }
a { background-color: rgb(17,51,64); }
div.DivClassName
{
background-color: #113340;
}
.BgClassName
{
background-color: #113340;
}
</style>
border-color css
<style>
span { border-color: #113340; }
span { border-color: rgb(17,51,64); }
td.TdClassName
{
border-color: #113340;
}
.TagClassName
{
border-color: #113340;
}
</style>