Shades of Blue Whale #112F40
Tints of Blue Whale #112F40
RGB
CMYK
RGB Variations
Color information
#112F40 (or 0x112F40) is known color: Blue Whale. HEX triplet: 11, 2F and 40. RGB value is (17,47,64). Sum of RGB (Red+Green+Blue) = 17+47+64=128 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.28% from 128); Green value is 47 (18.75% from 255 or 36.72% from 128); Blue value is 64 (25.39% from 255 or 50% from 128); Max value from RGB is 64 - color contains mainly: blue. Hex color #112F40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112F40 is #EED0BF. Grayscale: #272727. Windows color (decimal): -15651008 or 4206353. OLE color: 4206353.
HSL color Cylindrical-coordinate representation of color #112F40: hue angle of 201.7º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #112F40 is Cyan = 0.73, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 17 | 47 | 64 | - |
| CMYK | 0.73 | 0.27 | 0 | 0.75 |
| HSL | 201.7º | 0.58% | 0.16% | - |
| HSV(B) | 201.7º | 0.73% | 0.25% | - |
| XYZ | 2.17 | 2.52 | 5.22 | - |
| YUV | 39.97 | 141.56 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 47 | 64 | 0.73 | 0.27 | 0 | 0.75 | 201.7 | 0.58 | 0.16 |
| Hex | 11 | 2F | 40 | 49 | 1B | 0 | 4B | CA | 3A | 10 |
| Octal | 21 | 57 | 100 | 111 | 33 | 0 | 113 | 312 | 72 | 20 |
| Binary | 10001 | 101111 | 1000000 | 1001001 | 11011 | 0 | 1001011 | 11001010 | 111010 | 10000 |
Color Harmonies of #112F40
Complementary color
Monochromatic Colors of #112F40
Black with #112F40
Text Example
Text Example
White with #112F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112F40; }
p { color: rgb(17,47,64); }
H1.HeaderClassName
{
color: #112F40;
}
.AnyTagClassName
{
color: #112F40;
}
</style>
background-color css
<style>
a { background-color: #112F40; }
a { background-color: rgb(17,47,64); }
div.DivClassName
{
background-color: #112F40;
}
.BgClassName
{
background-color: #112F40;
}
</style>
border-color css
<style>
span { border-color: #112F40; }
span { border-color: rgb(17,47,64); }
td.TdClassName
{
border-color: #112F40;
}
.TagClassName
{
border-color: #112F40;
}
</style>