Shades of Blue Whale #112F4C
Tints of Blue Whale #112F4C
RGB
CMYK
RGB Variations
Color information
#112F4C (or 0x112F4C) is known color: Blue Whale. HEX triplet: 11, 2F and 4C. RGB value is (17,47,76). Sum of RGB (Red+Green+Blue) = 17+47+76=140 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.14% from 140); Green value is 47 (18.75% from 255 or 33.57% from 140); Blue value is 76 (30.08% from 255 or 54.29% from 140); Max value from RGB is 76 - color contains mainly: blue. Hex color #112F4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112F4C is #EED0B3. Grayscale: #292929. Windows color (decimal): -15650996 or 4992785. OLE color: 4992785.
HSL color Cylindrical-coordinate representation of color #112F4C: hue angle of 209.49º degrees, saturation: 0.63, 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 #112F4C is Cyan = 0.78, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 17 | 47 | 76 | - |
| CMYK | 0.78 | 0.38 | 0 | 0.70 |
| HSL | 209.49º | 0.63% | 0.18% | - |
| HSV(B) | 209.49º | 0.78% | 0.3% | - |
| XYZ | 2.55 | 2.67 | 7.22 | - |
| YUV | 41.34 | 147.56 | 110.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 47 | 76 | 0.78 | 0.38 | 0 | 0.70 | 209.49 | 0.63 | 0.18 |
| Hex | 11 | 2F | 4C | 4E | 26 | 0 | 46 | D1 | 3F | 12 |
| Octal | 21 | 57 | 114 | 116 | 46 | 0 | 106 | 321 | 77 | 22 |
| Binary | 10001 | 101111 | 1001100 | 1001110 | 100110 | 0 | 1000110 | 11010001 | 111111 | 10010 |
Color Harmonies of #112F4C
Complementary color
Monochromatic Colors of #112F4C
Black with #112F4C
Text Example
Text Example
White with #112F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112F4C; }
p { color: rgb(17,47,76); }
H1.HeaderClassName
{
color: #112F4C;
}
.AnyTagClassName
{
color: #112F4C;
}
</style>
background-color css
<style>
a { background-color: #112F4C; }
a { background-color: rgb(17,47,76); }
div.DivClassName
{
background-color: #112F4C;
}
.BgClassName
{
background-color: #112F4C;
}
</style>
border-color css
<style>
span { border-color: #112F4C; }
span { border-color: rgb(17,47,76); }
td.TdClassName
{
border-color: #112F4C;
}
.TagClassName
{
border-color: #112F4C;
}
</style>