#134049

Color #134049 Tiber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tiber #134049

Tints of Tiber #134049

Color information

#134049 (or 0x134049) is unknown color: approx Tiber. HEX triplet: 13, 40 and 49. RGB value is (19,64,73). Sum of RGB (Red+Green+Blue) = 19+64+73=156 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.18% from 156); Green value is 64 (25.39% from 255 or 41.03% from 156); Blue value is 73 (28.91% from 255 or 46.79% from 156); Max value from RGB is 73 - color contains mainly: blue. Hex color #134049 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134049 is #ECBFB6. Grayscale: #333333. Windows color (decimal): -15515575 or 4800531. OLE color: 4800531.

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

Color convert

RGB196473-
CMYK0.740.1200.71
HSL190º58.7%18.04%-
HSV(B)190º73.97%28.63%-
XYZ3.34.296.96-
YUV51.57140.09104.77-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.18%
GREEN value IS 64 (25.39% from 255) = 41.03%
BLUE value IS 73 (28.91% from 255) = 46.79%
R=12.18%
G=41.03%
B=46.79%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1964730.740.1200.7119058.718.04
Hex1340494AC047be3b12
Octal231001111121401072767322
Binary100111000000100100110010101100010001111011111011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134049; }

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

 H1.HeaderClassName
 {
   color: #134049;
 }
 .AnyTagClassName
 {
   color: #134049;
 }
</style>
background-color css

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

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

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

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

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

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