Shades of Blue Whale #112D49
Tints of Blue Whale #112D49
RGB
CMYK
RGB Variations
Color information
#112D49 (or 0x112D49) is known color: Blue Whale. HEX triplet: 11, 2D and 49. RGB value is (17,45,73). Sum of RGB (Red+Green+Blue) = 17+45+73=135 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.59% from 135); Green value is 45 (17.97% from 255 or 33.33% from 135); Blue value is 73 (28.91% from 255 or 54.07% from 135); Max value from RGB is 73 - color contains mainly: blue. Hex color #112D49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112D49 is #EED2B6. Grayscale: #272727. Windows color (decimal): -15651511 or 4795665. OLE color: 4795665.
HSL color Cylindrical-coordinate representation of color #112D49: hue angle of 210º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #112D49 is Cyan = 0.77, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 17 | 45 | 73 | - |
| CMYK | 0.77 | 0.38 | 0 | 0.71 |
| HSL | 210º | 0.62% | 0.18% | - |
| HSV(B) | 210º | 0.77% | 0.29% | - |
| XYZ | 2.37 | 2.48 | 6.66 | - |
| YUV | 39.82 | 146.72 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 45 | 73 | 0.77 | 0.38 | 0 | 0.71 | 210 | 0.62 | 0.18 |
| Hex | 11 | 2D | 49 | 4D | 26 | 0 | 47 | D2 | 3E | 12 |
| Octal | 21 | 55 | 111 | 115 | 46 | 0 | 107 | 322 | 76 | 22 |
| Binary | 10001 | 101101 | 1001001 | 1001101 | 100110 | 0 | 1000111 | 11010010 | 111110 | 10010 |
Color Harmonies of #112D49
Complementary color
Monochromatic Colors of #112D49
Black with #112D49
Text Example
Text Example
White with #112D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112D49; }
p { color: rgb(17,45,73); }
H1.HeaderClassName
{
color: #112D49;
}
.AnyTagClassName
{
color: #112D49;
}
</style>
background-color css
<style>
a { background-color: #112D49; }
a { background-color: rgb(17,45,73); }
div.DivClassName
{
background-color: #112D49;
}
.BgClassName
{
background-color: #112D49;
}
</style>
border-color css
<style>
span { border-color: #112D49; }
span { border-color: rgb(17,45,73); }
td.TdClassName
{
border-color: #112D49;
}
.TagClassName
{
border-color: #112D49;
}
</style>