Html Css Color HEX #134241 Tiber

📋 copy color: '#134241'

red 19 ◦ green 66 ◦ blue 65

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

Shades of Tiber #134241

Tints of Tiber #134241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 43.33%

R = 12.67%
G = 44%
B = 43.33%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.02

 K value IS 0.74

RGB Variations

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

Color information

#134241 (or 0x134241) is known color: Tiber. HEX triplet: 13, 42 and 41. RGB value is (19,66,65). Sum of RGB (Red+Green+Blue) = 19+66+65=150 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.67% from 150); Green value is 66 (26.17% from 255 or 44% from 150); Blue value is 65 (25.78% from 255 or 43.33% from 150); Max value from RGB is 66 - color contains mainly: green. Hex color #134241 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134241 is #ECBDBE. Grayscale: #333333. Windows color (decimal): -15515071 or 4276755. OLE color: 4276755.

HSL color Cylindrical-coordinate representation of color #134241: hue angle of 178.72º 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 #134241 is Cyan = 0.71, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.74.

Color convert

RGB 19 66 65 -
CMYK 0.71 0 0.02 0.74
HSL 178.72º 0.55% 0.17% -
HSV(B) 178.72º 0.71% 0.26% -
XYZ 3.17 4.42 5.69 -
YUV 51.83 135.43 104.58 -
System Red Green Blue C M Y K H S L
Decimal 19 66 65 0.71 0 0.02 0.74 178.72 0.55 0.17
Hex 13 42 41 47 0 2 4A B3 37 11
Octal 23 102 101 107 0 2 112 263 67 21
Binary 10011 1000010 1000001 1000111 0 10 1001010 10110011 110111 10001

Color Harmonies of #134241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134241

Black with #134241

Text Example


Text Example

White with #134241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134241; }

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

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

background-color css

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

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

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

border-color css

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

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

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