Shades of Blue Whale #123849
Tints of Blue Whale #123849
RGB
CMYK
RGB Variations
Color information
#123849 (or 0x123849) is known color: Blue Whale. HEX triplet: 12, 38 and 49. RGB value is (18,56,73). Sum of RGB (Red+Green+Blue) = 18+56+73=147 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.24% from 147); Green value is 56 (22.27% from 255 or 38.10% from 147); Blue value is 73 (28.91% from 255 or 49.66% from 147); Max value from RGB is 73 - color contains mainly: blue. Hex color #123849 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123849 is #EDC7B6. Grayscale: #2E2E2E. Windows color (decimal): -15583159 or 4798482. OLE color: 4798482.
HSL color Cylindrical-coordinate representation of color #123849: hue angle of 198.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 #123849 is Cyan = 0.75, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 18 | 56 | 73 | - |
| CMYK | 0.75 | 0.23 | 0 | 0.71 |
| HSL | 198.55º | 0.6% | 0.18% | - |
| HSV(B) | 198.55º | 0.75% | 0.29% | - |
| XYZ | 2.87 | 3.44 | 6.82 | - |
| YUV | 46.58 | 142.91 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 56 | 73 | 0.75 | 0.23 | 0 | 0.71 | 198.55 | 0.6 | 0.18 |
| Hex | 12 | 38 | 49 | 4B | 17 | 0 | 47 | C7 | 3C | 12 |
| Octal | 22 | 70 | 111 | 113 | 27 | 0 | 107 | 307 | 74 | 22 |
| Binary | 10010 | 111000 | 1001001 | 1001011 | 10111 | 0 | 1000111 | 11000111 | 111100 | 10010 |
Color Harmonies of #123849
Complementary color
Monochromatic Colors of #123849
Black with #123849
Text Example
Text Example
White with #123849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123849; }
p { color: rgb(18,56,73); }
H1.HeaderClassName
{
color: #123849;
}
.AnyTagClassName
{
color: #123849;
}
</style>
background-color css
<style>
a { background-color: #123849; }
a { background-color: rgb(18,56,73); }
div.DivClassName
{
background-color: #123849;
}
.BgClassName
{
background-color: #123849;
}
</style>
border-color css
<style>
span { border-color: #123849; }
span { border-color: rgb(18,56,73); }
td.TdClassName
{
border-color: #123849;
}
.TagClassName
{
border-color: #123849;
}
</style>