Shades of Blue Whale #122D49
Tints of Blue Whale #122D49
RGB
CMYK
RGB Variations
Color information
#122D49 (or 0x122D49) is known color: Blue Whale. HEX triplet: 12, 2D and 49. RGB value is (18,45,73). Sum of RGB (Red+Green+Blue) = 18+45+73=136 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.24% from 136); Green value is 45 (17.97% from 255 or 33.09% from 136); Blue value is 73 (28.91% from 255 or 53.68% from 136); Max value from RGB is 73 - color contains mainly: blue. Hex color #122D49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122D49 is #EDD2B6. Grayscale: #272727. Windows color (decimal): -15585975 or 4795666. OLE color: 4795666.
HSL color Cylindrical-coordinate representation of color #122D49: hue angle of 210.55º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #122D49 is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 18 | 45 | 73 | - |
| CMYK | 0.75 | 0.38 | 0 | 0.71 |
| HSL | 210.55º | 0.6% | 0.18% | - |
| HSV(B) | 210.55º | 0.75% | 0.29% | - |
| XYZ | 2.39 | 2.49 | 6.66 | - |
| YUV | 40.12 | 146.55 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 45 | 73 | 0.75 | 0.38 | 0 | 0.71 | 210.55 | 0.6 | 0.18 |
| Hex | 12 | 2D | 49 | 4B | 26 | 0 | 47 | D3 | 3C | 12 |
| Octal | 22 | 55 | 111 | 113 | 46 | 0 | 107 | 323 | 74 | 22 |
| Binary | 10010 | 101101 | 1001001 | 1001011 | 100110 | 0 | 1000111 | 11010011 | 111100 | 10010 |
Color Harmonies of #122D49
Complementary color
Monochromatic Colors of #122D49
Black with #122D49
Text Example
Text Example
White with #122D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122D49; }
p { color: rgb(18,45,73); }
H1.HeaderClassName
{
color: #122D49;
}
.AnyTagClassName
{
color: #122D49;
}
</style>
background-color css
<style>
a { background-color: #122D49; }
a { background-color: rgb(18,45,73); }
div.DivClassName
{
background-color: #122D49;
}
.BgClassName
{
background-color: #122D49;
}
</style>
border-color css
<style>
span { border-color: #122D49; }
span { border-color: rgb(18,45,73); }
td.TdClassName
{
border-color: #122D49;
}
.TagClassName
{
border-color: #122D49;
}
</style>