Shades of Blue Whale #143347
Tints of Blue Whale #143347
RGB
CMYK
RGB Variations
Color information
#143347 (or 0x143347) is known color: Blue Whale. HEX triplet: 14, 33 and 47. RGB value is (20,51,71). Sum of RGB (Red+Green+Blue) = 20+51+71=142 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.08% from 142); Green value is 51 (20.31% from 255 or 35.92% from 142); Blue value is 71 (28.12% from 255 or 50% from 142); Max value from RGB is 71 - color contains mainly: blue. Hex color #143347 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143347 is #EBCCB8. Grayscale: #2B2B2B. Windows color (decimal): -15453369 or 4666132. OLE color: 4666132.
HSL color Cylindrical-coordinate representation of color #143347: hue angle of 203.53º 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 #143347 is Cyan = 0.72, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 20 | 51 | 71 | - |
| CMYK | 0.72 | 0.28 | 0 | 0.72 |
| HSL | 203.53º | 0.56% | 0.18% | - |
| HSV(B) | 203.53º | 0.72% | 0.28% | - |
| XYZ | 2.61 | 2.97 | 6.4 | - |
| YUV | 44.01 | 143.23 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 51 | 71 | 0.72 | 0.28 | 0 | 0.72 | 203.53 | 0.56 | 0.18 |
| Hex | 14 | 33 | 47 | 48 | 1C | 0 | 48 | CC | 38 | 12 |
| Octal | 24 | 63 | 107 | 110 | 34 | 0 | 110 | 314 | 70 | 22 |
| Binary | 10100 | 110011 | 1000111 | 1001000 | 11100 | 0 | 1001000 | 11001100 | 111000 | 10010 |
Color Harmonies of #143347
Complementary color
Monochromatic Colors of #143347
Black with #143347
Text Example
Text Example
White with #143347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143347; }
p { color: rgb(20,51,71); }
H1.HeaderClassName
{
color: #143347;
}
.AnyTagClassName
{
color: #143347;
}
</style>
background-color css
<style>
a { background-color: #143347; }
a { background-color: rgb(20,51,71); }
div.DivClassName
{
background-color: #143347;
}
.BgClassName
{
background-color: #143347;
}
</style>
border-color css
<style>
span { border-color: #143347; }
span { border-color: rgb(20,51,71); }
td.TdClassName
{
border-color: #143347;
}
.TagClassName
{
border-color: #143347;
}
</style>