Html Css Color HEX #134754 Teal Blue

📋 copy color: '#134754'

red 19 ◦ green 71 ◦ blue 84

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

Shades of Teal Blue #134754

Tints of Teal Blue #134754

RGB

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

 GREEN value IS 71 (28.13% from 255) = 40.8%

 BLUE value IS 84 (33.2% from 255) = 48.28%

R = 10.92%
G = 40.8%
B = 48.28%

CMYK

 C value IS 0.77

 M value IS 0.15

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#134754 (or 0x134754) is known color: Teal Blue. HEX triplet: 13, 47 and 54. RGB value is (19,71,84). Sum of RGB (Red+Green+Blue) = 19+71+84=174 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.92% from 174); Green value is 71 (28.12% from 255 or 40.80% from 174); Blue value is 84 (33.20% from 255 or 48.28% from 174); Max value from RGB is 84 - color contains mainly: blue. Hex color #134754 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134754 is #ECB8AB. Grayscale: #383838. Windows color (decimal): -15513772 or 5523219. OLE color: 5523219.

HSL color Cylindrical-coordinate representation of color #134754: hue angle of 192º 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 #134754 is Cyan = 0.77, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 19 71 84 -
CMYK 0.77 0.15 0 0.67
HSL 192º 0.63% 0.2% -
HSV(B) 192º 0.77% 0.33% -
XYZ 4.12 5.29 9.19 -
YUV 56.93 143.27 100.94 -
System Red Green Blue C M Y K H S L
Decimal 19 71 84 0.77 0.15 0 0.67 192 0.63 0.2
Hex 13 47 54 4D F 0 43 C0 3F 14
Octal 23 107 124 115 17 0 103 300 77 24
Binary 10011 1000111 1010100 1001101 1111 0 1000011 11000000 111111 10100

Color Harmonies of #134754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134754

Black with #134754

Text Example


Text Example

White with #134754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134754; }

 p { color: rgb(19,71,84); }

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

background-color css

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

 a { background-color: rgb(19,71,84); }

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

border-color css

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

 span { border-color: rgb(19,71,84); }

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