Shades of Blue Whale #112D4E
Tints of Blue Whale #112D4E
RGB
CMYK
RGB Variations
Color information
#112D4E (or 0x112D4E) is known color: Blue Whale. HEX triplet: 11, 2D and 4E. RGB value is (17,45,78). Sum of RGB (Red+Green+Blue) = 17+45+78=140 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.14% from 140); Green value is 45 (17.97% from 255 or 32.14% from 140); Blue value is 78 (30.86% from 255 or 55.71% from 140); Max value from RGB is 78 - color contains mainly: blue. Hex color #112D4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112D4E is #EED2B1. Grayscale: #282828. Windows color (decimal): -15651506 or 5123345. OLE color: 5123345.
HSL color Cylindrical-coordinate representation of color #112D4E: hue angle of 212.46º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #112D4E is Cyan = 0.78, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 17 | 45 | 78 | - |
| CMYK | 0.78 | 0.42 | 0 | 0.69 |
| HSL | 212.46º | 0.64% | 0.19% | - |
| HSV(B) | 212.46º | 0.78% | 0.31% | - |
| XYZ | 2.54 | 2.55 | 7.57 | - |
| YUV | 40.39 | 149.22 | 111.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 45 | 78 | 0.78 | 0.42 | 0 | 0.69 | 212.46 | 0.64 | 0.19 |
| Hex | 11 | 2D | 4E | 4E | 2A | 0 | 45 | D4 | 40 | 13 |
| Octal | 21 | 55 | 116 | 116 | 52 | 0 | 105 | 324 | 100 | 23 |
| Binary | 10001 | 101101 | 1001110 | 1001110 | 101010 | 0 | 1000101 | 11010100 | 1000000 | 10011 |
Color Harmonies of #112D4E
Complementary color
Monochromatic Colors of #112D4E
Black with #112D4E
Text Example
Text Example
White with #112D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112D4E; }
p { color: rgb(17,45,78); }
H1.HeaderClassName
{
color: #112D4E;
}
.AnyTagClassName
{
color: #112D4E;
}
</style>
background-color css
<style>
a { background-color: #112D4E; }
a { background-color: rgb(17,45,78); }
div.DivClassName
{
background-color: #112D4E;
}
.BgClassName
{
background-color: #112D4E;
}
</style>
border-color css
<style>
span { border-color: #112D4E; }
span { border-color: rgb(17,45,78); }
td.TdClassName
{
border-color: #112D4E;
}
.TagClassName
{
border-color: #112D4E;
}
</style>