Html Css Color HEX #134752 Teal Blue

📋 copy color: '#134752'

red 19 ◦ green 71 ◦ blue 82

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

Shades of Teal Blue #134752

Tints of Teal Blue #134752

RGB

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

 GREEN value IS 71 (28.13% from 255) = 41.28%

 BLUE value IS 82 (32.42% from 255) = 47.67%

R = 11.05%
G = 41.28%
B = 47.67%

CMYK

 C value IS 0.77

 M value IS 0.13

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#134752 (or 0x134752) is known color: Teal Blue. HEX triplet: 13, 47 and 52. RGB value is (19,71,82). Sum of RGB (Red+Green+Blue) = 19+71+82=172 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.05% from 172); Green value is 71 (28.12% from 255 or 41.28% from 172); Blue value is 82 (32.42% from 255 or 47.67% from 172); Max value from RGB is 82 - color contains mainly: blue. Hex color #134752 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134752 is #ECB8AD. Grayscale: #383838. Windows color (decimal): -15513774 or 5392147. OLE color: 5392147.

HSL color Cylindrical-coordinate representation of color #134752: hue angle of 190.48º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #134752 is Cyan = 0.77, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 19 71 82 -
CMYK 0.77 0.13 0 0.68
HSL 190.48º 0.62% 0.2% -
HSV(B) 190.48º 0.77% 0.32% -
XYZ 4.04 5.25 8.78 -
YUV 56.71 142.27 101.11 -
System Red Green Blue C M Y K H S L
Decimal 19 71 82 0.77 0.13 0 0.68 190.48 0.62 0.2
Hex 13 47 52 4D D 0 44 BE 3E 14
Octal 23 107 122 115 15 0 104 276 76 24
Binary 10011 1000111 1010010 1001101 1101 0 1000100 10111110 111110 10100

Color Harmonies of #134752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134752

Black with #134752

Text Example


Text Example

White with #134752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134752; }

 p { color: rgb(19,71,82); }

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

background-color css

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

 a { background-color: rgb(19,71,82); }

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

border-color css

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

 span { border-color: rgb(19,71,82); }

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