Shades of Blue Whale #143748
Tints of Blue Whale #143748
RGB
CMYK
RGB Variations
Color information
#143748 (or 0x143748) is known color: Blue Whale. HEX triplet: 14, 37 and 48. RGB value is (20,55,72). Sum of RGB (Red+Green+Blue) = 20+55+72=147 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.61% from 147); Green value is 55 (21.88% from 255 or 37.41% from 147); Blue value is 72 (28.52% from 255 or 48.98% from 147); Max value from RGB is 72 - color contains mainly: blue. Hex color #143748 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143748 is #EBC8B7. Grayscale: #2E2E2E. Windows color (decimal): -15452344 or 4732692. OLE color: 4732692.
HSL color Cylindrical-coordinate representation of color #143748: hue angle of 199.62º degrees, saturation: 0.57, 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 #143748 is Cyan = 0.72, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 20 | 55 | 72 | - |
| CMYK | 0.72 | 0.24 | 0 | 0.72 |
| HSL | 199.62º | 0.57% | 0.18% | - |
| HSV(B) | 199.62º | 0.72% | 0.28% | - |
| XYZ | 2.82 | 3.35 | 6.63 | - |
| YUV | 46.47 | 142.4 | 109.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 55 | 72 | 0.72 | 0.24 | 0 | 0.72 | 199.62 | 0.57 | 0.18 |
| Hex | 14 | 37 | 48 | 48 | 18 | 0 | 48 | C8 | 39 | 12 |
| Octal | 24 | 67 | 110 | 110 | 30 | 0 | 110 | 310 | 71 | 22 |
| Binary | 10100 | 110111 | 1001000 | 1001000 | 11000 | 0 | 1001000 | 11001000 | 111001 | 10010 |
Color Harmonies of #143748
Complementary color
Monochromatic Colors of #143748
Black with #143748
Text Example
Text Example
White with #143748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143748; }
p { color: rgb(20,55,72); }
H1.HeaderClassName
{
color: #143748;
}
.AnyTagClassName
{
color: #143748;
}
</style>
background-color css
<style>
a { background-color: #143748; }
a { background-color: rgb(20,55,72); }
div.DivClassName
{
background-color: #143748;
}
.BgClassName
{
background-color: #143748;
}
</style>
border-color css
<style>
span { border-color: #143748; }
span { border-color: rgb(20,55,72); }
td.TdClassName
{
border-color: #143748;
}
.TagClassName
{
border-color: #143748;
}
</style>