Shades of Blue Whale #143246
Tints of Blue Whale #143246
RGB
CMYK
RGB Variations
Color information
#143246 (or 0x143246) is known color: Blue Whale. HEX triplet: 14, 32 and 46. RGB value is (20,50,70). Sum of RGB (Red+Green+Blue) = 20+50+70=140 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.29% from 140); Green value is 50 (19.92% from 255 or 35.71% from 140); Blue value is 70 (27.73% from 255 or 50% from 140); Max value from RGB is 70 - color contains mainly: blue. Hex color #143246 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143246 is #EBCDB9. Grayscale: #2B2B2B. Windows color (decimal): -15453626 or 4600340. OLE color: 4600340.
HSL color Cylindrical-coordinate representation of color #143246: hue angle of 204º 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 #143246 is Cyan = 0.71, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 20 | 50 | 70 | - |
| CMYK | 0.71 | 0.29 | 0 | 0.73 |
| HSL | 204º | 0.56% | 0.18% | - |
| HSV(B) | 204º | 0.71% | 0.27% | - |
| XYZ | 2.53 | 2.87 | 6.22 | - |
| YUV | 43.31 | 143.06 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 50 | 70 | 0.71 | 0.29 | 0 | 0.73 | 204 | 0.56 | 0.18 |
| Hex | 14 | 32 | 46 | 47 | 1D | 0 | 49 | CC | 38 | 12 |
| Octal | 24 | 62 | 106 | 107 | 35 | 0 | 111 | 314 | 70 | 22 |
| Binary | 10100 | 110010 | 1000110 | 1000111 | 11101 | 0 | 1001001 | 11001100 | 111000 | 10010 |
Color Harmonies of #143246
Complementary color
Monochromatic Colors of #143246
Black with #143246
Text Example
Text Example
White with #143246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143246; }
p { color: rgb(20,50,70); }
H1.HeaderClassName
{
color: #143246;
}
.AnyTagClassName
{
color: #143246;
}
</style>
background-color css
<style>
a { background-color: #143246; }
a { background-color: rgb(20,50,70); }
div.DivClassName
{
background-color: #143246;
}
.BgClassName
{
background-color: #143246;
}
</style>
border-color css
<style>
span { border-color: #143246; }
span { border-color: rgb(20,50,70); }
td.TdClassName
{
border-color: #143246;
}
.TagClassName
{
border-color: #143246;
}
</style>