Shades of Blue Whale #123147
Tints of Blue Whale #123147
RGB
CMYK
RGB Variations
Color information
#123147 (or 0x123147) is known color: Blue Whale. HEX triplet: 12, 31 and 47. RGB value is (18,49,71). Sum of RGB (Red+Green+Blue) = 18+49+71=138 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.04% from 138); Green value is 49 (19.53% from 255 or 35.51% from 138); Blue value is 71 (28.12% from 255 or 51.45% from 138); Max value from RGB is 71 - color contains mainly: blue. Hex color #123147 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123147 is #EDCEB8. Grayscale: #2A2A2A. Windows color (decimal): -15584953 or 4665618. OLE color: 4665618.
HSL color Cylindrical-coordinate representation of color #123147: hue angle of 204.91º 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 #123147 is Cyan = 0.75, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 18 | 49 | 71 | - |
| CMYK | 0.75 | 0.31 | 0 | 0.72 |
| HSL | 204.91º | 0.6% | 0.17% | - |
| HSV(B) | 204.91º | 0.75% | 0.28% | - |
| XYZ | 2.49 | 2.78 | 6.37 | - |
| YUV | 42.24 | 144.23 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 49 | 71 | 0.75 | 0.31 | 0 | 0.72 | 204.91 | 0.6 | 0.17 |
| Hex | 12 | 31 | 47 | 4B | 1F | 0 | 48 | CD | 3C | 11 |
| Octal | 22 | 61 | 107 | 113 | 37 | 0 | 110 | 315 | 74 | 21 |
| Binary | 10010 | 110001 | 1000111 | 1001011 | 11111 | 0 | 1001000 | 11001101 | 111100 | 10001 |
Color Harmonies of #123147
Complementary color
Monochromatic Colors of #123147
Black with #123147
Text Example
Text Example
White with #123147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123147; }
p { color: rgb(18,49,71); }
H1.HeaderClassName
{
color: #123147;
}
.AnyTagClassName
{
color: #123147;
}
</style>
background-color css
<style>
a { background-color: #123147; }
a { background-color: rgb(18,49,71); }
div.DivClassName
{
background-color: #123147;
}
.BgClassName
{
background-color: #123147;
}
</style>
border-color css
<style>
span { border-color: #123147; }
span { border-color: rgb(18,49,71); }
td.TdClassName
{
border-color: #123147;
}
.TagClassName
{
border-color: #123147;
}
</style>