Shades of Blue Whale #113445
Tints of Blue Whale #113445
RGB
CMYK
RGB Variations
Color information
#113445 (or 0x113445) is known color: Blue Whale. HEX triplet: 11, 34 and 45. RGB value is (17,52,69). Sum of RGB (Red+Green+Blue) = 17+52+69=138 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.32% from 138); Green value is 52 (20.70% from 255 or 37.68% from 138); Blue value is 69 (27.34% from 255 or 50% from 138); Max value from RGB is 69 - color contains mainly: blue. Hex color #113445 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113445 is #EECBBA. Grayscale: #2B2B2B. Windows color (decimal): -15649723 or 4535313. OLE color: 4535313.
HSL color Cylindrical-coordinate representation of color #113445: hue angle of 199.62º 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 #113445 is Cyan = 0.75, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 17 | 52 | 69 | - |
| CMYK | 0.75 | 0.25 | 0 | 0.73 |
| HSL | 199.62º | 0.6% | 0.17% | - |
| HSV(B) | 199.62º | 0.75% | 0.27% | - |
| XYZ | 2.53 | 3 | 6.08 | - |
| YUV | 43.47 | 142.4 | 109.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 52 | 69 | 0.75 | 0.25 | 0 | 0.73 | 199.62 | 0.6 | 0.17 |
| Hex | 11 | 34 | 45 | 4B | 19 | 0 | 49 | C8 | 3C | 11 |
| Octal | 21 | 64 | 105 | 113 | 31 | 0 | 111 | 310 | 74 | 21 |
| Binary | 10001 | 110100 | 1000101 | 1001011 | 11001 | 0 | 1001001 | 11001000 | 111100 | 10001 |
Color Harmonies of #113445
Complementary color
Monochromatic Colors of #113445
Black with #113445
Text Example
Text Example
White with #113445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113445; }
p { color: rgb(17,52,69); }
H1.HeaderClassName
{
color: #113445;
}
.AnyTagClassName
{
color: #113445;
}
</style>
background-color css
<style>
a { background-color: #113445; }
a { background-color: rgb(17,52,69); }
div.DivClassName
{
background-color: #113445;
}
.BgClassName
{
background-color: #113445;
}
</style>
border-color css
<style>
span { border-color: #113445; }
span { border-color: rgb(17,52,69); }
td.TdClassName
{
border-color: #113445;
}
.TagClassName
{
border-color: #113445;
}
</style>