Html Css Color HEX #134B5A Teal Blue

📋 copy color: '#134B5A'

red 19 ◦ green 75 ◦ blue 90

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

Shades of Teal Blue #134B5A

Tints of Teal Blue #134B5A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 40.76%

 BLUE value IS 90 (35.55% from 255) = 48.91%

R = 10.33%
G = 40.76%
B = 48.91%

CMYK

 C value IS 0.79

 M value IS 0.17

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#134B5A (or 0x134B5A) is known color: Teal Blue. HEX triplet: 13, 4B and 5A. RGB value is (19,75,90). Sum of RGB (Red+Green+Blue) = 19+75+90=184 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.33% from 184); Green value is 75 (29.69% from 255 or 40.76% from 184); Blue value is 90 (35.55% from 255 or 48.91% from 184); Max value from RGB is 90 - color contains mainly: blue. Hex color #134B5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134B5A is #ECB4A5. Grayscale: #3B3B3B. Windows color (decimal): -15512742 or 5917459. OLE color: 5917459.

HSL color Cylindrical-coordinate representation of color #134B5A: hue angle of 192.68º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #134B5A is Cyan = 0.79, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 19 75 90 -
CMYK 0.79 0.17 0 0.65
HSL 192.68º 0.65% 0.21% -
HSV(B) 192.68º 0.79% 0.35% -
XYZ 4.63 5.91 10.57 -
YUV 59.97 144.95 98.78 -
System Red Green Blue C M Y K H S L
Decimal 19 75 90 0.79 0.17 0 0.65 192.68 0.65 0.21
Hex 13 4B 5A 4F 11 0 41 C1 41 15
Octal 23 113 132 117 21 0 101 301 101 25
Binary 10011 1001011 1011010 1001111 10001 0 1000001 11000001 1000001 10101

Color Harmonies of #134B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134B5A

Black with #134B5A

Text Example


Text Example

White with #134B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134B5A; }

 p { color: rgb(19,75,90); }

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

background-color css

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

 a { background-color: rgb(19,75,90); }

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

border-color css

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

 span { border-color: rgb(19,75,90); }

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