Html Css Color HEX #134B58 Teal Blue

📋 copy color: '#134B58'

red 19 ◦ green 75 ◦ blue 88

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

Shades of Teal Blue #134B58

Tints of Teal Blue #134B58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 48.35%

R = 10.44%
G = 41.21%
B = 48.35%

CMYK

 C value IS 0.78

 M value IS 0.15

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#134B58 (or 0x134B58) is known color: Teal Blue. HEX triplet: 13, 4B and 58. RGB value is (19,75,88). Sum of RGB (Red+Green+Blue) = 19+75+88=182 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.44% from 182); Green value is 75 (29.69% from 255 or 41.21% from 182); Blue value is 88 (34.77% from 255 or 48.35% from 182); Max value from RGB is 88 - color contains mainly: blue. Hex color #134B58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134B58 is #ECB4A7. Grayscale: #3B3B3B. Windows color (decimal): -15512744 or 5786387. OLE color: 5786387.

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

Color convert

RGB 19 75 88 -
CMYK 0.78 0.15 0 0.65
HSL 191.3º 0.64% 0.21% -
HSV(B) 191.3º 0.78% 0.35% -
XYZ 4.55 5.88 10.13 -
YUV 59.74 143.95 98.94 -
System Red Green Blue C M Y K H S L
Decimal 19 75 88 0.78 0.15 0 0.65 191.3 0.64 0.21
Hex 13 4B 58 4E F 0 41 BF 40 15
Octal 23 113 130 116 17 0 101 277 100 25
Binary 10011 1001011 1011000 1001110 1111 0 1000001 10111111 1000000 10101

Color Harmonies of #134B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134B58

Black with #134B58

Text Example


Text Example

White with #134B58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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