Shades of Blue Whale #112E4D
Tints of Blue Whale #112E4D
RGB
CMYK
RGB Variations
Color information
#112E4D (or 0x112E4D) is known color: Blue Whale. HEX triplet: 11, 2E and 4D. RGB value is (17,46,77). Sum of RGB (Red+Green+Blue) = 17+46+77=140 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.14% from 140); Green value is 46 (18.36% from 255 or 32.86% from 140); Blue value is 77 (30.47% from 255 or 55% from 140); Max value from RGB is 77 - color contains mainly: blue. Hex color #112E4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112E4D is #EED1B2. Grayscale: #282828. Windows color (decimal): -15651251 or 5058065. OLE color: 5058065.
HSL color Cylindrical-coordinate representation of color #112E4D: hue angle of 211º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #112E4D is Cyan = 0.78, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 17 | 46 | 77 | - |
| CMYK | 0.78 | 0.40 | 0 | 0.70 |
| HSL | 211º | 0.64% | 0.18% | - |
| HSV(B) | 211º | 0.78% | 0.3% | - |
| XYZ | 2.55 | 2.61 | 7.39 | - |
| YUV | 40.86 | 148.39 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 46 | 77 | 0.78 | 0.40 | 0 | 0.70 | 211 | 0.64 | 0.18 |
| Hex | 11 | 2E | 4D | 4E | 28 | 0 | 46 | D3 | 40 | 12 |
| Octal | 21 | 56 | 115 | 116 | 50 | 0 | 106 | 323 | 100 | 22 |
| Binary | 10001 | 101110 | 1001101 | 1001110 | 101000 | 0 | 1000110 | 11010011 | 1000000 | 10010 |
Color Harmonies of #112E4D
Complementary color
Monochromatic Colors of #112E4D
Black with #112E4D
Text Example
Text Example
White with #112E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112E4D; }
p { color: rgb(17,46,77); }
H1.HeaderClassName
{
color: #112E4D;
}
.AnyTagClassName
{
color: #112E4D;
}
</style>
background-color css
<style>
a { background-color: #112E4D; }
a { background-color: rgb(17,46,77); }
div.DivClassName
{
background-color: #112E4D;
}
.BgClassName
{
background-color: #112E4D;
}
</style>
border-color css
<style>
span { border-color: #112E4D; }
span { border-color: rgb(17,46,77); }
td.TdClassName
{
border-color: #112E4D;
}
.TagClassName
{
border-color: #112E4D;
}
</style>