Html Css Color HEX #134337 Deep Teal

📋 copy color: '#134337'

red 19 ◦ green 67 ◦ blue 55

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

Shades of Deep Teal #134337

Tints of Deep Teal #134337

RGB

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

 GREEN value IS 67 (26.56% from 255) = 47.52%

 BLUE value IS 55 (21.88% from 255) = 39.01%

R = 13.48%
G = 47.52%
B = 39.01%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.18

 K value IS 0.74

RGB Variations

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

Color information

#134337 (or 0x134337) is known color: Deep Teal. HEX triplet: 13, 43 and 37. RGB value is (19,67,55). Sum of RGB (Red+Green+Blue) = 19+67+55=141 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.48% from 141); Green value is 67 (26.56% from 255 or 47.52% from 141); Blue value is 55 (21.88% from 255 or 39.01% from 141); Max value from RGB is 67 - color contains mainly: green. Hex color #134337 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134337 is #ECBCC8. Grayscale: #333333. Windows color (decimal): -15514825 or 3621651. OLE color: 3621651.

HSL color Cylindrical-coordinate representation of color #134337: hue angle of 165º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #134337 is Cyan = 0.72, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.74.

Color convert

RGB 19 67 55 -
CMYK 0.72 0 0.18 0.74
HSL 165º 0.56% 0.17% -
HSV(B) 165º 0.72% 0.26% -
XYZ 2.97 4.43 4.31 -
YUV 51.28 130.1 104.98 -
System Red Green Blue C M Y K H S L
Decimal 19 67 55 0.72 0 0.18 0.74 165 0.56 0.17
Hex 13 43 37 48 0 12 4A A5 38 11
Octal 23 103 67 110 0 22 112 245 70 21
Binary 10011 1000011 110111 1001000 0 10010 1001010 10100101 111000 10001

Color Harmonies of #134337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134337

Black with #134337

Text Example


Text Example

White with #134337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134337; }

 p { color: rgb(19,67,55); }

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

background-color css

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

 a { background-color: rgb(19,67,55); }

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

border-color css

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

 span { border-color: rgb(19,67,55); }

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