Html Css Color HEX #14505F Teal Blue

📋 copy color: '#14505F'

red 20 ◦ green 80 ◦ blue 95

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

Shades of Teal Blue #14505F

Tints of Teal Blue #14505F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 41.03%

 BLUE value IS 95 (37.5% from 255) = 48.72%

R = 10.26%
G = 41.03%
B = 48.72%

CMYK

 C value IS 0.79

 M value IS 0.16

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#14505F (or 0x14505F) is known color: Teal Blue. HEX triplet: 14, 50 and 5F. RGB value is (20,80,95). Sum of RGB (Red+Green+Blue) = 20+80+95=195 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.26% from 195); Green value is 80 (31.64% from 255 or 41.03% from 195); Blue value is 95 (37.5% from 255 or 48.72% from 195); Max value from RGB is 95 - color contains mainly: blue. Hex color #14505F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14505F is #EBAFA0. Grayscale: #3F3F3F. Windows color (decimal): -15445921 or 6246420. OLE color: 6246420.

HSL color Cylindrical-coordinate representation of color #14505F: hue angle of 192º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #14505F is Cyan = 0.79, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 20 80 95 -
CMYK 0.79 0.16 0 0.63
HSL 192º 0.65% 0.23% -
HSV(B) 192º 0.79% 0.37% -
XYZ 5.22 6.71 11.85 -
YUV 63.77 145.62 96.78 -
System Red Green Blue C M Y K H S L
Decimal 20 80 95 0.79 0.16 0 0.63 192 0.65 0.23
Hex 14 50 5F 4F 10 0 3F C0 41 17
Octal 24 120 137 117 20 0 77 300 101 27
Binary 10100 1010000 1011111 1001111 10000 0 111111 11000000 1000001 10111

Color Harmonies of #14505F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14505F

Black with #14505F

Text Example


Text Example

White with #14505F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14505F; }

 p { color: rgb(20,80,95); }

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

background-color css

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

 a { background-color: rgb(20,80,95); }

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

border-color css

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

 span { border-color: rgb(20,80,95); }

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