Html Css Color HEX #134954 Teal Blue

📋 copy color: '#134954'

red 19 ◦ green 73 ◦ blue 84

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

Shades of Teal Blue #134954

Tints of Teal Blue #134954

RGB

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

 GREEN value IS 73 (28.91% from 255) = 41.48%

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

R = 10.8%
G = 41.48%
B = 47.73%

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

#134954 (or 0x134954) is known color: Teal Blue. HEX triplet: 13, 49 and 54. RGB value is (19,73,84). Sum of RGB (Red+Green+Blue) = 19+73+84=176 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.80% from 176); Green value is 73 (28.91% from 255 or 41.48% from 176); Blue value is 84 (33.20% from 255 or 47.73% from 176); Max value from RGB is 84 - color contains mainly: blue. Hex color #134954 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134954 is #ECB6AB. Grayscale: #3A3A3A. Windows color (decimal): -15513260 or 5523731. OLE color: 5523731.

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

Color convert

RGB 19 73 84 -
CMYK 0.77 0.13 0 0.67
HSL 190.15º 0.63% 0.2% -
HSV(B) 190.15º 0.77% 0.33% -
XYZ 4.25 5.54 9.23 -
YUV 58.11 142.61 100.11 -
System Red Green Blue C M Y K H S L
Decimal 19 73 84 0.77 0.13 0 0.67 190.15 0.63 0.2
Hex 13 49 54 4D D 0 43 BE 3F 14
Octal 23 111 124 115 15 0 103 276 77 24
Binary 10011 1001001 1010100 1001101 1101 0 1000011 10111110 111111 10100

Color Harmonies of #134954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134954

Black with #134954

Text Example


Text Example

White with #134954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134954; }

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

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

background-color css

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

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

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

border-color css

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

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

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