Shades of Teal Blue #144B5A
Tints of Teal Blue #144B5A
RGB
CMYK
RGB Variations
Color information
#144B5A (or 0x144B5A) is known color: Teal Blue. HEX triplet: 14, 4B and 5A. RGB value is (20,75,90). Sum of RGB (Red+Green+Blue) = 20+75+90=185 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.81% from 185); Green value is 75 (29.69% from 255 or 40.54% from 185); Blue value is 90 (35.55% from 255 or 48.65% from 185); Max value from RGB is 90 - color contains mainly: blue. Hex color #144B5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144B5A is #EBB4A5. Grayscale: #3C3C3C. Windows color (decimal): -15447206 or 5917460. OLE color: 5917460.
HSL color Cylindrical-coordinate representation of color #144B5A: hue angle of 192.86º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #144B5A is Cyan = 0.78, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 20 | 75 | 90 | - |
| CMYK | 0.78 | 0.17 | 0 | 0.65 |
| HSL | 192.86º | 0.64% | 0.22% | - |
| HSV(B) | 192.86º | 0.78% | 0.35% | - |
| XYZ | 4.65 | 5.92 | 10.57 | - |
| YUV | 60.27 | 144.78 | 99.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 75 | 90 | 0.78 | 0.17 | 0 | 0.65 | 192.86 | 0.64 | 0.22 |
| Hex | 14 | 4B | 5A | 4E | 11 | 0 | 41 | C1 | 40 | 16 |
| Octal | 24 | 113 | 132 | 116 | 21 | 0 | 101 | 301 | 100 | 26 |
| Binary | 10100 | 1001011 | 1011010 | 1001110 | 10001 | 0 | 1000001 | 11000001 | 1000000 | 10110 |
Color Harmonies of #144B5A
Complementary color
Monochromatic Colors of #144B5A
Black with #144B5A
Text Example
Text Example
White with #144B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144B5A; }
p { color: rgb(20,75,90); }
H1.HeaderClassName
{
color: #144B5A;
}
.AnyTagClassName
{
color: #144B5A;
}
</style>
background-color css
<style>
a { background-color: #144B5A; }
a { background-color: rgb(20,75,90); }
div.DivClassName
{
background-color: #144B5A;
}
.BgClassName
{
background-color: #144B5A;
}
</style>
border-color css
<style>
span { border-color: #144B5A; }
span { border-color: rgb(20,75,90); }
td.TdClassName
{
border-color: #144B5A;
}
.TagClassName
{
border-color: #144B5A;
}
</style>