Shades of Blue Whale #143547
Tints of Blue Whale #143547
RGB
CMYK
RGB Variations
Color information
#143547 (or 0x143547) is known color: Blue Whale. HEX triplet: 14, 35 and 47. RGB value is (20,53,71). Sum of RGB (Red+Green+Blue) = 20+53+71=144 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.89% from 144); Green value is 53 (21.09% from 255 or 36.81% from 144); Blue value is 71 (28.12% from 255 or 49.31% from 144); Max value from RGB is 71 - color contains mainly: blue. Hex color #143547 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143547 is #EBCAB8. Grayscale: #2D2D2D. Windows color (decimal): -15452857 or 4666644. OLE color: 4666644.
HSL color Cylindrical-coordinate representation of color #143547: hue angle of 201.18º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #143547 is Cyan = 0.72, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 20 | 53 | 71 | - |
| CMYK | 0.72 | 0.25 | 0 | 0.72 |
| HSL | 201.18º | 0.56% | 0.18% | - |
| HSV(B) | 201.18º | 0.72% | 0.28% | - |
| XYZ | 2.7 | 3.15 | 6.43 | - |
| YUV | 45.19 | 142.57 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 53 | 71 | 0.72 | 0.25 | 0 | 0.72 | 201.18 | 0.56 | 0.18 |
| Hex | 14 | 35 | 47 | 48 | 19 | 0 | 48 | C9 | 38 | 12 |
| Octal | 24 | 65 | 107 | 110 | 31 | 0 | 110 | 311 | 70 | 22 |
| Binary | 10100 | 110101 | 1000111 | 1001000 | 11001 | 0 | 1001000 | 11001001 | 111000 | 10010 |
Color Harmonies of #143547
Complementary color
Monochromatic Colors of #143547
Black with #143547
Text Example
Text Example
White with #143547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143547; }
p { color: rgb(20,53,71); }
H1.HeaderClassName
{
color: #143547;
}
.AnyTagClassName
{
color: #143547;
}
</style>
background-color css
<style>
a { background-color: #143547; }
a { background-color: rgb(20,53,71); }
div.DivClassName
{
background-color: #143547;
}
.BgClassName
{
background-color: #143547;
}
</style>
border-color css
<style>
span { border-color: #143547; }
span { border-color: rgb(20,53,71); }
td.TdClassName
{
border-color: #143547;
}
.TagClassName
{
border-color: #143547;
}
</style>