Html Css Color HEX #134639 Deep Teal

📋 copy color: '#134639'

red 19 ◦ green 70 ◦ blue 57

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

Shades of Deep Teal #134639

Tints of Deep Teal #134639

RGB

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

 GREEN value IS 70 (27.73% from 255) = 47.95%

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

R = 13.01%
G = 47.95%
B = 39.04%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.19

 K value IS 0.73

RGB Variations

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

Color information

#134639 (or 0x134639) is known color: Deep Teal. HEX triplet: 13, 46 and 39. RGB value is (19,70,57). Sum of RGB (Red+Green+Blue) = 19+70+57=146 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.01% from 146); Green value is 70 (27.73% from 255 or 47.95% from 146); Blue value is 57 (22.66% from 255 or 39.04% from 146); Max value from RGB is 70 - color contains mainly: green. Hex color #134639 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134639 is #ECB9C6. Grayscale: #353535. Windows color (decimal): -15514055 or 3753491. OLE color: 3753491.

HSL color Cylindrical-coordinate representation of color #134639: hue angle of 164.71º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #134639 is Cyan = 0.73, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.73.

Color convert

RGB 19 70 57 -
CMYK 0.73 0 0.19 0.73
HSL 164.71º 0.57% 0.17% -
HSV(B) 164.71º 0.73% 0.27% -
XYZ 3.2 4.81 4.63 -
YUV 53.27 130.1 103.56 -
System Red Green Blue C M Y K H S L
Decimal 19 70 57 0.73 0 0.19 0.73 164.71 0.57 0.17
Hex 13 46 39 49 0 13 49 A5 39 11
Octal 23 106 71 111 0 23 111 245 71 21
Binary 10011 1000110 111001 1001001 0 10011 1001001 10100101 111001 10001

Color Harmonies of #134639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134639

Black with #134639

Text Example


Text Example

White with #134639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134639; }

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

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

background-color css

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

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

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

border-color css

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

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

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