Shades of Blue Whale #143146
Tints of Blue Whale #143146
RGB
CMYK
RGB Variations
Color information
#143146 (or 0x143146) is known color: Blue Whale. HEX triplet: 14, 31 and 46. RGB value is (20,49,70). Sum of RGB (Red+Green+Blue) = 20+49+70=139 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.39% from 139); Green value is 49 (19.53% from 255 or 35.25% from 139); Blue value is 70 (27.73% from 255 or 50.36% from 139); Max value from RGB is 70 - color contains mainly: blue. Hex color #143146 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143146 is #EBCEB9. Grayscale: #2A2A2A. Windows color (decimal): -15453882 or 4600084. OLE color: 4600084.
HSL color Cylindrical-coordinate representation of color #143146: hue angle of 205.2º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #143146 is Cyan = 0.71, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 20 | 49 | 70 | - |
| CMYK | 0.71 | 0.30 | 0 | 0.73 |
| HSL | 205.2º | 0.56% | 0.18% | - |
| HSV(B) | 205.2º | 0.71% | 0.27% | - |
| XYZ | 2.49 | 2.79 | 6.2 | - |
| YUV | 42.72 | 143.39 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 49 | 70 | 0.71 | 0.30 | 0 | 0.73 | 205.2 | 0.56 | 0.18 |
| Hex | 14 | 31 | 46 | 47 | 1E | 0 | 49 | CD | 38 | 12 |
| Octal | 24 | 61 | 106 | 107 | 36 | 0 | 111 | 315 | 70 | 22 |
| Binary | 10100 | 110001 | 1000110 | 1000111 | 11110 | 0 | 1001001 | 11001101 | 111000 | 10010 |
Color Harmonies of #143146
Complementary color
Monochromatic Colors of #143146
Black with #143146
Text Example
Text Example
White with #143146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143146; }
p { color: rgb(20,49,70); }
H1.HeaderClassName
{
color: #143146;
}
.AnyTagClassName
{
color: #143146;
}
</style>
background-color css
<style>
a { background-color: #143146; }
a { background-color: rgb(20,49,70); }
div.DivClassName
{
background-color: #143146;
}
.BgClassName
{
background-color: #143146;
}
</style>
border-color css
<style>
span { border-color: #143146; }
span { border-color: rgb(20,49,70); }
td.TdClassName
{
border-color: #143146;
}
.TagClassName
{
border-color: #143146;
}
</style>