Shades of Blue Whale #123A49
Tints of Blue Whale #123A49
RGB
CMYK
RGB Variations
Color information
#123A49 (or 0x123A49) is known color: Blue Whale. HEX triplet: 12, 3A and 49. RGB value is (18,58,73). Sum of RGB (Red+Green+Blue) = 18+58+73=149 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.08% from 149); Green value is 58 (23.05% from 255 or 38.93% from 149); Blue value is 73 (28.91% from 255 or 48.99% from 149); Max value from RGB is 73 - color contains mainly: blue. Hex color #123A49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123A49 is #EDC5B6. Grayscale: #2F2F2F. Windows color (decimal): -15582647 or 4798994. OLE color: 4798994.
HSL color Cylindrical-coordinate representation of color #123A49: hue angle of 196.36º 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 #123A49 is Cyan = 0.75, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 18 | 58 | 73 | - |
| CMYK | 0.75 | 0.21 | 0 | 0.71 |
| HSL | 196.36º | 0.6% | 0.18% | - |
| HSV(B) | 196.36º | 0.75% | 0.29% | - |
| XYZ | 2.97 | 3.64 | 6.85 | - |
| YUV | 47.75 | 142.25 | 106.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 58 | 73 | 0.75 | 0.21 | 0 | 0.71 | 196.36 | 0.6 | 0.18 |
| Hex | 12 | 3A | 49 | 4B | 15 | 0 | 47 | C4 | 3C | 12 |
| Octal | 22 | 72 | 111 | 113 | 25 | 0 | 107 | 304 | 74 | 22 |
| Binary | 10010 | 111010 | 1001001 | 1001011 | 10101 | 0 | 1000111 | 11000100 | 111100 | 10010 |
Color Harmonies of #123A49
Complementary color
Monochromatic Colors of #123A49
Black with #123A49
Text Example
Text Example
White with #123A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123A49; }
p { color: rgb(18,58,73); }
H1.HeaderClassName
{
color: #123A49;
}
.AnyTagClassName
{
color: #123A49;
}
</style>
background-color css
<style>
a { background-color: #123A49; }
a { background-color: rgb(18,58,73); }
div.DivClassName
{
background-color: #123A49;
}
.BgClassName
{
background-color: #123A49;
}
</style>
border-color css
<style>
span { border-color: #123A49; }
span { border-color: rgb(18,58,73); }
td.TdClassName
{
border-color: #123A49;
}
.TagClassName
{
border-color: #123A49;
}
</style>