Html Css Color HEX #135059 Teal Blue

📋 copy color: '#135059'

red 19 ◦ green 80 ◦ blue 89

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

Shades of Teal Blue #135059

Tints of Teal Blue #135059

RGB

 RED value IS 19 (7.81% from 255) = 10.11%

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

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

R = 10.11%
G = 42.55%
B = 47.34%

CMYK

 C value IS 0.79

 M value IS 0.10

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#135059 (or 0x135059) is known color: Teal Blue. HEX triplet: 13, 50 and 59. RGB value is (19,80,89). Sum of RGB (Red+Green+Blue) = 19+80+89=188 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.11% from 188); Green value is 80 (31.64% from 255 or 42.55% from 188); Blue value is 89 (35.16% from 255 or 47.34% from 188); Max value from RGB is 89 - color contains mainly: blue. Hex color #135059 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135059 is #ECAFA6. Grayscale: #3E3E3E. Windows color (decimal): -15511463 or 5853203. OLE color: 5853203.

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

Color convert

RGB 19 80 89 -
CMYK 0.79 0.10 0 0.65
HSL 187.71º 0.65% 0.21% -
HSV(B) 187.71º 0.79% 0.35% -
XYZ 4.94 6.6 10.46 -
YUV 62.79 142.79 96.77 -
System Red Green Blue C M Y K H S L
Decimal 19 80 89 0.79 0.10 0 0.65 187.71 0.65 0.21
Hex 13 50 59 4F A 0 41 BC 41 15
Octal 23 120 131 117 12 0 101 274 101 25
Binary 10011 1010000 1011001 1001111 1010 0 1000001 10111100 1000001 10101

Color Harmonies of #135059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135059

Black with #135059

Text Example


Text Example

White with #135059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135059; }

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

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

background-color css

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

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

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

border-color css

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

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

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