Shades of Blue Whale #112F41
Tints of Blue Whale #112F41
RGB
CMYK
RGB Variations
Color information
#112F41 (or 0x112F41) is known color: Blue Whale. HEX triplet: 11, 2F and 41. RGB value is (17,47,65). Sum of RGB (Red+Green+Blue) = 17+47+65=129 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.18% from 129); Green value is 47 (18.75% from 255 or 36.43% from 129); Blue value is 65 (25.78% from 255 or 50.39% from 129); Max value from RGB is 65 - color contains mainly: blue. Hex color #112F41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112F41 is #EED0BE. Grayscale: #272727. Windows color (decimal): -15651007 or 4271889. OLE color: 4271889.
HSL color Cylindrical-coordinate representation of color #112F41: hue angle of 202.5º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #112F41 is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 17 | 47 | 65 | - |
| CMYK | 0.74 | 0.28 | 0 | 0.75 |
| HSL | 202.5º | 0.59% | 0.16% | - |
| HSV(B) | 202.5º | 0.74% | 0.25% | - |
| XYZ | 2.2 | 2.53 | 5.37 | - |
| YUV | 40.08 | 142.06 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 47 | 65 | 0.74 | 0.28 | 0 | 0.75 | 202.5 | 0.59 | 0.16 |
| Hex | 11 | 2F | 41 | 4A | 1C | 0 | 4B | CA | 3B | 10 |
| Octal | 21 | 57 | 101 | 112 | 34 | 0 | 113 | 312 | 73 | 20 |
| Binary | 10001 | 101111 | 1000001 | 1001010 | 11100 | 0 | 1001011 | 11001010 | 111011 | 10000 |
Color Harmonies of #112F41
Complementary color
Monochromatic Colors of #112F41
Black with #112F41
Text Example
Text Example
White with #112F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112F41; }
p { color: rgb(17,47,65); }
H1.HeaderClassName
{
color: #112F41;
}
.AnyTagClassName
{
color: #112F41;
}
</style>
background-color css
<style>
a { background-color: #112F41; }
a { background-color: rgb(17,47,65); }
div.DivClassName
{
background-color: #112F41;
}
.BgClassName
{
background-color: #112F41;
}
</style>
border-color css
<style>
span { border-color: #112F41; }
span { border-color: rgb(17,47,65); }
td.TdClassName
{
border-color: #112F41;
}
.TagClassName
{
border-color: #112F41;
}
</style>