Html Css Color HEX #13505A Teal Blue

📋 copy color: '#13505A'

red 19 ◦ green 80 ◦ blue 90

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

Shades of Teal Blue #13505A

Tints of Teal Blue #13505A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 47.62%

R = 10.05%
G = 42.33%
B = 47.62%

CMYK

 C value IS 0.79

 M value IS 0.11

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#13505A (or 0x13505A) is known color: Teal Blue. HEX triplet: 13, 50 and 5A. RGB value is (19,80,90). Sum of RGB (Red+Green+Blue) = 19+80+90=189 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10.05% from 189); Green value is 80 (31.64% from 255 or 42.33% from 189); Blue value is 90 (35.55% from 255 or 47.62% from 189); Max value from RGB is 90 - color contains mainly: blue. Hex color #13505A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13505A is #ECAFA5. Grayscale: #3E3E3E. Windows color (decimal): -15511462 or 5918739. OLE color: 5918739.

HSL color Cylindrical-coordinate representation of color #13505A: hue angle of 188.45º 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 #13505A is Cyan = 0.79, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 19 80 90 -
CMYK 0.79 0.11 0 0.65
HSL 188.45º 0.65% 0.21% -
HSV(B) 188.45º 0.79% 0.35% -
XYZ 4.98 6.61 10.69 -
YUV 62.9 143.29 96.69 -
System Red Green Blue C M Y K H S L
Decimal 19 80 90 0.79 0.11 0 0.65 188.45 0.65 0.21
Hex 13 50 5A 4F B 0 41 BC 41 15
Octal 23 120 132 117 13 0 101 274 101 25
Binary 10011 1010000 1011010 1001111 1011 0 1000001 10111100 1000001 10101

Color Harmonies of #13505A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13505A

Black with #13505A

Text Example


Text Example

White with #13505A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13505A; }

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

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

background-color css

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

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

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

border-color css

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

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

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