Html Css Color HEX #144855 Teal Blue

📋 copy color: '#144855'

red 20 ◦ green 72 ◦ blue 85

#144855
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Teal Blue #144855

Tints of Teal Blue #144855

RGB

 RED value IS 20 (8.2% from 255) = 11.3%

 GREEN value IS 72 (28.52% from 255) = 40.68%

 BLUE value IS 85 (33.59% from 255) = 48.02%

R = 11.3%
G = 40.68%
B = 48.02%

CMYK

 C value IS 0.76

 M value IS 0.15

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#144855 (or 0x144855) is known color: Teal Blue. HEX triplet: 14, 48 and 55. RGB value is (20,72,85). Sum of RGB (Red+Green+Blue) = 20+72+85=177 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.30% from 177); Green value is 72 (28.52% from 255 or 40.68% from 177); Blue value is 85 (33.59% from 255 or 48.02% from 177); Max value from RGB is 85 - color contains mainly: blue. Hex color #144855 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144855 is #EBB7AA. Grayscale: #393939. Windows color (decimal): -15447979 or 5589012. OLE color: 5589012.

HSL color Cylindrical-coordinate representation of color #144855: hue angle of 192º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #144855 is Cyan = 0.76, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 20 72 85 -
CMYK 0.76 0.15 0 0.67
HSL 192º 0.62% 0.21% -
HSV(B) 192º 0.76% 0.33% -
XYZ 4.25 5.44 9.42 -
YUV 57.93 143.27 100.94 -
System Red Green Blue C M Y K H S L
Decimal 20 72 85 0.76 0.15 0 0.67 192 0.62 0.21
Hex 14 48 55 4C F 0 43 C0 3E 15
Octal 24 110 125 114 17 0 103 300 76 25
Binary 10100 1001000 1010101 1001100 1111 0 1000011 11000000 111110 10101

Color Harmonies of #144855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144855

Black with #144855

Text Example


Text Example

White with #144855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144855; }

 p { color: rgb(20,72,85); }

 H1.HeaderClassName
 {
   color: #144855;
 }
 .AnyTagClassName
 {
   color: #144855;
 }
</style>

background-color css

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

 a { background-color: rgb(20,72,85); }

 div.DivClassName
 {
   background-color: #144855;
 }
 .BgClassName
 {
   background-color: #144855;
 }
</style>

border-color css

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

 span { border-color: rgb(20,72,85); }

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