Shades of Blue Whale #143948
Tints of Blue Whale #143948
RGB
CMYK
RGB Variations
Color information
#143948 (or 0x143948) is known color: Blue Whale. HEX triplet: 14, 39 and 48. RGB value is (20,57,72). Sum of RGB (Red+Green+Blue) = 20+57+72=149 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.42% from 149); Green value is 57 (22.66% from 255 or 38.26% from 149); Blue value is 72 (28.52% from 255 or 48.32% from 149); Max value from RGB is 72 - color contains mainly: blue. Hex color #143948 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143948 is #EBC6B7. Grayscale: #2F2F2F. Windows color (decimal): -15451832 or 4733204. OLE color: 4733204.
HSL color Cylindrical-coordinate representation of color #143948: hue angle of 197.31º 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 #143948 is Cyan = 0.72, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 20 | 57 | 72 | - |
| CMYK | 0.72 | 0.21 | 0 | 0.72 |
| HSL | 197.31º | 0.57% | 0.18% | - |
| HSV(B) | 197.31º | 0.72% | 0.28% | - |
| XYZ | 2.92 | 3.54 | 6.66 | - |
| YUV | 47.65 | 141.74 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 57 | 72 | 0.72 | 0.21 | 0 | 0.72 | 197.31 | 0.57 | 0.18 |
| Hex | 14 | 39 | 48 | 48 | 15 | 0 | 48 | C5 | 39 | 12 |
| Octal | 24 | 71 | 110 | 110 | 25 | 0 | 110 | 305 | 71 | 22 |
| Binary | 10100 | 111001 | 1001000 | 1001000 | 10101 | 0 | 1001000 | 11000101 | 111001 | 10010 |
Color Harmonies of #143948
Complementary color
Monochromatic Colors of #143948
Black with #143948
Text Example
Text Example
White with #143948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143948; }
p { color: rgb(20,57,72); }
H1.HeaderClassName
{
color: #143948;
}
.AnyTagClassName
{
color: #143948;
}
</style>
background-color css
<style>
a { background-color: #143948; }
a { background-color: rgb(20,57,72); }
div.DivClassName
{
background-color: #143948;
}
.BgClassName
{
background-color: #143948;
}
</style>
border-color css
<style>
span { border-color: #143948; }
span { border-color: rgb(20,57,72); }
td.TdClassName
{
border-color: #143948;
}
.TagClassName
{
border-color: #143948;
}
</style>