Shades of Blue Whale #112E50
Tints of Blue Whale #112E50
RGB
CMYK
RGB Variations
Color information
#112E50 (or 0x112E50) is known color: Blue Whale. HEX triplet: 11, 2E and 50. RGB value is (17,46,80). Sum of RGB (Red+Green+Blue) = 17+46+80=143 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.89% from 143); Green value is 46 (18.36% from 255 or 32.17% from 143); Blue value is 80 (31.64% from 255 or 55.94% from 143); Max value from RGB is 80 - color contains mainly: blue. Hex color #112E50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112E50 is #EED1AF. Grayscale: #292929. Windows color (decimal): -15651248 or 5254673. OLE color: 5254673.
HSL color Cylindrical-coordinate representation of color #112E50: hue angle of 212.38º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #112E50 is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 17 | 46 | 80 | - |
| CMYK | 0.79 | 0.42 | 0 | 0.69 |
| HSL | 212.38º | 0.65% | 0.19% | - |
| HSV(B) | 212.38º | 0.79% | 0.31% | - |
| XYZ | 2.66 | 2.65 | 7.96 | - |
| YUV | 41.21 | 149.89 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 46 | 80 | 0.79 | 0.42 | 0 | 0.69 | 212.38 | 0.65 | 0.19 |
| Hex | 11 | 2E | 50 | 4F | 2A | 0 | 45 | D4 | 41 | 13 |
| Octal | 21 | 56 | 120 | 117 | 52 | 0 | 105 | 324 | 101 | 23 |
| Binary | 10001 | 101110 | 1010000 | 1001111 | 101010 | 0 | 1000101 | 11010100 | 1000001 | 10011 |
Color Harmonies of #112E50
Complementary color
Monochromatic Colors of #112E50
Black with #112E50
Text Example
Text Example
White with #112E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112E50; }
p { color: rgb(17,46,80); }
H1.HeaderClassName
{
color: #112E50;
}
.AnyTagClassName
{
color: #112E50;
}
</style>
background-color css
<style>
a { background-color: #112E50; }
a { background-color: rgb(17,46,80); }
div.DivClassName
{
background-color: #112E50;
}
.BgClassName
{
background-color: #112E50;
}
</style>
border-color css
<style>
span { border-color: #112E50; }
span { border-color: rgb(17,46,80); }
td.TdClassName
{
border-color: #112E50;
}
.TagClassName
{
border-color: #112E50;
}
</style>