Html Css Color HEX #134240 Tiber

📋 copy color: '#134240'

red 19 ◦ green 66 ◦ blue 64

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

Shades of Tiber #134240

Tints of Tiber #134240

RGB

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

 GREEN value IS 66 (26.17% from 255) = 44.3%

 BLUE value IS 64 (25.39% from 255) = 42.95%

R = 12.75%
G = 44.3%
B = 42.95%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.03

 K value IS 0.74

RGB Variations

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

Color information

#134240 (or 0x134240) is known color: Tiber. HEX triplet: 13, 42 and 40. RGB value is (19,66,64). Sum of RGB (Red+Green+Blue) = 19+66+64=149 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.75% from 149); Green value is 66 (26.17% from 255 or 44.30% from 149); Blue value is 64 (25.39% from 255 or 42.95% from 149); Max value from RGB is 66 - color contains mainly: green. Hex color #134240 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134240 is #ECBDBF. Grayscale: #333333. Windows color (decimal): -15515072 or 4211219. OLE color: 4211219.

HSL color Cylindrical-coordinate representation of color #134240: hue angle of 177.45º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #134240 is Cyan = 0.71, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.74.

Color convert

RGB 19 66 64 -
CMYK 0.71 0 0.03 0.74
HSL 177.45º 0.55% 0.17% -
HSV(B) 177.45º 0.71% 0.26% -
XYZ 3.14 4.41 5.54 -
YUV 51.72 134.93 104.66 -
System Red Green Blue C M Y K H S L
Decimal 19 66 64 0.71 0 0.03 0.74 177.45 0.55 0.17
Hex 13 42 40 47 0 3 4A B1 37 11
Octal 23 102 100 107 0 3 112 261 67 21
Binary 10011 1000010 1000000 1000111 0 11 1001010 10110001 110111 10001

Color Harmonies of #134240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134240

Black with #134240

Text Example


Text Example

White with #134240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134240; }

 p { color: rgb(19,66,64); }

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

background-color css

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

 a { background-color: rgb(19,66,64); }

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

border-color css

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

 span { border-color: rgb(19,66,64); }

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