#134349

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

Shades of Tiber #134349

Tints of Tiber #134349

Color information

#134349 (or 0x134349) is unknown color: approx Tiber. HEX triplet: 13, 43 and 49. RGB value is (19,67,73). Sum of RGB (Red+Green+Blue) = 19+67+73=159 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.95% from 159); Green value is 67 (26.56% from 255 or 42.14% from 159); Blue value is 73 (28.91% from 255 or 45.91% from 159); Max value from RGB is 73 - color contains mainly: blue. Hex color #134349 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134349 is #ECBCB6. Grayscale: #353535. Windows color (decimal): -15514807 or 4801299. OLE color: 4801299.

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

Color convert

RGB196773-
CMYK0.740.0800.71
HSL186.67º58.7%18.04%-
HSV(B)186.67º73.97%28.63%-
XYZ3.484.637.01-
YUV53.33139.1103.51-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.95%
GREEN value IS 67 (26.56% from 255) = 42.14%
BLUE value IS 73 (28.91% from 255) = 45.91%
R=11.95%
G=42.14%
B=45.91%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1967730.740.0800.71186.6758.718.04
Hex1343494A8047bb3b12
Octal231031111121001072737322
Binary100111000011100100110010101000010001111011101111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134349; }

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

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

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

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

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

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

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

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