Html Css Color HEX #134856 Teal Blue

📋 copy color: '#134856'

red 19 ◦ green 72 ◦ blue 86

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

Shades of Teal Blue #134856

Tints of Teal Blue #134856

RGB

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

 GREEN value IS 72 (28.52% from 255) = 40.68%

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

R = 10.73%
G = 40.68%
B = 48.59%

CMYK

 C value IS 0.78

 M value IS 0.16

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#134856 (or 0x134856) is known color: Teal Blue. HEX triplet: 13, 48 and 56. RGB value is (19,72,86). Sum of RGB (Red+Green+Blue) = 19+72+86=177 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.73% from 177); Green value is 72 (28.52% from 255 or 40.68% from 177); Blue value is 86 (33.98% from 255 or 48.59% from 177); Max value from RGB is 86 - color contains mainly: blue. Hex color #134856 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134856 is #ECB7A9. Grayscale: #393939. Windows color (decimal): -15513514 or 5654547. OLE color: 5654547.

HSL color Cylindrical-coordinate representation of color #134856: hue angle of 192.54º 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 #134856 is Cyan = 0.78, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 19 72 86 -
CMYK 0.78 0.16 0 0.66
HSL 192.54º 0.64% 0.21% -
HSV(B) 192.54º 0.78% 0.34% -
XYZ 4.27 5.45 9.63 -
YUV 57.75 143.94 100.36 -
System Red Green Blue C M Y K H S L
Decimal 19 72 86 0.78 0.16 0 0.66 192.54 0.64 0.21
Hex 13 48 56 4E 10 0 42 C1 40 15
Octal 23 110 126 116 20 0 102 301 100 25
Binary 10011 1001000 1010110 1001110 10000 0 1000010 11000001 1000000 10101

Color Harmonies of #134856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134856

Black with #134856

Text Example


Text Example

White with #134856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134856; }

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

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

background-color css

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

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

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

border-color css

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

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

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