#144F5C

Color #144F5C Teal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal Blue #144F5C

Tints of Teal Blue #144F5C

Color information

#144F5C (or 0x144F5C) is unknown color: approx Teal Blue. HEX triplet: 14, 4F and 5C. RGB value is (20,79,92). Sum of RGB (Red+Green+Blue) = 20+79+92=191 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.47% from 191); Green value is 79 (31.25% from 255 or 41.36% from 191); Blue value is 92 (36.33% from 255 or 48.17% from 191); Max value from RGB is 92 - color contains mainly: blue. Hex color #144F5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #144F5C is #EBB0A3. Grayscale: #3E3E3E. Windows color (decimal): -15446180 or 6049556. OLE color: 6049556.

HSL color Cylindrical-coordinate representation of color #144F5C: hue angle of 190.83º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #144F5C is Cyan = 0.78, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB207992-
CMYK0.780.1400.64
HSL190.83º64.29%21.96%-
HSV(B)190.83º78.26%36.08%-
XYZ5.026.5111.12-
YUV62.84144.4597.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 20 (8.20% from 255) = 10.47%
GREEN value IS 79 (31.25% from 255) = 41.36%
BLUE value IS 92 (36.33% from 255) = 48.17%
R=10.47%
G=41.36%
B=48.17%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2079920.780.1400.64190.8364.2921.96
Hex144F5C4EE040bf4016
Octal2411713411616010027710026
Binary1010010011111011100100111011100100000010111111100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144F5C; }

 p { color: rgb(20,79,92); }

 H1.HeaderClassName
 {
   color: #144F5C;
 }
 .AnyTagClassName
 {
   color: #144F5C;
 }
</style>
background-color css

<style>
 a { background-color: #144F5C; }

 a { background-color: rgb(20,79,92); }

 div.DivClassName
 {
   background-color: #144F5C;
 }
 .BgClassName
 {
   background-color: #144F5C;
 }
</style>
border-color css

<style>
 span { border-color: #144F5C; }

 span { border-color: rgb(20,79,92); }

 td.TdClassName
 {
   border-color: #144F5C;
 }
 .TagClassName
 {
   border-color: #144F5C;
 }
</style>