Html Css Color HEX #134853 Teal Blue

📋 copy color: '#134853'

red 19 ◦ green 72 ◦ blue 83

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

Shades of Teal Blue #134853

Tints of Teal Blue #134853

RGB

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

 GREEN value IS 72 (28.52% from 255) = 41.38%

 BLUE value IS 83 (32.81% from 255) = 47.7%

R = 10.92%
G = 41.38%
B = 47.7%

CMYK

 C value IS 0.77

 M value IS 0.13

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#134853 (or 0x134853) is known color: Teal Blue. HEX triplet: 13, 48 and 53. RGB value is (19,72,83). Sum of RGB (Red+Green+Blue) = 19+72+83=174 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.92% from 174); Green value is 72 (28.52% from 255 or 41.38% from 174); Blue value is 83 (32.81% from 255 or 47.70% from 174); Max value from RGB is 83 - color contains mainly: blue. Hex color #134853 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134853 is #ECB7AC. Grayscale: #393939. Windows color (decimal): -15513517 or 5457939. OLE color: 5457939.

HSL color Cylindrical-coordinate representation of color #134853: hue angle of 190.31º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #134853 is Cyan = 0.77, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 19 72 83 -
CMYK 0.77 0.13 0 0.67
HSL 190.31º 0.63% 0.2% -
HSV(B) 190.31º 0.77% 0.33% -
XYZ 4.15 5.4 9.01 -
YUV 57.41 142.44 100.61 -
System Red Green Blue C M Y K H S L
Decimal 19 72 83 0.77 0.13 0 0.67 190.31 0.63 0.2
Hex 13 48 53 4D D 0 43 BE 3F 14
Octal 23 110 123 115 15 0 103 276 77 24
Binary 10011 1001000 1010011 1001101 1101 0 1000011 10111110 111111 10100

Color Harmonies of #134853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134853

Black with #134853

Text Example


Text Example

White with #134853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134853; }

 p { color: rgb(19,72,83); }

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

background-color css

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

 a { background-color: rgb(19,72,83); }

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

border-color css

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

 span { border-color: rgb(19,72,83); }

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