Shades of Blue Whale #112F3B
Tints of Blue Whale #112F3B
RGB
CMYK
RGB Variations
Color information
#112F3B (or 0x112F3B) is known color: Blue Whale. HEX triplet: 11, 2F and 3B. RGB value is (17,47,59). Sum of RGB (Red+Green+Blue) = 17+47+59=123 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.82% from 123); Green value is 47 (18.75% from 255 or 38.21% from 123); Blue value is 59 (23.44% from 255 or 47.97% from 123); Max value from RGB is 59 - color contains mainly: blue. Hex color #112F3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112F3B is #EED0C4. Grayscale: #272727. Windows color (decimal): -15651013 or 3878673. OLE color: 3878673.
HSL color Cylindrical-coordinate representation of color #112F3B: hue angle of 197.14º degrees, saturation: 0.55, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #112F3B is Cyan = 0.71, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 17 | 47 | 59 | - |
| CMYK | 0.71 | 0.20 | 0 | 0.77 |
| HSL | 197.14º | 0.55% | 0.15% | - |
| HSV(B) | 197.14º | 0.71% | 0.23% | - |
| XYZ | 2.04 | 2.47 | 4.51 | - |
| YUV | 39.4 | 139.06 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 47 | 59 | 0.71 | 0.20 | 0 | 0.77 | 197.14 | 0.55 | 0.15 |
| Hex | 11 | 2F | 3B | 47 | 14 | 0 | 4D | C5 | 37 | F |
| Octal | 21 | 57 | 73 | 107 | 24 | 0 | 115 | 305 | 67 | 17 |
| Binary | 10001 | 101111 | 111011 | 1000111 | 10100 | 0 | 1001101 | 11000101 | 110111 | 1111 |
Color Harmonies of #112F3B
Complementary color
Monochromatic Colors of #112F3B
Black with #112F3B
Text Example
Text Example
White with #112F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112F3B; }
p { color: rgb(17,47,59); }
H1.HeaderClassName
{
color: #112F3B;
}
.AnyTagClassName
{
color: #112F3B;
}
</style>
background-color css
<style>
a { background-color: #112F3B; }
a { background-color: rgb(17,47,59); }
div.DivClassName
{
background-color: #112F3B;
}
.BgClassName
{
background-color: #112F3B;
}
</style>
border-color css
<style>
span { border-color: #112F3B; }
span { border-color: rgb(17,47,59); }
td.TdClassName
{
border-color: #112F3B;
}
.TagClassName
{
border-color: #112F3B;
}
</style>