Shades of Blue Whale #143643
Tints of Blue Whale #143643
RGB
CMYK
RGB Variations
Color information
#143643 (or 0x143643) is known color: Blue Whale. HEX triplet: 14, 36 and 43. RGB value is (20,54,67). Sum of RGB (Red+Green+Blue) = 20+54+67=141 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.18% from 141); Green value is 54 (21.48% from 255 or 38.30% from 141); Blue value is 67 (26.56% from 255 or 47.52% from 141); Max value from RGB is 67 - color contains mainly: blue. Hex color #143643 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143643 is #EBC9BC. Grayscale: #2D2D2D. Windows color (decimal): -15452605 or 4404756. OLE color: 4404756.
HSL color Cylindrical-coordinate representation of color #143643: hue angle of 196.6º degrees, saturation: 0.54, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #143643 is Cyan = 0.70, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 20 | 54 | 67 | - |
| CMYK | 0.70 | 0.19 | 0 | 0.74 |
| HSL | 196.6º | 0.54% | 0.17% | - |
| HSV(B) | 196.6º | 0.7% | 0.26% | - |
| XYZ | 2.62 | 3.19 | 5.79 | - |
| YUV | 45.32 | 140.24 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 54 | 67 | 0.70 | 0.19 | 0 | 0.74 | 196.6 | 0.54 | 0.17 |
| Hex | 14 | 36 | 43 | 46 | 13 | 0 | 4A | C5 | 36 | 11 |
| Octal | 24 | 66 | 103 | 106 | 23 | 0 | 112 | 305 | 66 | 21 |
| Binary | 10100 | 110110 | 1000011 | 1000110 | 10011 | 0 | 1001010 | 11000101 | 110110 | 10001 |
Color Harmonies of #143643
Complementary color
Monochromatic Colors of #143643
Black with #143643
Text Example
Text Example
White with #143643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143643; }
p { color: rgb(20,54,67); }
H1.HeaderClassName
{
color: #143643;
}
.AnyTagClassName
{
color: #143643;
}
</style>
background-color css
<style>
a { background-color: #143643; }
a { background-color: rgb(20,54,67); }
div.DivClassName
{
background-color: #143643;
}
.BgClassName
{
background-color: #143643;
}
</style>
border-color css
<style>
span { border-color: #143643; }
span { border-color: rgb(20,54,67); }
td.TdClassName
{
border-color: #143643;
}
.TagClassName
{
border-color: #143643;
}
</style>