Html Css Color HEX #134B42 Deep Teal

📋 copy color: '#134B42'

red 19 ◦ green 75 ◦ blue 66

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

Shades of Deep Teal #134B42

Tints of Deep Teal #134B42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 41.25%

R = 11.88%
G = 46.88%
B = 41.25%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.12

 K value IS 0.71

RGB Variations

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

Color information

#134B42 (or 0x134B42) is known color: Deep Teal. HEX triplet: 13, 4B and 42. RGB value is (19,75,66). Sum of RGB (Red+Green+Blue) = 19+75+66=160 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.88% from 160); Green value is 75 (29.69% from 255 or 46.88% from 160); Blue value is 66 (26.17% from 255 or 41.25% from 160); Max value from RGB is 75 - color contains mainly: green. Hex color #134B42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134B42 is #ECB4BD. Grayscale: #393939. Windows color (decimal): -15512766 or 4344595. OLE color: 4344595.

HSL color Cylindrical-coordinate representation of color #134B42: hue angle of 170.36º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #134B42 is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.71.

Color convert

RGB 19 75 66 -
CMYK 0.75 0 0.12 0.71
HSL 170.36º 0.6% 0.18% -
HSV(B) 170.36º 0.75% 0.29% -
XYZ 3.77 5.56 6.03 -
YUV 57.23 132.95 100.73 -
System Red Green Blue C M Y K H S L
Decimal 19 75 66 0.75 0 0.12 0.71 170.36 0.6 0.18
Hex 13 4B 42 4B 0 C 47 AA 3C 12
Octal 23 113 102 113 0 14 107 252 74 22
Binary 10011 1001011 1000010 1001011 0 1100 1000111 10101010 111100 10010

Color Harmonies of #134B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134B42

Black with #134B42

Text Example


Text Example

White with #134B42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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