Html Css Color HEX #144654 Teal Blue

📋 copy color: '#144654'

red 20 ◦ green 70 ◦ blue 84

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

Shades of Teal Blue #144654

Tints of Teal Blue #144654

RGB

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

 GREEN value IS 70 (27.73% from 255) = 40.23%

 BLUE value IS 84 (33.2% from 255) = 48.28%

R = 11.49%
G = 40.23%
B = 48.28%

CMYK

 C value IS 0.76

 M value IS 0.17

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#144654 (or 0x144654) is known color: Teal Blue. HEX triplet: 14, 46 and 54. RGB value is (20,70,84). Sum of RGB (Red+Green+Blue) = 20+70+84=174 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.49% from 174); Green value is 70 (27.73% from 255 or 40.23% from 174); Blue value is 84 (33.20% from 255 or 48.28% from 174); Max value from RGB is 84 - color contains mainly: blue. Hex color #144654 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144654 is #EBB9AB. Grayscale: #383838. Windows color (decimal): -15448492 or 5522964. OLE color: 5522964.

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

Color convert

RGB 20 70 84 -
CMYK 0.76 0.17 0 0.67
HSL 193.13º 0.62% 0.2% -
HSV(B) 193.13º 0.76% 0.33% -
XYZ 4.08 5.17 9.17 -
YUV 56.65 143.44 101.86 -
System Red Green Blue C M Y K H S L
Decimal 20 70 84 0.76 0.17 0 0.67 193.13 0.62 0.2
Hex 14 46 54 4C 11 0 43 C1 3E 14
Octal 24 106 124 114 21 0 103 301 76 24
Binary 10100 1000110 1010100 1001100 10001 0 1000011 11000001 111110 10100

Color Harmonies of #144654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144654

Black with #144654

Text Example


Text Example

White with #144654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144654; }

 p { color: rgb(20,70,84); }

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

background-color css

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

 a { background-color: rgb(20,70,84); }

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

border-color css

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

 span { border-color: rgb(20,70,84); }

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