Html Css Color HEX #144856 Teal Blue

📋 copy color: '#144856'

red 20 ◦ green 72 ◦ blue 86

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

Shades of Teal Blue #144856

Tints of Teal Blue #144856

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 48.31%

R = 11.24%
G = 40.45%
B = 48.31%

CMYK

 C value IS 0.77

 M value IS 0.16

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#144856 (or 0x144856) is known color: Teal Blue. HEX triplet: 14, 48 and 56. RGB value is (20,72,86). Sum of RGB (Red+Green+Blue) = 20+72+86=178 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.24% from 178); Green value is 72 (28.52% from 255 or 40.45% from 178); Blue value is 86 (33.98% from 255 or 48.31% from 178); Max value from RGB is 86 - color contains mainly: blue. Hex color #144856 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144856 is #EBB7A9. Grayscale: #393939. Windows color (decimal): -15447978 or 5654548. OLE color: 5654548.

HSL color Cylindrical-coordinate representation of color #144856: hue angle of 192.73º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #144856 is Cyan = 0.77, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 20 72 86 -
CMYK 0.77 0.16 0 0.66
HSL 192.73º 0.62% 0.21% -
HSV(B) 192.73º 0.77% 0.34% -
XYZ 4.29 5.46 9.63 -
YUV 58.05 143.77 100.86 -
System Red Green Blue C M Y K H S L
Decimal 20 72 86 0.77 0.16 0 0.66 192.73 0.62 0.21
Hex 14 48 56 4D 10 0 42 C1 3E 15
Octal 24 110 126 115 20 0 102 301 76 25
Binary 10100 1001000 1010110 1001101 10000 0 1000010 11000001 111110 10101

Color Harmonies of #144856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144856

Black with #144856

Text Example


Text Example

White with #144856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144856; }

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

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

background-color css

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

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

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

border-color css

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

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

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