Shades of Blue Whale #122D47
Tints of Blue Whale #122D47
RGB
CMYK
RGB Variations
Color information
#122D47 (or 0x122D47) is known color: Blue Whale. HEX triplet: 12, 2D and 47. RGB value is (18,45,71). Sum of RGB (Red+Green+Blue) = 18+45+71=134 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.43% from 134); Green value is 45 (17.97% from 255 or 33.58% from 134); Blue value is 71 (28.12% from 255 or 52.99% from 134); Max value from RGB is 71 - color contains mainly: blue. Hex color #122D47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122D47 is #EDD2B8. Grayscale: #272727. Windows color (decimal): -15585977 or 4664594. OLE color: 4664594.
HSL color Cylindrical-coordinate representation of color #122D47: hue angle of 209.43º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #122D47 is Cyan = 0.75, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 18 | 45 | 71 | - |
| CMYK | 0.75 | 0.37 | 0 | 0.72 |
| HSL | 209.43º | 0.6% | 0.17% | - |
| HSV(B) | 209.43º | 0.75% | 0.28% | - |
| XYZ | 2.33 | 2.46 | 6.31 | - |
| YUV | 39.89 | 145.55 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 45 | 71 | 0.75 | 0.37 | 0 | 0.72 | 209.43 | 0.6 | 0.17 |
| Hex | 12 | 2D | 47 | 4B | 25 | 0 | 48 | D1 | 3C | 11 |
| Octal | 22 | 55 | 107 | 113 | 45 | 0 | 110 | 321 | 74 | 21 |
| Binary | 10010 | 101101 | 1000111 | 1001011 | 100101 | 0 | 1001000 | 11010001 | 111100 | 10001 |
Color Harmonies of #122D47
Complementary color
Monochromatic Colors of #122D47
Black with #122D47
Text Example
Text Example
White with #122D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122D47; }
p { color: rgb(18,45,71); }
H1.HeaderClassName
{
color: #122D47;
}
.AnyTagClassName
{
color: #122D47;
}
</style>
background-color css
<style>
a { background-color: #122D47; }
a { background-color: rgb(18,45,71); }
div.DivClassName
{
background-color: #122D47;
}
.BgClassName
{
background-color: #122D47;
}
</style>
border-color css
<style>
span { border-color: #122D47; }
span { border-color: rgb(18,45,71); }
td.TdClassName
{
border-color: #122D47;
}
.TagClassName
{
border-color: #122D47;
}
</style>