Shades of Blue Whale #112F45
Tints of Blue Whale #112F45
RGB
CMYK
RGB Variations
Color information
#112F45 (or 0x112F45) is known color: Blue Whale. HEX triplet: 11, 2F and 45. RGB value is (17,47,69). Sum of RGB (Red+Green+Blue) = 17+47+69=133 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.78% from 133); Green value is 47 (18.75% from 255 or 35.34% from 133); Blue value is 69 (27.34% from 255 or 51.88% from 133); Max value from RGB is 69 - color contains mainly: blue. Hex color #112F45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112F45 is #EED0BA. Grayscale: #282828. Windows color (decimal): -15651003 or 4534033. OLE color: 4534033.
HSL color Cylindrical-coordinate representation of color #112F45: hue angle of 205.38º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #112F45 is Cyan = 0.75, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 17 | 47 | 69 | - |
| CMYK | 0.75 | 0.32 | 0 | 0.73 |
| HSL | 205.38º | 0.6% | 0.17% | - |
| HSV(B) | 205.38º | 0.75% | 0.27% | - |
| XYZ | 2.32 | 2.58 | 6.01 | - |
| YUV | 40.54 | 144.06 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 47 | 69 | 0.75 | 0.32 | 0 | 0.73 | 205.38 | 0.6 | 0.17 |
| Hex | 11 | 2F | 45 | 4B | 20 | 0 | 49 | CD | 3C | 11 |
| Octal | 21 | 57 | 105 | 113 | 40 | 0 | 111 | 315 | 74 | 21 |
| Binary | 10001 | 101111 | 1000101 | 1001011 | 100000 | 0 | 1001001 | 11001101 | 111100 | 10001 |
Color Harmonies of #112F45
Complementary color
Monochromatic Colors of #112F45
Black with #112F45
Text Example
Text Example
White with #112F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112F45; }
p { color: rgb(17,47,69); }
H1.HeaderClassName
{
color: #112F45;
}
.AnyTagClassName
{
color: #112F45;
}
</style>
background-color css
<style>
a { background-color: #112F45; }
a { background-color: rgb(17,47,69); }
div.DivClassName
{
background-color: #112F45;
}
.BgClassName
{
background-color: #112F45;
}
</style>
border-color css
<style>
span { border-color: #112F45; }
span { border-color: rgb(17,47,69); }
td.TdClassName
{
border-color: #112F45;
}
.TagClassName
{
border-color: #112F45;
}
</style>