Shades of Blue Whale #143549
Tints of Blue Whale #143549
RGB
CMYK
RGB Variations
Color information
#143549 (or 0x143549) is known color: Blue Whale. HEX triplet: 14, 35 and 49. RGB value is (20,53,73). Sum of RGB (Red+Green+Blue) = 20+53+73=146 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.70% from 146); Green value is 53 (21.09% from 255 or 36.30% from 146); Blue value is 73 (28.91% from 255 or 50% from 146); Max value from RGB is 73 - color contains mainly: blue. Hex color #143549 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143549 is #EBCAB6. Grayscale: #2D2D2D. Windows color (decimal): -15452855 or 4797716. OLE color: 4797716.
HSL color Cylindrical-coordinate representation of color #143549: hue angle of 202.64º 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 #143549 is Cyan = 0.73, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 20 | 53 | 73 | - |
| CMYK | 0.73 | 0.27 | 0 | 0.71 |
| HSL | 202.64º | 0.57% | 0.18% | - |
| HSV(B) | 202.64º | 0.73% | 0.29% | - |
| XYZ | 2.76 | 3.18 | 6.77 | - |
| YUV | 45.41 | 143.57 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 53 | 73 | 0.73 | 0.27 | 0 | 0.71 | 202.64 | 0.57 | 0.18 |
| Hex | 14 | 35 | 49 | 49 | 1B | 0 | 47 | CB | 39 | 12 |
| Octal | 24 | 65 | 111 | 111 | 33 | 0 | 107 | 313 | 71 | 22 |
| Binary | 10100 | 110101 | 1001001 | 1001001 | 11011 | 0 | 1000111 | 11001011 | 111001 | 10010 |
Color Harmonies of #143549
Complementary color
Monochromatic Colors of #143549
Black with #143549
Text Example
Text Example
White with #143549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143549; }
p { color: rgb(20,53,73); }
H1.HeaderClassName
{
color: #143549;
}
.AnyTagClassName
{
color: #143549;
}
</style>
background-color css
<style>
a { background-color: #143549; }
a { background-color: rgb(20,53,73); }
div.DivClassName
{
background-color: #143549;
}
.BgClassName
{
background-color: #143549;
}
</style>
border-color css
<style>
span { border-color: #143549; }
span { border-color: rgb(20,53,73); }
td.TdClassName
{
border-color: #143549;
}
.TagClassName
{
border-color: #143549;
}
</style>