Shades of Blue Whale #112E47
Tints of Blue Whale #112E47
RGB
CMYK
RGB Variations
Color information
#112E47 (or 0x112E47) is known color: Blue Whale. HEX triplet: 11, 2E and 47. RGB value is (17,46,71). Sum of RGB (Red+Green+Blue) = 17+46+71=134 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.69% from 134); Green value is 46 (18.36% from 255 or 34.33% from 134); Blue value is 71 (28.12% from 255 or 52.99% from 134); Max value from RGB is 71 - color contains mainly: blue. Hex color #112E47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112E47 is #EED1B8. Grayscale: #282828. Windows color (decimal): -15651257 or 4664849. OLE color: 4664849.
HSL color Cylindrical-coordinate representation of color #112E47: hue angle of 207.78º degrees, saturation: 0.61, 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 #112E47 is Cyan = 0.76, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 17 | 46 | 71 | - |
| CMYK | 0.76 | 0.35 | 0 | 0.72 |
| HSL | 207.78º | 0.61% | 0.17% | - |
| HSV(B) | 207.78º | 0.76% | 0.28% | - |
| XYZ | 2.35 | 2.53 | 6.33 | - |
| YUV | 40.18 | 145.39 | 111.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 46 | 71 | 0.76 | 0.35 | 0 | 0.72 | 207.78 | 0.61 | 0.17 |
| Hex | 11 | 2E | 47 | 4C | 23 | 0 | 48 | D0 | 3D | 11 |
| Octal | 21 | 56 | 107 | 114 | 43 | 0 | 110 | 320 | 75 | 21 |
| Binary | 10001 | 101110 | 1000111 | 1001100 | 100011 | 0 | 1001000 | 11010000 | 111101 | 10001 |
Color Harmonies of #112E47
Complementary color
Monochromatic Colors of #112E47
Black with #112E47
Text Example
Text Example
White with #112E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112E47; }
p { color: rgb(17,46,71); }
H1.HeaderClassName
{
color: #112E47;
}
.AnyTagClassName
{
color: #112E47;
}
</style>
background-color css
<style>
a { background-color: #112E47; }
a { background-color: rgb(17,46,71); }
div.DivClassName
{
background-color: #112E47;
}
.BgClassName
{
background-color: #112E47;
}
</style>
border-color css
<style>
span { border-color: #112E47; }
span { border-color: rgb(17,46,71); }
td.TdClassName
{
border-color: #112E47;
}
.TagClassName
{
border-color: #112E47;
}
</style>