Html Css Color HEX #13505F Teal Blue

📋 copy color: '#13505F'

red 19 ◦ green 80 ◦ blue 95

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

Shades of Teal Blue #13505F

Tints of Teal Blue #13505F

RGB

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

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

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

R = 9.79%
G = 41.24%
B = 48.97%

CMYK

 C value IS 0.80

 M value IS 0.16

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#13505F (or 0x13505F) is known color: Teal Blue. HEX triplet: 13, 50 and 5F. RGB value is (19,80,95). Sum of RGB (Red+Green+Blue) = 19+80+95=194 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.79% from 194); Green value is 80 (31.64% from 255 or 41.24% from 194); Blue value is 95 (37.5% from 255 or 48.97% from 194); Max value from RGB is 95 - color contains mainly: blue. Hex color #13505F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13505F is #ECAFA0. Grayscale: #3F3F3F. Windows color (decimal): -15511457 or 6246419. OLE color: 6246419.

HSL color Cylindrical-coordinate representation of color #13505F: hue angle of 191.84º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #13505F is Cyan = 0.80, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 19 80 95 -
CMYK 0.80 0.16 0 0.63
HSL 191.84º 0.67% 0.22% -
HSV(B) 191.84º 0.8% 0.37% -
XYZ 5.2 6.7 11.85 -
YUV 63.47 145.79 96.28 -
System Red Green Blue C M Y K H S L
Decimal 19 80 95 0.80 0.16 0 0.63 191.84 0.67 0.22
Hex 13 50 5F 50 10 0 3F C0 43 16
Octal 23 120 137 120 20 0 77 300 103 26
Binary 10011 1010000 1011111 1010000 10000 0 111111 11000000 1000011 10110

Color Harmonies of #13505F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13505F

Black with #13505F

Text Example


Text Example

White with #13505F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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