Shades of Blue Whale #113648
Tints of Blue Whale #113648
RGB
CMYK
RGB Variations
Color information
#113648 (or 0x113648) is known color: Blue Whale. HEX triplet: 11, 36 and 48. RGB value is (17,54,72). Sum of RGB (Red+Green+Blue) = 17+54+72=143 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.89% from 143); Green value is 54 (21.48% from 255 or 37.76% from 143); Blue value is 72 (28.52% from 255 or 50.35% from 143); Max value from RGB is 72 - color contains mainly: blue. Hex color #113648 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113648 is #EEC9B7. Grayscale: #2C2C2C. Windows color (decimal): -15649208 or 4732433. OLE color: 4732433.
HSL color Cylindrical-coordinate representation of color #113648: hue angle of 199.64º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #113648 is Cyan = 0.76, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 17 | 54 | 72 | - |
| CMYK | 0.76 | 0.25 | 0 | 0.72 |
| HSL | 199.64º | 0.62% | 0.17% | - |
| HSV(B) | 199.64º | 0.76% | 0.28% | - |
| XYZ | 2.72 | 3.23 | 6.61 | - |
| YUV | 44.99 | 143.24 | 108.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 54 | 72 | 0.76 | 0.25 | 0 | 0.72 | 199.64 | 0.62 | 0.17 |
| Hex | 11 | 36 | 48 | 4C | 19 | 0 | 48 | C8 | 3E | 11 |
| Octal | 21 | 66 | 110 | 114 | 31 | 0 | 110 | 310 | 76 | 21 |
| Binary | 10001 | 110110 | 1001000 | 1001100 | 11001 | 0 | 1001000 | 11001000 | 111110 | 10001 |
Color Harmonies of #113648
Complementary color
Monochromatic Colors of #113648
Black with #113648
Text Example
Text Example
White with #113648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113648; }
p { color: rgb(17,54,72); }
H1.HeaderClassName
{
color: #113648;
}
.AnyTagClassName
{
color: #113648;
}
</style>
background-color css
<style>
a { background-color: #113648; }
a { background-color: rgb(17,54,72); }
div.DivClassName
{
background-color: #113648;
}
.BgClassName
{
background-color: #113648;
}
</style>
border-color css
<style>
span { border-color: #113648; }
span { border-color: rgb(17,54,72); }
td.TdClassName
{
border-color: #113648;
}
.TagClassName
{
border-color: #113648;
}
</style>