Html Css Color HEX #134339 Deep Teal

📋 copy color: '#134339'

red 19 ◦ green 67 ◦ blue 57

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

Shades of Deep Teal #134339

Tints of Deep Teal #134339

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 39.86%

R = 13.29%
G = 46.85%
B = 39.86%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.15

 K value IS 0.74

RGB Variations

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

Color information

#134339 (or 0x134339) is known color: Deep Teal. HEX triplet: 13, 43 and 39. RGB value is (19,67,57). Sum of RGB (Red+Green+Blue) = 19+67+57=143 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.29% from 143); Green value is 67 (26.56% from 255 or 46.85% from 143); Blue value is 57 (22.66% from 255 or 39.86% from 143); Max value from RGB is 67 - color contains mainly: green. Hex color #134339 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134339 is #ECBCC6. Grayscale: #333333. Windows color (decimal): -15514823 or 3752723. OLE color: 3752723.

HSL color Cylindrical-coordinate representation of color #134339: hue angle of 167.5º 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 #134339 is Cyan = 0.72, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.74.

Color convert

RGB 19 67 57 -
CMYK 0.72 0 0.15 0.74
HSL 167.5º 0.56% 0.17% -
HSV(B) 167.5º 0.72% 0.26% -
XYZ 3.01 4.45 4.57 -
YUV 51.51 131.1 104.81 -
System Red Green Blue C M Y K H S L
Decimal 19 67 57 0.72 0 0.15 0.74 167.5 0.56 0.17
Hex 13 43 39 48 0 F 4A A8 38 11
Octal 23 103 71 110 0 17 112 250 70 21
Binary 10011 1000011 111001 1001000 0 1111 1001010 10101000 111000 10001

Color Harmonies of #134339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134339

Black with #134339

Text Example


Text Example

White with #134339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134339; }

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

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

background-color css

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

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

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

border-color css

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

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

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