Shades of Blue Whale #112F39
Tints of Blue Whale #112F39
RGB
CMYK
RGB Variations
Color information
#112F39 (or 0x112F39) is known color: Blue Whale. HEX triplet: 11, 2F and 39. RGB value is (17,47,57). Sum of RGB (Red+Green+Blue) = 17+47+57=121 (16% of max value = 765). Red value is 17 (7.03% from 255 or 14.05% from 121); Green value is 47 (18.75% from 255 or 38.84% from 121); Blue value is 57 (22.66% from 255 or 47.11% from 121); Max value from RGB is 57 - color contains mainly: blue. Hex color #112F39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112F39 is #EED0C6. Grayscale: #272727. Windows color (decimal): -15651015 or 3747601. OLE color: 3747601.
HSL color Cylindrical-coordinate representation of color #112F39: hue angle of 195º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #112F39 is Cyan = 0.70, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 17 | 47 | 57 | - |
| CMYK | 0.70 | 0.18 | 0 | 0.78 |
| HSL | 195º | 0.54% | 0.15% | - |
| HSV(B) | 195º | 0.7% | 0.22% | - |
| XYZ | 1.99 | 2.45 | 4.24 | - |
| YUV | 39.17 | 138.06 | 112.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 47 | 57 | 0.70 | 0.18 | 0 | 0.78 | 195 | 0.54 | 0.15 |
| Hex | 11 | 2F | 39 | 46 | 12 | 0 | 4E | C3 | 36 | F |
| Octal | 21 | 57 | 71 | 106 | 22 | 0 | 116 | 303 | 66 | 17 |
| Binary | 10001 | 101111 | 111001 | 1000110 | 10010 | 0 | 1001110 | 11000011 | 110110 | 1111 |
Color Harmonies of #112F39
Complementary color
Monochromatic Colors of #112F39
Black with #112F39
Text Example
Text Example
White with #112F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112F39; }
p { color: rgb(17,47,57); }
H1.HeaderClassName
{
color: #112F39;
}
.AnyTagClassName
{
color: #112F39;
}
</style>
background-color css
<style>
a { background-color: #112F39; }
a { background-color: rgb(17,47,57); }
div.DivClassName
{
background-color: #112F39;
}
.BgClassName
{
background-color: #112F39;
}
</style>
border-color css
<style>
span { border-color: #112F39; }
span { border-color: rgb(17,47,57); }
td.TdClassName
{
border-color: #112F39;
}
.TagClassName
{
border-color: #112F39;
}
</style>