Shades of Blue Whale #143849
Tints of Blue Whale #143849
RGB
CMYK
RGB Variations
Color information
#143849 (or 0x143849) is known color: Blue Whale. HEX triplet: 14, 38 and 49. RGB value is (20,56,73). Sum of RGB (Red+Green+Blue) = 20+56+73=149 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.42% from 149); Green value is 56 (22.27% from 255 or 37.58% 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 #143849 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143849 is #EBC7B6. Grayscale: #2F2F2F. Windows color (decimal): -15452087 or 4798484. OLE color: 4798484.
HSL color Cylindrical-coordinate representation of color #143849: hue angle of 199.25º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #143849 is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 20 | 56 | 73 | - |
| CMYK | 0.73 | 0.23 | 0 | 0.71 |
| HSL | 199.25º | 0.57% | 0.18% | - |
| HSV(B) | 199.25º | 0.73% | 0.29% | - |
| XYZ | 2.91 | 3.46 | 6.82 | - |
| YUV | 47.17 | 142.57 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 56 | 73 | 0.73 | 0.23 | 0 | 0.71 | 199.25 | 0.57 | 0.18 |
| Hex | 14 | 38 | 49 | 49 | 17 | 0 | 47 | C7 | 39 | 12 |
| Octal | 24 | 70 | 111 | 111 | 27 | 0 | 107 | 307 | 71 | 22 |
| Binary | 10100 | 111000 | 1001001 | 1001001 | 10111 | 0 | 1000111 | 11000111 | 111001 | 10010 |
Color Harmonies of #143849
Complementary color
Monochromatic Colors of #143849
Black with #143849
Text Example
Text Example
White with #143849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143849; }
p { color: rgb(20,56,73); }
H1.HeaderClassName
{
color: #143849;
}
.AnyTagClassName
{
color: #143849;
}
</style>
background-color css
<style>
a { background-color: #143849; }
a { background-color: rgb(20,56,73); }
div.DivClassName
{
background-color: #143849;
}
.BgClassName
{
background-color: #143849;
}
</style>
border-color css
<style>
span { border-color: #143849; }
span { border-color: rgb(20,56,73); }
td.TdClassName
{
border-color: #143849;
}
.TagClassName
{
border-color: #143849;
}
</style>