Html Css Color HEX #134956 Teal Blue

📋 copy color: '#134956'

red 19 ◦ green 73 ◦ blue 86

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

Shades of Teal Blue #134956

Tints of Teal Blue #134956

RGB

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

 GREEN value IS 73 (28.91% from 255) = 41.01%

 BLUE value IS 86 (33.98% from 255) = 48.31%

R = 10.67%
G = 41.01%
B = 48.31%

CMYK

 C value IS 0.78

 M value IS 0.15

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#134956 (or 0x134956) is known color: Teal Blue. HEX triplet: 13, 49 and 56. RGB value is (19,73,86). Sum of RGB (Red+Green+Blue) = 19+73+86=178 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.67% from 178); Green value is 73 (28.91% from 255 or 41.01% from 178); Blue value is 86 (33.98% from 255 or 48.31% from 178); Max value from RGB is 86 - color contains mainly: blue. Hex color #134956 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134956 is #ECB6A9. Grayscale: #3A3A3A. Windows color (decimal): -15513258 or 5654803. OLE color: 5654803.

HSL color Cylindrical-coordinate representation of color #134956: hue angle of 191.64º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #134956 is Cyan = 0.78, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 19 73 86 -
CMYK 0.78 0.15 0 0.66
HSL 191.64º 0.64% 0.21% -
HSV(B) 191.64º 0.78% 0.34% -
XYZ 4.33 5.58 9.65 -
YUV 58.34 143.61 99.94 -
System Red Green Blue C M Y K H S L
Decimal 19 73 86 0.78 0.15 0 0.66 191.64 0.64 0.21
Hex 13 49 56 4E F 0 42 C0 40 15
Octal 23 111 126 116 17 0 102 300 100 25
Binary 10011 1001001 1010110 1001110 1111 0 1000010 11000000 1000000 10101

Color Harmonies of #134956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134956

Black with #134956

Text Example


Text Example

White with #134956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134956; }

 p { color: rgb(19,73,86); }

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

background-color css

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

 a { background-color: rgb(19,73,86); }

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

border-color css

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

 span { border-color: rgb(19,73,86); }

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