Html Css Color HEX #134854 Teal Blue

📋 copy color: '#134854'

red 19 ◦ green 72 ◦ blue 84

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

Shades of Teal Blue #134854

Tints of Teal Blue #134854

RGB

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

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

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

R = 10.86%
G = 41.14%
B = 48%

CMYK

 C value IS 0.77

 M value IS 0.14

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#134854 (or 0x134854) is known color: Teal Blue. HEX triplet: 13, 48 and 54. RGB value is (19,72,84). Sum of RGB (Red+Green+Blue) = 19+72+84=175 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.86% from 175); Green value is 72 (28.52% from 255 or 41.14% from 175); Blue value is 84 (33.20% from 255 or 48% from 175); Max value from RGB is 84 - color contains mainly: blue. Hex color #134854 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134854 is #ECB7AB. Grayscale: #393939. Windows color (decimal): -15513516 or 5523475. OLE color: 5523475.

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

Color convert

RGB 19 72 84 -
CMYK 0.77 0.14 0 0.67
HSL 191.08º 0.63% 0.2% -
HSV(B) 191.08º 0.77% 0.33% -
XYZ 4.19 5.41 9.21 -
YUV 57.52 142.94 100.52 -
System Red Green Blue C M Y K H S L
Decimal 19 72 84 0.77 0.14 0 0.67 191.08 0.63 0.2
Hex 13 48 54 4D E 0 43 BF 3F 14
Octal 23 110 124 115 16 0 103 277 77 24
Binary 10011 1001000 1010100 1001101 1110 0 1000011 10111111 111111 10100

Color Harmonies of #134854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134854

Black with #134854

Text Example


Text Example

White with #134854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134854; }

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

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

background-color css

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

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

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

border-color css

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

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

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