Html Css Color HEX #13525E Teal Blue

📋 copy color: '#13525E'

red 19 ◦ green 82 ◦ blue 94

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

Shades of Teal Blue #13525E

Tints of Teal Blue #13525E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 42.05%

 BLUE value IS 94 (37.11% from 255) = 48.21%

R = 9.74%
G = 42.05%
B = 48.21%

CMYK

 C value IS 0.80

 M value IS 0.13

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#13525E (or 0x13525E) is known color: Teal Blue. HEX triplet: 13, 52 and 5E. RGB value is (19,82,94). Sum of RGB (Red+Green+Blue) = 19+82+94=195 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.74% from 195); Green value is 82 (32.42% from 255 or 42.05% from 195); Blue value is 94 (37.11% from 255 or 48.21% from 195); Max value from RGB is 94 - color contains mainly: blue. Hex color #13525E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13525E is #ECADA1. Grayscale: #404040. Windows color (decimal): -15510946 or 6181395. OLE color: 6181395.

HSL color Cylindrical-coordinate representation of color #13525E: hue angle of 189.6º degrees, saturation: 0.66, 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 #13525E is Cyan = 0.80, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 19 82 94 -
CMYK 0.80 0.13 0 0.63
HSL 189.6º 0.66% 0.22% -
HSV(B) 189.6º 0.8% 0.37% -
XYZ 5.31 6.98 11.66 -
YUV 64.53 144.63 95.52 -
System Red Green Blue C M Y K H S L
Decimal 19 82 94 0.80 0.13 0 0.63 189.6 0.66 0.22
Hex 13 52 5E 50 D 0 3F BE 42 16
Octal 23 122 136 120 15 0 77 276 102 26
Binary 10011 1010010 1011110 1010000 1101 0 111111 10111110 1000010 10110

Color Harmonies of #13525E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13525E

Black with #13525E

Text Example


Text Example

White with #13525E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13525E; }

 p { color: rgb(19,82,94); }

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

background-color css

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

 a { background-color: rgb(19,82,94); }

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

border-color css

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

 span { border-color: rgb(19,82,94); }

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