Shades of Blue Whale #143745
Tints of Blue Whale #143745
RGB
CMYK
RGB Variations
Color information
#143745 (or 0x143745) is known color: Blue Whale. HEX triplet: 14, 37 and 45. RGB value is (20,55,69). Sum of RGB (Red+Green+Blue) = 20+55+69=144 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.89% from 144); Green value is 55 (21.88% from 255 or 38.19% from 144); Blue value is 69 (27.34% from 255 or 47.92% from 144); Max value from RGB is 69 - color contains mainly: blue. Hex color #143745 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143745 is #EBC8BA. Grayscale: #2E2E2E. Windows color (decimal): -15452347 or 4536084. OLE color: 4536084.
HSL color Cylindrical-coordinate representation of color #143745: hue angle of 197.14º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #143745 is Cyan = 0.71, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 20 | 55 | 69 | - |
| CMYK | 0.71 | 0.20 | 0 | 0.73 |
| HSL | 197.14º | 0.55% | 0.17% | - |
| HSV(B) | 197.14º | 0.71% | 0.27% | - |
| XYZ | 2.73 | 3.31 | 6.13 | - |
| YUV | 46.13 | 140.9 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 55 | 69 | 0.71 | 0.20 | 0 | 0.73 | 197.14 | 0.55 | 0.17 |
| Hex | 14 | 37 | 45 | 47 | 14 | 0 | 49 | C5 | 37 | 11 |
| Octal | 24 | 67 | 105 | 107 | 24 | 0 | 111 | 305 | 67 | 21 |
| Binary | 10100 | 110111 | 1000101 | 1000111 | 10100 | 0 | 1001001 | 11000101 | 110111 | 10001 |
Color Harmonies of #143745
Complementary color
Monochromatic Colors of #143745
Black with #143745
Text Example
Text Example
White with #143745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143745; }
p { color: rgb(20,55,69); }
H1.HeaderClassName
{
color: #143745;
}
.AnyTagClassName
{
color: #143745;
}
</style>
background-color css
<style>
a { background-color: #143745; }
a { background-color: rgb(20,55,69); }
div.DivClassName
{
background-color: #143745;
}
.BgClassName
{
background-color: #143745;
}
</style>
border-color css
<style>
span { border-color: #143745; }
span { border-color: rgb(20,55,69); }
td.TdClassName
{
border-color: #143745;
}
.TagClassName
{
border-color: #143745;
}
</style>