Html Css Color HEX #145059 Teal Blue

📋 copy color: '#145059'

red 20 ◦ green 80 ◦ blue 89

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

Shades of Teal Blue #145059

Tints of Teal Blue #145059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 47.09%

R = 10.58%
G = 42.33%
B = 47.09%

CMYK

 C value IS 0.78

 M value IS 0.10

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#145059 (or 0x145059) is known color: Teal Blue. HEX triplet: 14, 50 and 59. RGB value is (20,80,89). Sum of RGB (Red+Green+Blue) = 20+80+89=189 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.58% from 189); Green value is 80 (31.64% from 255 or 42.33% from 189); Blue value is 89 (35.16% from 255 or 47.09% from 189); Max value from RGB is 89 - color contains mainly: blue. Hex color #145059 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145059 is #EBAFA6. Grayscale: #3E3E3E. Windows color (decimal): -15445927 or 5853204. OLE color: 5853204.

HSL color Cylindrical-coordinate representation of color #145059: hue angle of 187.83º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #145059 is Cyan = 0.78, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 20 80 89 -
CMYK 0.78 0.10 0 0.65
HSL 187.83º 0.63% 0.21% -
HSV(B) 187.83º 0.78% 0.35% -
XYZ 4.96 6.61 10.47 -
YUV 63.09 142.62 97.27 -
System Red Green Blue C M Y K H S L
Decimal 20 80 89 0.78 0.10 0 0.65 187.83 0.63 0.21
Hex 14 50 59 4E A 0 41 BC 3F 15
Octal 24 120 131 116 12 0 101 274 77 25
Binary 10100 1010000 1011001 1001110 1010 0 1000001 10111100 111111 10101

Color Harmonies of #145059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145059

Black with #145059

Text Example


Text Example

White with #145059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145059; }

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

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

background-color css

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

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

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

border-color css

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

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

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