Html Css Color HEX #134149 Tiber

📋 copy color: '#134149'

red 19 ◦ green 65 ◦ blue 73

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

Shades of Tiber #134149

Tints of Tiber #134149

RGB

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

 GREEN value IS 65 (25.78% from 255) = 41.4%

 BLUE value IS 73 (28.91% from 255) = 46.5%

R = 12.1%
G = 41.4%
B = 46.5%

CMYK

 C value IS 0.74

 M value IS 0.11

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#134149 (or 0x134149) is known color: Tiber. HEX triplet: 13, 41 and 49. RGB value is (19,65,73). Sum of RGB (Red+Green+Blue) = 19+65+73=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 65 (25.78% from 255 or 41.40% from 157); Blue value is 73 (28.91% from 255 or 46.50% from 157); Max value from RGB is 73 - color contains mainly: blue. Hex color #134149 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134149 is #ECBEB6. Grayscale: #343434. Windows color (decimal): -15515319 or 4800787. OLE color: 4800787.

HSL color Cylindrical-coordinate representation of color #134149: hue angle of 188.89º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #134149 is Cyan = 0.74, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 19 65 73 -
CMYK 0.74 0.11 0 0.71
HSL 188.89º 0.59% 0.18% -
HSV(B) 188.89º 0.74% 0.29% -
XYZ 3.36 4.4 6.98 -
YUV 52.16 139.76 104.35 -
System Red Green Blue C M Y K H S L
Decimal 19 65 73 0.74 0.11 0 0.71 188.89 0.59 0.18
Hex 13 41 49 4A B 0 47 BD 3B 12
Octal 23 101 111 112 13 0 107 275 73 22
Binary 10011 1000001 1001001 1001010 1011 0 1000111 10111101 111011 10010

Color Harmonies of #134149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134149

Black with #134149

Text Example


Text Example

White with #134149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134149; }

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

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

background-color css

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

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

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

border-color css

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

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

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