Html Css Color HEX #13505D Teal Blue

📋 copy color: '#13505D'

red 19 ◦ green 80 ◦ blue 93

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

Shades of Teal Blue #13505D

Tints of Teal Blue #13505D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 48.44%

R = 9.9%
G = 41.67%
B = 48.44%

CMYK

 C value IS 0.80

 M value IS 0.14

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#13505D (or 0x13505D) is known color: Teal Blue. HEX triplet: 13, 50 and 5D. RGB value is (19,80,93). Sum of RGB (Red+Green+Blue) = 19+80+93=192 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.90% from 192); Green value is 80 (31.64% from 255 or 41.67% from 192); Blue value is 93 (36.72% from 255 or 48.44% from 192); Max value from RGB is 93 - color contains mainly: blue. Hex color #13505D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13505D is #ECAFA2. Grayscale: #3F3F3F. Windows color (decimal): -15511459 or 6115347. OLE color: 6115347.

HSL color Cylindrical-coordinate representation of color #13505D: hue angle of 190.54º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #13505D is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 19 80 93 -
CMYK 0.80 0.14 0 0.64
HSL 190.54º 0.66% 0.22% -
HSV(B) 190.54º 0.8% 0.36% -
XYZ 5.11 6.67 11.37 -
YUV 63.24 144.79 96.44 -
System Red Green Blue C M Y K H S L
Decimal 19 80 93 0.80 0.14 0 0.64 190.54 0.66 0.22
Hex 13 50 5D 50 E 0 40 BF 42 16
Octal 23 120 135 120 16 0 100 277 102 26
Binary 10011 1010000 1011101 1010000 1110 0 1000000 10111111 1000010 10110

Color Harmonies of #13505D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13505D

Black with #13505D

Text Example


Text Example

White with #13505D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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